Improve
- Reworked skull item builder codes, should have better performance now.
- Rewoorked gui listener codes, should have better performance.
- Other small changes and fixes.
Improve
- Added /mc edititem command. Support modify hold item's name, item name and lore.
- Fixed parse-papi-name and parse-papi-lore rule does not work as excepted.
- Fixed nbt item placeholder does not work in some case.
- Other small changes and fixes.
Major Update
- Added new change rules:
- Remove Color
- Remove Custom Model Data
- Add Item Model
- Remove Item Model
- Remove Data
- Reset Data
- Added new item skin scroll example files.
- Removed weight system of change rules, instead, we will execute the change rule in the order of configuring sections.
- Other small changes and fixes.
-
Improve
- Added menu.anti-dupe-checker option in config.yml file.
- GUI Open method and unregister method now force run in main thread.
- Added hook-item-method option in config.yml file.
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.
- Added timeout check for Minecraft locate file downloader.
Fix
- Fixed can not save nbt data when use keep-item-format change rule.
- Fixed incorrect armor slot mapping.
- This fix the issue where when using the "replace item" type change rule, if the replaced item still meets the matching condition, clicking on it in the armor slot can result in duplication.
Fix
- Fixed plugin will print error when use skull item with base64 data in Spigot server.
Fix
- ItemFormat Update: Fixed item always has tool.damage-per-block when debuild.
Improve
- Improved apply item drag experience.
- Improved GUI listener, now will block illegal shift click and double click in change GUI.
- Fixed boss bar color codes in Spigot servers.
Fix
- Fixed potion item can not being generated in Spigot server in some server versions.
Improve
- Added math support in placeholder condition.
Fix
- Fixed plugin can not load at Paper-1.17.1 version.
Fix
- Fixed plugin print error if UltimateShop not installed.
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
- Added new action: action_bar.
- Added support for use built-in placeholder in lang placeholder.
Improve
- Added new null catcher for some common error.