Fix for issue with riptide enchants on tridents and exploit protection misbehaving in some instances and resulting in removed item
Defragmented maxhp command code with few changes which should now properly take into considerate max hp limit set in config file
Fix for /ride command not always preventing players teleportation into areas he should not be allowed to enter
Fix for issue relating to char filtering which was failing to translate variables when filtering words from private message command
Increased hologram update max range to 128 blocks, keep in mind that this is only for new display method as its allot more efficient than old one. Old is still capped at 64.
Added new variable for /cmi kit command as -c which will enforce condition check before giving out kit to the player. Why it's a thing? In case you have some set kit conditions, like its cost, or general cooldown on its use and you want to give this kit to another player without bypassing those limitations, this will allow you to do it. Keep in mind that in case player is offline we will skip checking for target players bypass permissions and will only check for requirements as it is.
Small improvements on tps command to more properly represent server lag spikes
Fix for scheduler not translating properly placeholders when it should do it
Fix for %cmi_afk_count% not showing correct numbers
Some optimizations for afk player handling to be more efficient