Closed diogotcorreia closed 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.
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.