Fix for trim command resetting one of the selections
Fix for mirror command block mirroring which can have directions not working as it should have
Added option to switch between axis and angle block flipping in mirror command, generally you might want to stick with axis flip mode
Now kits will correctly update items name and lore which are inside bundle or shulkerbox which contains kits optional variables like {USERNAME}
Small change for player skin handling when module is disabled to be more picky on when it can actually make a call for a skin information
Small fix for shout messages when you have space between ! and message which was still included in final output
Fix for jail command not accepting jail time lowering with something like `/jail zhax -30s`
Fix for weird behavior with vanished players being hit by a projectile
Added option to prevent payments (with /pay command) if player is offline. Keep in mind that this at the moment only blocks payment with this particular command and will not block any payments initiated with 3rd party plugins
Fix for flight charges not being kept over server restart
Fix for error message appearing relating to "no such table: CMI_users" which is harmless but should not have been there
Performance improvement for player inventory saving process to be more or less fully async
Fix for player skin not being applied after server restart on first join
Fix for specialized commands not wanting to be friends with command warmups when you override permission access
Added option for warmup commands to allow players movement to certain distance, so for example `cmi rt:6:false-2:tpaWarmup` would limit player movement to no more than 2 blocks away from original position, circular area instead of squared one, this can be useful if you have warmups triggering due to player entering area and still want some sort of movement prevention without it false triggering due to player still moving and entering new block which can easily happen.
With latest CMILib you should be able to run this CMI version on 1.21.11, but only on Spigot type servers, so you can start testing. Paper will receive its own update down the line.