Fix for issue with anvils and items with colorized names loosing their colors if you have cmi.anvil.colors permission node
Fix for issue when we are trying to save imported player from Essentials which doesn't have recorded name
Fix for issue when trying to sit on stairs in 1.12 servers and its not working properly
Fix for command cooldown list not updating properly if you would done /cmi reload command
Fix for command cooldown issue with commands which should have custom variable added before it triggers cooldown. In excample /cmi warp should not trigger cooldown, but /cmi warp shop should. This can be defined as - "cmi warp :10" space is essential
Fix for issue when command cooldown and command warmup doesnt wanted to work together as they should. Now if you have warmup and cooldown for same command, then cooldown will get triggered only when warmup was sucessful. So if you have canceled warmup by moving or by getting damamge, cooldown will not get triggered
Fix for small issue when save method would run continuously in defined intervals even tho there is nothing to save anymore.
Fix/change for /cmi home command handling when you did not provided home name but you have only one saved, which before was performing secondary command as /cmi home [homeName] with all of the needed events. Now it will process command in more regular way. which means that in case you have only one home location, wearmup cooldown will get triggered correctly and it will not if you have more then one home and gui opens. So you can reopen gui instantly without any delay, but teleportation itself will trigger warmup and cooldown actions if they are set
Fix for issue with broadcast message not translating global variables like [senderName]
New placeholders: %cmi_user_gamemode% %cmi_user_op% %cmi_user_canfly% %cmi_user_flying% %cmi_user_afk_msg% quite self explanatory what they do.