1.3.5
- Fixed add-nbt and remove-nbt rule does not working well with multi nbt.
- Added fake change incompatibility issues with other packet-based item plugins warning.
- Added ignore-fake-change-warning option in config.yml.
1.3.4
- Fixed add-nbt-string rule has nbt dupe issue when use
;; distinguish key value hierarchy. - Added add-nbt-int, add-nbt-byte, add-nbt-double change rule.
- Added remove-nbt change rule.
1.3.3
- Fixed PlaceholderAPI parse in item lore.
- Added parse-papi-name and parse-papi-lore change rule. (Premium version only)
- Added real change limit for some change rules that does not perfectly work in real change. If you want to bypass it, please use new option: bypass-real-change-limit in config.yml.
- Added bypass-real-change-limit option in config.yml.
1.3.2
- Fixed all issues related to InventoryClickEvent.
1.3.1b
- Updated default config.yml file.
1.3.1
- Replaced WindowClick packet listener to InventoryClickEvent Bukkit event listener.
- Added real-changes-trigger config section in config.yml.
- Added add-nbt-string, add-nbt-int, add-nbt-double, add-nbt-byte change rule (Premium version only).
- Now when encountering a dead loop, the plugin will automatically attempt to break it to avoid server crash.