Fix for itemnbt command not returning anything or causing error message on newer servers
Fix for old items with old NBT data not being recognized in latest 1.21.5+ servers. For this to take full effect you will need to update CMILib to the latest version
Fix for [item] causing error message in console when used in 1.21.6+ servers, again CMILib latest version will be needed
Added missing variable processing for %cmi.user.toggle.pmsound% and %cmi.user.togglename.pmsound% placeholders
Split anvilRenameColor module into anvilColor and anvilRename to have more control over which actions you want to handle exactly and which ones we should ignore
Added option to disable death messages per player with /cmi options command. This will require for command executor to have cmi.command.options.deathmessages permission node
Fix for mute command while using multiple potential time values and last one gets used, now it properly picks the first recognizable one
Added option to add or subtract jail time from the player, usage would be something like /jail Zhax +10m to add 10 minutes and /jail Zhax -10m to take away 10 minutes. If player isn't jailed and you want to add +10 minutes then he will be placed into jail for that time, so its safe to use on players who are not currently jailed. Same thing for trying to lower jail time for player who are not jailed, this action will not have any effect.