Added extra protection relating to invsee command when it involves rapid inventory modifications from both ends which could have caused some issues
Added action bar message informing about money charge when opening shulker boxes from inventory when charge price is set
Optimization for alias command and its tab complete recognitions
Fix for mirror mode not processing slab placement correctly
Added option to avoid translating placeholders for schedulers which can allow to have more flexibility with commands like bossbarmsg which can show dynamic values based on placeholders
New specialized command variable as ph! which will skip placeholder translation before passing it over for further processing. This allows to pass over clean command with placeholders in it instead of translating before hand. For example "ph! cmi bossbarmsg all -sec:3 %cmi_server_time_mm:ss%" will create dynamic bossbar message while "cmi bossbarmsg all -sec:3 %cmi_server_time_mm:ss%" creates one with static text. Depending on your need to translate placeholders before hand or after this will give you more freedom on what you can achieve
Fix for issue with /seen command while using 3rd party vanish plugin which could have returned "weird" values
Added option to allow %checkitem_...% placeholders, by default we are blocking those due to potential exploitation. Similar option might need to be turned off at CMILib plugin side with future updates too.
Some improvements for /cmi hat command to be more in line with its limitations to what basic inventory usage can allow you