Don't forget to update CMILib to the latest version
Initial support for 26.1 Spigot servers, Paper still needs to be released to be verified if previous version handling works as intended and no longer requires specific version updates for it to keep working. Generally speaking we are moving towards more unified version handling which should result in plugin uninterrupted work over future Minecraft updates without any additional updates done on it
Fix for an issue where player immortal mode, like tgod, would have been shortened or removed entirely
Now tgod supports more complex time values like 10m for 10 minutes, or 2h for 2 hours and so on
Fix for an issue with modded servers potentially crashing if vanished player gets hit with piercing arrow. This is core issue with modded servers incorrectly handling event canceling and only effects specific branch and doesn't have any effect on Spigot/Paper
Fix for missing [onoff] global variable output with latest versions
Fix for near command indicating same player name for everyone around you
Added option to add custom name to spawners when those are broken to have better indication what type those are. Locale line is taken from CMILib
Fix for visual bug when editing offline player inventory armor slots
Fix for an issue with tpo command on latest minecraft versions not working when teleporting between worlds
Fix for an error when interacting with interactable blocks on Folia servers
Fix for an issue with Folia servers and /back command not always returning you to previous location. This might not be fully bullet proof solution as Folia tends to avoid firing required events to record previous location on teleportation action due to its async nature. But should properly return to previous location if player was teleported with CMI command
Small fix for invremove all/last command not wanting to remove players saved inventories
Small fix for invsave command incorrectly setting saved inventory ID in some cases
Added some tabcompletes for invload command
Some changes for repair and repaircost command handling