Fix for issue with elytra and trident in offhand which contains riptide enchantment allowing slow acceleration
As of 1.18 spigot doesn't support way to open anvil UI with anvil command. It still works with paperspigot builds and its branches. Included appropriate message to indicate that to avoid future confusion.
Added death message when dying from void damage
Fix for some of the toast type messages which are used from locale file not working on 1.18 and 1.17 servers
New placeholder as %cmi_server_vanished% which simply outputs raw number of vanished players from everyone who is currently online
Fix for death messages not appearing in discordsrv when you have custom death messages enabled
Small fix relating to older modded servers and scan sub command
Added extra comments to indicate that you cant use gradients in chat format section and you need to use section below it. Yes, its not really worth mentioning change in general, but its opportunity to remind about this limitation which will cause errors. We do have some basic detection system which will print out red error message in console on server startup in case you actually decided to ignore warning message in config message.
Small fix relating to /inv command
Some change in armorstand editor UI, button rearrangement and moving positional buttons to its own separate window. UI was starting to feel crammed.
Added "back" buttons for armor stand editor sub UI's for more convenient usage
Added armorstand template feature.This allows you to save armor stand in any pose, armors or extra settings set to it and then reuse it when you will need it. Keep in mind that this is mainly for admin usage as we will be creating armor stands with items on them, so giving access to regular players isint an option. This is why its locked under additional cmi.commands.armorstand.admin permission node. With it you will get new button in armorstand editor with chest icon. Clicking it will open additional window where you can pick what you want to save. Default options will be something you will want to use in most cases, so leave it as it is if you dont know what each button means. Click on save button and enter template name into chat. You will get special armor stand into your inventory and saved armor stand list will appear in your chat box. /cmi armorstand list will list all saved armorstands, this again is locked behind previous permission node. You can remove saved ones or get special armorstand by clicking on appropriate line.
Added extra option in config file to require specific permission node to deploy armorstand template. By default we wont require that, but if you want to sell or give armor stand templates to regular players you might consider enabling that option and giving specific permissions to the player who should be able to deploy templates. Again, reminder, deploying armorstands with items will mine-magically create items on them from thin air, so be careful what you put on them and give away as all enchants will remain as those are. Permission node will be cmi.command.armorstand.template.[templatename]