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

refactor(velocity): use PlayerSettingsChangedEvent instead of packets #457

Closed diogotcorreia closed 1 week ago

diogotcorreia commented 1 week ago

The event is no longer broken in recent Velocity versions, so we can rely on it again instead of intercepting the respective packet (which was causing issues).

See https://github.com/PaperMC/Velocity/issues/1117