Changes:
- Added a way to drag and drop to switch item for a GUIItem
- Added an error if inventory is full for CustomItemClickEvent
- Added new GUI id to the test
- Other minor code changes
Changes:
- Added W.I.P 'show-stacktrace' option in config.yml
- Revert a few debugging messages
- Other minor code changes
- Better relocation logic for adventure APIs
Changes:
- Fixed issue with Report#reportError while server is shutting down and an error occurs
- Bumped version of adventure & packetevents library to the latest
- Added ReflectionUtil to PotionMetaSerializer to prevent NoSuchMethodError on some versions
- Added LightInjector for better error handling when something breaks in the packet pipeline
Changes:
- Fixed issue with ConcurrentModificationException with ChatFetcherManager
- Added ability to use minimessage format (such as <gradient></gradient> & <bold></bold> and such)
- Fixed issue with file not found when reloading and file has been removed
- Added data-protection to recover non GUI configuration related files if they are deleted (only works with plugins reloads via /guiplus reload)
- Fixed issue with fetching null item objects from GUI configurations (affected the take items click event)
- Added better handling for when items are set out of bounds of the GUI
- Added better handling for when rows are reduced for a GUI
- Added TeleportClickEvent (use "current" as input to set your current location)
- Handle item deserialization better
- Added better handling for empty items in the GUI (air items, no change in-game)
- Better handling for the SetupSceneInventoryMenu
Changes:
- Added better logging
- Added 'ignoreDurability' field to TakeItemClickEvent
- Added better conversion for skull metadata for 1.21.9+
- Removed extra classes; improved code
- Other minor changes
Changes:
- Added better logging
- Added 'ignoreDurability' field to TakeItemClickEvent
- Added better conversion for skull metadata for 1.21.9+
- Removed extra classes; improved code
- Other minor changes
Changes:
- Fixed issue with PotionMetaSerializer for newer Minecraft versions
- Fixed issue with relocating packetevents used by GUIPlus
Changes:
- Fixed LegacyFileConverter bug
- Various improvements and other minor changes