- Added `Config-Load-LifeCycle` config to allow plugins to load config at an earlier LifeCycle.
- Added `Max-Length` replacer configuration to skip processing strings exceed specified length.
- Completely rewrite ItemStack handling and caching mechanism, optimized speed.
- Reworked `Player_Chat` packet handling when `Convert-Chat` is not enabled in 1.19.1/2.
- Reworked the packet content capture (`/psr capture`) function, improved message format, supports copying any content.
- Improve Disable reload again during reloading.
- Improve Migrated to NBT-API (already built-in) to handle NBT data.
- Improve Reworked ItemContent handling in HoverEvent, using NBT-API.
- Improve Reworked ItemStack handling, using NBT-API (to support 1.13+ item name Json handling, 1.14+ item Lore Json handling, 1.8+ book content Json handling).
- Improve Reworked UserMetaCache handling, using NBT-API (1.8-1.12 no longer produces a blank lines in Lore).
- Improve Disable escaping Html characters when converting Paper Component.
- Improve Store optional filter configuration in ReplacerConfig and API is provided.
- Optimize string handling speed.
- Fix `Tab_Complete` packet handling on some servers in 1.8-1.19.
- Fix `Kick_Disconnect` packet not handling.
- Fix debug info provided when modified Json cannot be parsed.
- Fix anvil window detection on older servers.
- Internal code modification and optimization.