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(velocity): don't load/relocate adventure libs in velocity #455

Closed diogotcorreia closed 1 week ago

diogotcorreia commented 1 week ago

Velocity already includes adventure-bom, which contains all the libraries we need. The relocation that we were doing was causing errors due to mismatching classes.

Fixes #450