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): language selector not opening on Spigot 1.21.1 #440

Closed diogotcorreia closed 3 months ago

diogotcorreia commented 3 months ago

This was caused by a change in the PatternType bukkit class, which was changed from an Enum to an Interface. Since the inner code of Triton is not remapped by bukkit, the plugin threw an error trying to call the valueOf method.