Fix for itemframe command not working correctly on spigot 1.21.6+ servers when setting invisibility state
Some optimization for hologram handling when player logsoff
Small change for notarget command to allow for players to pickup exp orbs
Fix for killall command not working correctly when defining its range
Performance optimization relating to global variable replacement in locale lines or commands
Fix for inventory saving on spigot servers
Fix for flight charge still charging player when he switches to spectator mode, we should only charge in survival and adventure modes
Dialogs placeholder comparison got option to check by numeric values, which can check if values is higher or lower than returned from placeholder giving you more freedom. For example Placeholder: '%cmi_user_stats_kill_entity:Zombie%>=20' will mean that player can only use specified field/dialog if player killed 4 or more zombies
Dialogs permission check got option to check if player doesn't have specified permission node by adding ! in front, for example Permission: '!cmi.command.heal' which means that players who doesn't have access to this permission node will be able to use field/dialog