0.7.7
Fixes
- Fix Spigot/Paper chat rewrite on newer Minecraft/Paper builds where
LastSeenMessages.Updateno longer has the old three-argument constructor. - Prevents Connect plugin chat disconnects caused by
NoSuchMethodException: LastSeenMessages.<init>(int, BitSet, byte).
Verification
- PR build passed: https://github.com/minekube/connect-java/actions/runs/27906214371
- Local
./gradlew checkpassed before merge.