A customizable & secure shulker viewer plugin
- Added 1.21.9 and 1.21.10 support.
- Added a safety system that we can use to remotely disable parts of the plugin if an exploit would be found. (it can be turned off in the config)
- The plugin now requires Java 17 or newer. 99% of server should already be on at least Java 17.
- Important: Update the plugin if your server is 1.21+ and your players have access to crafters.
- Alternatively disable set opening-from-inventory.enabled to false in the config.
- Thank you mojang for sending a click packet when clicking on an non-clickable slot! 😊
Also 1.21.6 is not yet supported, however if will be in a couple of days!
- Added config setting: disable-commands-while-open (enabled by default)
- Fixed a typo
- Even more code cleanup & fixes
- Fixed that standing on a redstone ore automatically closed the shulker in your hand
- Fixed the open cooldown not working in the last version
- Fixed an exception
- Readded the ability to switch between open shulkers by right clicking them in the inventory (it was not working since v1.7.0)
- Added some extra safety: interacting while a shulker is open is no longer possible
- Improved the description of some settings
- Slight performance improvements
- Added an update notifier (you can disable it in the config.yml)
- Removed database automatic cleanup on shutdown (there was no point to do it)
- Improved disable-moving-while-open setting, it will no longer close the gui if you just rotate around
- The plugin now can handle if you break the config by fully removing a section from the messages
- Slight optimization
- Added a disable-moving-while-open option
- Made it possible to use the %name% placeholder in the open and close message
- Fixed an issue that caused item loss in creative mode if enable-obfuscation and auto-clear-in-creative was enabled
- The plugin no longer parses color codes in shulker titles unless the item name is actually colored
- Fixed an incompatibility with protection plugins that for some reason use high event priority for block placing.