Bug Fixes
Enhancements
- Fix SetObjective packet throwing error on MC 1.20.6+ (#423)
- Fix discounts on villager trades not showing up on recent MC versions. Unfortunately, this fix means that support for translating villager trades now requires at least MC 1.18 (instead of 1.14) (#425)
Full Changelog: v3.10.1...v3.11.0
- It's now possible to use a TWIN instance other than the official one through the config entry twin-instance (#426)
Bug Fixes
This Triton version requires (at least) ProtocolLib 5.2.0-SNAPSHOT
- Fix error related to reset color code followed by bold, italic, etc in Spigot 1.20.4 (#378)
New Features
Bug Fixes
Full Changelog: v3.9.1...v3.9.2
- Fix translations being duplicated if uploaded to TWIN right after uploading to database (#352)
- Fix ProtocolLib warning about registering config phase packets below MC 1.20.0 (#354)
New Features
Bug Fixes
- Minecraft/Spigot/BungeeCord 1.20.2 support (#330, #331, #332, #335, #338, #346)
- Text display entities support (#344)
This release requires ProtocolLib 5.1.1!
- Fix entity type conversion not working on server software with SRG, such as Arclight (#324)
- Font and keybind are no longer stripped from all text on the server (#339) (fixes #226 and #323)
- Fix error when downloading from TWIN while having added translations manually after upload (#340) (fixes #325)
- Fix null pointer exception when refreshing all players (#341) (fixes #326)
- Fix error when MinecraftEncoder is not present in the netty pipeline on BungeeCord (#342) (fixes #289)
As of 2023-11-03, that version of ProtocolLib is only available as a dev build.
Full Changelog: v3.9.0...v3.9.1
New Features
This release requires ProtocolLib 5.1.0!
- Minecraft 1.20 Support
As of 2023-06-19, that version of ProtocolLib is only available as a dev build.
Full Changelog: v3.8.5...v3.9.0
Bug Fixes
Full Changelog: v3.8.4...v3.8.5
- Fix NBT item translation showing json on 1.12 and below (#301)
- Fix TAB not being translated on 1.19 (#303)
- Fix actionbars being sent from proxy to 1.10 and older clients without color (#305) (fixes #297)
SECURITY VULNERABILITY![]()
![]()
A serious security vulnerability, tracked by CVE-2023-30859, has been fixed in this version.
All servers are urged to upgrade. Full advisory details will be published to the public 48h after the fixes are published.
Bug Fixes
Other Changes
- Gracefully handle missing IP address when translating MOTD on Spigot (#282) (fixes #265)
- Fix Spigot MOTD not being translated on 1.19.4 (#294) (fixes #292)
- Handle scoreboard in main thread instead (#299) (fixes #296)
- Fallback to legacy text if unable to translate JSON on item NBT data (fixes #249)
Full Changelog: v3.8.3...v3.8.4
Enhancements
Bug Fixes