Changes & Fixes
Many users expected badges to add onto their current chat format—not replace it.
ChatBadges Pro Integration Fix
v1.1 fixes this by improving placeholder compatibility.
✔ Expected Behavior:
Badges should complement your existing prefix/rank setup.
✔ Issue Fixed:
ChatFormatter was ignoring %badge_selected% and using only its own prefix.
✔ Solution:
Just add the ChatBadges placeholder inside your ChatFormatter format. Example:
format: "%badge_selected% %prefix% %player_name%: %message%"
What Users Want (and now works properly):
- Badges are additive, not replacements
- Badges are optional (prefix still appears if no badge selected)
- Badges are visible and consistent
- No plugin conflicts
Recommended Setup:
Add %badge_selected% to your ChatFormatter config for seamless integration.
Fully tested — no issues on Java 21.
Java 21 Compatibility Confirmed
Runs cleanly on modern Paper forks and JDK distributions.
ChatFormatter Pro now supports all common storage options more reliably:
Storage Compatibility Improvements
- JSON
- SQLite
- MySQL
Better stability + cleaner serialization across all formats.
