You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now saves UUIDs in Bukkit PersistentData instead of as a hover text.
Old format is still read by the plugin, so stored player UUIDs will carry over fine without a new lookup.
Old signs are converted whenever someone interacts with a protection
Eventually the plugin will stop reading the old format, so please upgrade so that everything can be converted.
Added support for SimpleClans - you can now add SimpleClans groups to your chests.
Added support for Minecraft 1.17.
The plugin uses some internal Minecraft classes, which were shifted around. So an update was necessary.
The internal classes are only necessary for reading signs in the old format, so at some point in the future this hacking around with Minecraft sign internals will be gone.
Still compatible with Minecraft 1.14 - 1.16.
Fixed being able to connect to someone else's container when connectContainers was on in the config file.