1.10.0
- Added support get save item in ItemFormat.
- Added /mc givesaveitem command.
- Added new save item method, this new method can 100% save item data, no data will lose. (Paper and 1.15+ server only)
- Fixed {name} and {original-name} placeholder do not work in real-change-actions.
- Added paper-api.skull and paper-api.save-item option in config.yml file.
1.9.3
- Added chat item support display EnchantmentSlots's lore for those plugins.
- InteractiveChat
- TrChat (Please note that TrChat itself has bug which lead to chat item always be vanilla one in 1.20.5+ version, you have to wait them fix it)
- QuickShop-Hikari
1.9.2b
- Fixed for only-in-player-inventory option.
1.9.2
- Improved only-in-player-inventory check.
- Added replace-name rule. (Premium version only)
- Added {name} placeholder support in set-name rule.
- Added keep-name-in-anvil in config.yml, if set true, add-name-first and add-name-last rule won't work in anvil UI.
1.9.1-BETA
- Added check-chests-only option in config.yml. This option determines whether only-in-player-inventory option in each rule only checks chest UI.
1.9.0-Alpha
- Added support for modify item in villager trade UI.
- Added new rule: replace-random-item. (Premium version only)
- Added new option at rule config: "only-in-player-inventory".
- Reworked InventoryClickEvent listener real change.
1.8.1
- Fixed skull can not display in latest 1.21.1 server core.
- Added new skull get method, you can enable it at use-component.skull option in config.yml. (Paper only)
1.7.3
- Fixed HIDE_ATTRIBUTES item flag does not work for item does not have attribute modifier in 1.20.6 and higher version.
- This is a bug from Mojang and we can do nothing for this. Plugin will auto add empty attribute modifier if you add hide attributes flag to solve this problem.
1.7.2
- Added support for custom enchantments in rules related to enchantments.
- Added cache system for match item system, this can improve plugin performance in some case.
1.7.1
- Added cache system for check loaded plugin method.
Small fix
- Fixed Item Format does not work in 1.19~1.19.2.
1.21.1 support
- Added 1.21.1 support in Item Format.
Small fixes
- Fixed plugin print error when using command tab complete in some case.
Small fixes
- Fixed when use geneerateitemformat command, plugin sometimes print error in 1.21 version.
Bug fix
- Fixed ItemFormat parser does not work in version below 1.19.
1.6.1b
- Fixed 1.6.1 version does not modify item issue.
Small fixes
- Now replace-item rule won't work if your Item Format has problem.
- Changed weight system of change rule to make work as configs says.
Action, condition and fixes
- Added real-change-actions and conditions option in rule configs, you can now set action executed after run real change and set condition player need to meet. (Premium version only)
- Fixed items match rule does not work correctly for vanilla items when server has ExecutableItems plugin.
New rules, improve enchants rules and custom weight!
- Added contains-enchants match rule. (Premium version only)
- Added material match rule. (Premium version only)
- Improved delete-enchants change rule, now it support set specified enchantment levels. (Premium version only)
- Now you can override the weight of the change rule by setting new value at config.yml file.