Small fix for old items with attached commands throwing out error message
Added -s variable for /clearchat command
Fixing issue when trying to open inventory for player which player data file no longer exist
Fix for error message with world limits (game mode) when using 1.16.3 version
Fix for nick command allowing only color codes to be used as nick name when you had nick name length bypass permission node
Minimized armorstand used for holograms in 1.8.8 version as big one was preventing you from placing blocks around it. It still does, but less.
New placeholder %cmi_server_uptime_seconds% which could be used in specialized command checks
New placeholder %cmi_lastrandom_player_name% which will return last random player name generated by %cmi_random_player_name% placeholder.
Fixing issue introduced in latest builds where tpahere or any command relating to pre teleportation warmup would not been working if you had warmup module disabled. Now if you have warmup module disabled we will not engage warmup before teleporting.
Fix for some specific situations when prewards would not be given out when timer ends
Fix for /dye clear command not clearing special effects properly from leather armor
Once more, fixing issue relating to PAPI %parseother_% placeholder handling causing some issues
Fix for error when trying to determine closest jail for player without having its valid location
Now in case you have IP->Record set to false we will not include players ip in /Info page even if player has cmi.command.info.ip permission node. Country can still be shown if possible.
Added option to convert allowed commands for player combat into black list which will define commands which needs to be blocked instead. In case you only wan to block few commands while allowing everything else
General code cleanup to get rid of some old code by ether compacting it or removing entirely. Got extra 30KB of space from that. This is directly relating to CMILib transition as i need to simplify some of the code which could be used across multiple plugins.