Improve
- Added null catcher for PlaceholderAPI extension.
Enchant Desrciption Support
- Added settings.add-lore.placeholder.enchants.description.enabled option in config.yml file. Default to false, if you want to display enchantment description from custom enchantment plugin, you can try set it to true.
Improve
- Added hook-item-method option in config.yml file.
- Added menu.anti-dupe-checker option in config.yml file.
- GUI Open method and unregister method now force run in main thread.
Improve
- Added support for CraftEngine 26.4+ version and drop support for version below that.
Improve
- Language missing key updater will use server language value first.
Fix
- Fixed incorrect armor slot mapping.
Fix
- Fixed plugin will print error when use skull item with base64 data in Spigot server.
Improve
- Improved extra slot item and deenchant item drag experience.
- Improved GUI listener, now will block illegal shift click and double click in enchant GUI.
- Fixed "click-to-remove" message does not parse language placeholder in deenchant GUI.
- Fixed boss bar color codes in Spigot servers.
Fix
- Fixed potion item can not being generated in Spigot server in some server versions.
Fix
- Fixed plugin can not load at Paper-1.17.1 version.
Improve
- If player client language does not exist in your plugin language file, it will use default language file instead of the en_US.yml file.
Improve
- Updated default item slot setting file.
Improve
- Added new action: action_bar.
- Added support for use built-in placeholder in lang placeholder.
Language Fix & Deenchanter Item
- Added deeenchanter item support. Support 2 types: common and advanced.
- Fixed language option in config.yml does not work.
Language Update
- The per player language feature has been added, which allows you to determine the language displayed by the plugin based on the language of different players' clients.
- The advanced message format feature has been added, allowing you to display not only messages in the regular chat box, but also support for action bars, titles, boss bars, and sounds.
- The language placeholder feature has been added, allowing for the display of customized language texts for different client languages.
New command
- Added /es openchantgui command.
- Added 1.21.9-1.21.10 support.
Minor Update
- Added new action: title, particle.
- Fixed plugin print error when player quit server if packetevents not installed in your server.