- IMPORTANT: Configuration schema changed, will be upgraded automatically after installing new version.
- Add: Automatically save a backup when upgrading configuration files.
- Add: Support disabling unneeded listen types in the config.
- Add: Support modifying the complete NBT of ItemStack (can be used to add NBT tags such as enchantments).
- Add: Support modifying the complete display compound of ItemStack (can be used to add or delete Lore lines).
- Add: Support modifying ItemStack without display compound (can be used to add information for items without NBT).
- Add: Support modifying the complete NBT of Sign (can be used to modify text highlight, color, add or delete lines).
- Improve: Html escaping is now disabled when converting Spigot components to Json.
- Improve: Correctly handle exceptions when hooking packets.
- Improve: Add color to console warning and error messages.
- Improve: Update example replacer config file.
- Improve: Add complete translation for Capture commands.
- Fix: Update_Team packet may throw NPE.
- Fix: `Options.Enabled` in replacer config has no effect.
- Fix: N/A in capture info displayed abnormally.
- Fix: The formats of the capture info clipboard is displayed abnormally. Fix the wrong color and no longer add color in Json contents.
- Dev: Code quality improvements, internal optimizations. API changes.