CMI - 298+ Commands/Insane Kits/Portals/Essentials/Economy/MySQL & SqLite/Much More!

MC Plugin CMI - 298+ Commands/Insane Kits/Portals/Essentials/Economy/MySQL & SqLite/Much More! 9.7.2.0
For 1.7.10 - 1.20 Over 290 must have commands/features for your server!

Updated CMIB plugin with some performance and general improvements. Please update it to the latest version from https://www.zrips.net/cmib/
  • Updated plugin to support 1.19.1 servers
  • Changed look for playtime visualization which now is more customizable and allot more shorter by default. New locale lines got added and you can define some extra behavior in that same locale file in case you want to show more or less of the time output
  • Fix for kits UI pagination still failing in some situations
  • Added option to define custom icons for /options UI
  • Added option to send public messages while you are in staffmsg channel by using ! at the start of message
  • Another run for IC handling when it comes to Citizens NPC. This should be final update to resolve this issue once and for all (fingers crossed)
  • Added option to define custom nether roof height, in case you need different one when you preventing players from bugging on top of it but you have some custom height defined by another plugin
  • Fix for sculk sensor blocks detecting vanished players
Please update CMILib, as some core changes have been made relating to chat editing handling.
  • Fix for incorrect locale for tppos command when incorrectly defining target location
  • Some update for commands (kick, mute, ban, tempban) while using global placeholders while providing reason. This will allow you to be more flexible and have more dynamic messages while performing those commands
  • Fix for kit UI pagination not going over 2 pages if you have kit count between 56 and 84 kits
  • Fix for %cmi_jail_reason_[jailName]_[cellId]% %cmi_jail_time_[jailName]_[cellId]% and %cmi_jail_username_[jailName]_[cellId]% not returning consistent results when you have more than one player jailed at same cell. Now it should properly show latest jailed player information
  • Added option to perform specific commands when jailing or unjailing players. This will support global variables, placeholders and specialized type commands for full control over those
  • General rework on visuals and handling for /jailedit command
    Going from this messy look
    [IMG]

    to new one, which should be cleaner and more consistent
    upload_2022-7-22_18-12-10.png

    Same thing applies to jail cell editing
  • Now adding new jail will prompt you with jails name instead of adding command suggestion. This will be more consistent with general handling of things like that.
  • Added option to visualize jail boundaries (S) in jailedit command for convenience sake. This will ether use CMI built in visualization or trigger SelectionVisualizer plugin to show jails current bounds.
  • Some locale updates for /jailedit command to fit new look and new handling
  • Small change for jailing when you have multiple jails but not all of them has set cells, so jailing process was failing due to invalid jail being picked as closest one. Now we will prioritize jails which are properly setup
  • Now cell list in /jailedit can be clicked to get list of jailed players which can be unjailed by clicking their name
  • Small fix for bungee private messages which could not show up for sender in some specific situations
  • Small improvement when it comes to player based placeholders in custom alias which gets triggered from console. This means that generally speaking we dont have actual player reference to take and use for placeholder translations. Now we will try to get one from provided variables in this command. Its not 100% bullet proof, but it will allow for you to utilize some placeholder from console which require defined player as a source for those. As an example 'asConsole! lp user $1 permission set cmi.command.sethome.%cmi_equationint_{cmi_user_maxperm_cmi.command.sethome_1}+1%'
  • /cmi checkcommand will allow you to alt+click on a command to paste it into chat for simpler usage of it
  • Fix for issue with kit gui and kits you have access to preview but you cant get those, while clicking one would have glitched out kits icon
  • Fix for playtime not stopping as it should when you are vanished and you enabled specific feature relating to this
  • Fix for /cmi saveditems save command not picking correct item name when its not the first provided variable
  • Improved /saveditems GUI which now will be faster with less clutter in a console
  • Fixed issue with /saveditems GUI showing same category for all items when you use -c:all variable, now it will properly show items category
  • Better item worth detection when it comes to custom heads with custom textures applied to those. This works with mob and player heads. Save file for worth will include somewhat funky looking lines, but we can't really avoid that. Update CMILib for this to take full effect.
  • Fixing compatibility issue with stacker type plugins and ride on players command
  • Added support for default ban message to translate basic global variables like [playerDisplayName], [senderDisplayName] and similar
