Fix for an issue with sign dialogs editor not working with latest versions
Update for armor stand editor handling to be more centralized
Fix for armor stand editor when you didn't had scale min/max set would be causing soft lock and preventing you from opening GUI on that armor stand
Now clicking on entry in banlist will show checkban output, while shift clicking will paste players name into chat
Now checkban will include options to modify ban if you have cmi.command.checkban.modify permission node, which allows you to change ban time, change reason of ban, change who banned to server or just simply unban
Some small change for info command to still print out data when only thing know about player is his uuid/name and ban status. This is to avoid confusion why command usage is being shown when using players name, which was due to the fact that this player never joined server and we don't really have any useful information to be shown for it.
Fix for jail bossbar wanting to appear for short time when you exist afk mode
Added global colors, this will require CMILib update to the latest version. Default EN locale got a update which now will use one of base 7 options: {gcp} {gcs} {gsw} {gce} {gcu} {gcd} {gcn} (might add more if there will be actual need for it). Each variable has specific color attached to it by CMILib. Primary variable is {gcp} (which stands for {GlobalColorPrimary}) which will be used for majority of the outputs. {gcs} is mainly reserved for variables. {gce} for error messages and so on. This is to allow for way quicker modification of ALL output messages by changing only one to match your servers theme, or to change it for events if there is a need for it. Keep in mind that this generally only effects newly generated locale files which will have all these new variables instead of old legacy color codes, so your current setup will not see any changes until locale files are updated appropriately, simplest solution is to just rename default EN locale files and let both CMI and CMILib regenerate those if you want full locale update, or you can start using these new color codes where you actually need it for easy to update approach.
Fix for 1.21.10 Paper servers having an issue with teleportation's not closing inventory automatically after teleport action causing GUI remain open