- Add some APIs and Events to better support addon development.
- Add check the user's ItemMeta cache null to avoid resetting ItemMeta.
- Add the ability to restore the player's inventory items when the plugin is disabled.
- Add support to use `/psr reload` command to reload some configurations in Config.yml.
- Add full support for processing item packets of villagers/wandering merchants.
- Add debug information to help fix errors when Json parsing fails before/after replacement.
- Add `Remove-Cache-When-Merchant-Trade` Config option to disable user ItemMeta cache feature when trading with villagers/wandering traders to fix possible glitches.
- Add not to add cache NBT to the item in the anvil to prevent over-sending packets when renaming items, resulting in a large amount of bandwidth usage and excessive packet kick.
- Improve allow setting replacer config Permission to blank to ignore permission check.
- Improve optimize replacement item packet handling.
- Improve some tip changes.
- Improve fixed typo in example config.
- Fix `/psr reload` command doesn't save replacer configs changes by non-command causes.
- Fix item packets handling on higher versions.
- Fix sign handling may cause exception.
- Other code changes.