This update will require newest CMILib version as some methods got moved to CMILib from CMI for centralized handling
  • Fix for economy balance not taking into consideration its format when you have UseShortNumbers set to true and balance is under 1k
  • Optimized performance for money formatting task
  • Added option to separately define amount looks when using UseShortNumbers. This only applies when we actually adding defined suffix while if...
  • Recipe disabling, only for 1.13 and up. New button will appear in UI after performing /recipe command which will allow you to disable selected recipe. This is only accessible by people with cmi.command.recipe.admin permission node. You can disable custom recipes too.
  • Added new custom recipe types as campfire, stonecutter, smithing, blasting, smoking. Which means that customrecipe UI got general update to include new types.
  • Added option to require exact item for recipe, this only applies for servers 1.13 and above. By default it will be enabled and item by exact data will be required, this can include item name, lore or NBT data like specific model data or anything else in between those lines. This was long waited and requested feature to be added, so now you can actually use custom mob/player heads for custom recipes which can result in unique outcomes and add quite a bit of freshness to your server.
    Side note: Due to how stonecutting works after new recipe is added/removed you will need to relog to actually notice change.
    Another side note is that if you will start adding/removing or disabling vanilla recipes you might see message like this on next server startup after player logs in
    "[13:25:25 ERROR]: Tried to load unrecognized recipe: cmi:02deba28-4dc9-3b0b-abe5-af56f5018ce8 removed now."
    this will be one time thing and on next restart it will no longer appear.
  • Now custom recipe removal doesn't require you to restart server, this only applies for 1.13+ servers.
  • Internal recipe saving format was changed which includes more specific unique recipe names based on its structure, so to avoid any potential issue we will make backup copies of that file until file gets updated with new format. This will keep saving backup file until you perform change in saved custom recipes which will update to new format. Just a fail safe in case you will want to go back to older version for some reason which will not support new format.
  • Fix for preset gradient chat messages not working if you had ClickHoverMessages set to false
  • Fix for issue if you tried to freeze/unfreeze time while it was in special speedup moving condition
  • Small fix relating to cmi.inventoryhat permission node performing unnecessary actions for items which are already allowed to be placed in appropriate slots.
  • Added support for [message] and [updatedmessage] for chat filter commands section which can allow you to insert original or modified players message
  • Now sudo command ignores players access to cmi.command.sudo.bypass permission node if command got performed from console
  • Fix for holograms and their click particle animations not following player yaw values
  • Added option to avoid downloading all of the locale files from github repository. Keep in mind that by having this disabled you will have to ether already have desired locale file downloaded or download it manually. But in case you do have it setup and you don't want to have extra files, then you have an option now.
  • Fix for block states not being shown in blockinfo command
  • Fix for blockinfo reporting block sizes as -1 for all values
  • Fix for posible server crash while using paper 1.19 builds and having holograms with floating items
  • Now tp command support option for you to use location coordinates like LT_Craft;10;100;10 which will redirect you to tppos command automatically
  • New command as /speed which will automatically redirect you to flyspeed or walkspeed commands depending on your current state. You still need permission access to speed and walkspeed or/and flyspeed, but this will simplify command usage and will allow more automatic and seamless speed changes without a need to remember longer command and use specific one, simply land on ground and you will change walk speed, start flying and you can change fly speed.
  • Added missing death message when you get impaled by stalagmite
  • Fix for deathmessage while dying in lava not being recognized correctly in 1.16.5 purpur servers
  • Added recovery compass as optional requirement to show boss bar compass.
  • Added optional requirement to hold recovery compass to include death location in bossbar compass
  • Some rework relating to time handling to fix some issues and improved its handling in general when it comes to multiple features working all together with each other. This includes time general speed changes, smooth time transitions, sleep time speedups and maintaining time freeze/unfreeze states.
  • Fix for issue coming from getPlayer method.
  • Now tppos and tpopos supports more universal location format, as example: /tppos LT_Craft;-1869.08;64.0;-1504.84;92.56;24.89 where pitch and yaw (last 2 values) are optional Old format is still valid
  • Fixing issue where error message (that scary one) would have appeared in case there isint any connection to spigot webpage to check for new plugin version. Now it will only be one red line informing about it.
  • Fix for toast command not accepting custom model data. You will need CMILib 1.2.0.2 or higher
  • Small change for cmi.command.sethome.iconpicker permission. It won't require to be specifically set, which basically means that OP players gets access to this by default. Will resolve some possible issues with permission setups.
  • Fix for error message while using /chat create from console
  • Added missing death message from wither effect
  • Small fix relating to smooth time transition getting stuck
  • Small fix for votedit while using -s variable
  • Changed default link regex to be more robust and only try to recognize one when its ether start of sentence or contains space before it, this eliminates false positives in some situations
  • Small fix for modded servers with new world environments causing issues when determining max world height
  • Initial update to support 1.19 servers. It's still strongly not recommended to launch live 1.19 server, wait until 1.19.1 as minimum. But you can start messing around and test things.
  • Fixed issue with give commands and attribute sub variable not being recognized and processed properly.
  • Few other small fixes
Top Bottom