tritonmc / Triton

Translate your server! Sends the same message in different languages... Hooks into all plugins!
https://triton.rexcantor64.com
GNU General Public License v3.0
87 stars 34 forks source link

fix(spigot): special pricing information being lost on recent MC versions #425

Closed diogotcorreia closed 4 months ago

diogotcorreia commented 4 months ago

Migrated to ProtocolLib's converter which uses the Bukkit API. Unfortunately, versions of the Bukkit API on 1.17 and below do not include all required fields, so villager translation support for them was dropped in this commit.

Fixes #421