Welcome to Minecraft Forums!

Minecraft Forums is dedicated to all things Minecraft - whether you want to showcase your creations, find players, or simply seek help, everyone is welcome.
CMI - Content Management Interface !

VIP CMI - Content Management Interface ! 9.7.2.3

  • Author Kritz
  • Creation date
  • Featured
  • You have reached your maxium allowed downloads limit.
Please update CMILib before using this version
  • Added feedback message for compass command which is sent to the player which location was used to inform about someone targeting him. This can be hidden by using -s variable or simply changing locale like to empty one
  • Fix for rare issue relating to tps calculations
  • Fix for rare error when processing gradient messages
  • Fix for issue with speed command when you have someone online whose name starts with number
Reworked give command to accept one liners, similar rework as it was with spawnmob. What this means is that give command now will use different format when defining items. While old format should still work, its strongly recommended to move towards new system.
As "one-liner" implies, now items are defined in one long string without any spaces (use _ for space). This is to have same format across multiple places which will be expanded on its usage down the road.
As and example

Code (Text):
diamondsword;{#Gray}My_Uber_Sword;&2Goblin_Slayer!\n{#pink}With_Love!;sharpness:3,durability:3;hideenchants


This will create diamond sword with defined name, lore, 2 enchants and extra flag to hide those enchants in one single short line. No more messy usage of n a l e variables, now it supports quite few new things. For example:
  1. Now you can define custom item model data with cm{1235}
  2. Now you can define items flags like hide_enchants, hide_unbreakable and so on
  3. Now you can get colorized leather armor with easy variables like leatherboots;662266 or leatherboots;red or leatherboots;125,23,123
  4. Now you can get specific painting
  5. Now you can get specific goat horn
  6. Now you can get armor with specific armor trims
  7. Now you can get decorated pots with specific decorations
This same expression of item can be used while using specialized commands variables hasitem:[data]! and item:[data]! which will allow you to define specific item you want to check for and remove as of latest version we are strictly checking by items material and its meta data values, so some items would not have been recognized anymore due to more strict criteria than before. More variables for specialized commands will come later to give you option to have more loose checks, tho you should always use more specific criteria to avoid valuable item removal. So now with new item expresion you can check for item with specific custom model data, specific name and specific lore which will allow to have more valuable items.

You can read more about its new usage at https://www.zrips.net/cmi/commands/icwol/

Known "issue" is lack of specific firework creation, this will come later on, as this version took longer than expected.
  • Fix an error message when installing interoperable commands for worlds that no longer exist
  • Fix an issue when moving a hologram that is not tilted at 0 and has its order set down, and it contains icons and a new display method that were placed in the wrong place
  • Fix the absence of a line inside the hologram when the first line is set to the icon
  • Now the cmi rt must correctly take into account the boundaries of the world, no more teleportations beyond it
  • Some internal changes regarding the recognition of players by their names. This mainly applies to older servers, where a player could be selected by an incomplete name.

P.S. Known issue. If you are using the latest build of Spigot 1.20.2, then you may have problems with the fact that the server files are no longer obfuscated, and the recent update to support 1.20.2 servers has failed. We are waiting for confirmation that this is a feature and not a bug, if it is a feature, then another update will be released to support the new version without obfuscation.
  • Fix for issue with discordsrv due to latest softdependency removal. Should be working better now.
  • Improved custom world detection where now we will no longer receive message informing about missing world for holograms which gets updated on later date.
  • Fix for holograms using new display method and still having line of sight check enabled which can cause some visual glitches
  • Fix for error message in older servers while using events commands for done advancements
  • Fix for issue where cmi.command.mute.bypass was not bypassing private messages limitations while being muted
  • Small change while detecting infinite loops for custom alias, increased its limit so that now you can perform more same commands in short period of time if it's really needed for your use case.
  • Added option to enforce valid enchants on items by default while using enchant command
  • Change in how we determine disk usage for /cmi status command, this might solve some issues where reported disk sizes have been incorrect on some OS
  • Added option to localize recipe command GUI title
  • Fix for &u not working in new hologram displays
  • Added "TallMangrove" and "Cherry" to tree command
  • Removed soft dependency for discordsrv, should not effect compatibility with it
  • Removed soft dependency for multiverse-core as it was causing circular load issues with paper servers. Should not effect plugins compatibility, tho it might create few messages informing about missing worlds until it gets updated.
  • Fix for condense command taking longer than it should have to condense items
  • Fix for the issue with custom recipes not working properly when you are using shaped recipes with ingredients which have same base material type but different sub data, like spawners for example. For this to take full effect you will need to update CMILib plugin
  • Fix for issue with mirror mode and Unbreakable tools
  • Fix for [item] variable in chat not returning items correct material name when you have modded items. This will need CMILib latest version to work properly.
  • Fix for invisible armor stand templates being locked in their invisible state
  • Small fix for error message while giving kit to offline player
  • Small fix for trying to put on enchanted player heads as helmets which get blocked by NoneHatEnchanted in config file. We should allow enchanted player heads
  • Fix for error message while trying to same players jail data into database
  • Small change for tppos command to be more safer. We will check for possible suffocations and for safer location in 3 block range up/down if needed.
  • Small change for sit command which now will try to bring player closer to the center of block in case he sit down near the wall which could have resulted in player being automatically teleported behind it.
  • Added advancementDone event command which gets triggered on advancements completion. You can use [value] variable in your commands to insert advancement identificator which is its path. We can't extract actual friendly name so only path can be used.
Back
Top