Adjustment for teleportations with entities with newest minecraft versions wanting to generate error message. This is mostly relevant while teleporting into unloaded world
New specialized command sub action as ~ which will define if we want to cancel rest of the commands if this one got performed. This simplifies situations when you might want to have multiple different actions for same base alias command. As example
Code (Text):
tnt-run:
Cmds:
- check:$1==null~! asConsole! cmi feed [playerName]
- check:$1==join~! asConsole! cmi heal [playerName]
- asConsole! cmi msg [playerName] !&4Wrong command!
CustomTabs:
- join
In this case when player performs "/tnt-run" he will be fed, when player performs "/tnt-run join" not only he gets tabcomplete suggestion but he gets healed when using this command. When none of previous got performed then last one will be triggered, which will inform about command being incorrect. So to add additional sub command you would only need to duplicate
Code (Text):
- check:$1==join~! asConsole! cmi heal [playerName]
and maybe adding more tab complete suggestions for convenience sake
Added additional option to define multiple check variables for specialized commands check criteria. Now you can use something like this to perform command(s) if sub command is equal to one of provided values check:$1==NULL|leave|join|info! same thing applies for != check which will perform defined command if variable isn't one of provided
Fix for issue with rare double vanish bossbar
Fix for missing vanish metadata on player login
Fix for issue with silent chest being used on loot chests which don't have generated loot in them, yet. Now it will inform about missing loot instead of opening empty chest.
Fix for issue relating to kits with items which should not be dropped on ground when inventory is full not being given in some specific situations
CMIB plugin small fix which was including some debug messages into console output, please download latest version
Fix for issue with custom alias and having specialized command format which messes up recognition of correct auto tab completes
Fix for issue with bungee private messages showing global variable
Fix for issue relating to full server joining
Added new permission as cmi.command.repair.bypass to bypass repair cost. This permission is checked by the player whose item is being repaired and not who initiates command. Don't forget that you can always double check existing permission with /cmi checkperm command
Some adjustments and improvements for attached command handling with limited item use feature. Now if attached command check fails (specialized commands check) then item usage won't be consumed
Added option to define max slot number player can use when using sethome command. It defaults to 99. This is to prevent from players setting slot number to some silly numbers
Switched price change for setworth gui to be more in line with other places where left click lowers and right click increases
Small fix for interactable commands and [interactedBlock] [interactedBlockX] [interactedBlockY] [interactedBlockZ] not being translated properly
Small fix for /seen command
Added option to exclude players from playtimetop list if player was offline for X days
Small fix relating to holograms while using mix of new hover over commands handling in addition to old one. Now in case there is global command set for entire hologram then we will trigger it if there isn't one set for specific hologram line.
Fix for issue with warp command which would have misstaken warp name with player name while warp name being just one letter
Added option to define max length of input for itemname command, which defaults to 64 characters. You can disable this restriction in config file
Added option to define max length of input for itemlore command, which defaults to 64 characters. You can disable this restriction in config file
Update for /seen and /lastonline outputs to be shorter when it comes to bigger time frames. Included months and weeks as new time frames to avoid having something like "250 days". For time being new locale lines will be located in CMI, those will be moved to CMILib eventually. Time frame including years will exclude anything under weeks, so only year, month and weeks of offline time will be shown. Under one year but still in range of months we will include weeks, days and hours. When it's under a month we will include up to minutes and anything less than this will show full time with seconds.
Added hover over message for balltop command which by default shows players real name instead of display name
Optimization for vanish login event
Fix for small issue relating to /helpop command which would have shown player sent message and feedback message instead of only showing feedback
Added option to open scavenge UI over console by providing players name. Example: cmi scavenge Zrips
Added option to open open sell UI by provided player name. Example: cmi sell Zrips gui
Added -s variable for sell command to perform it silently
Added option to open warp UI by provided player name. Example: cmi warp Zrips
Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features of our website. For the best site experience please disable your AdBlocker.