-
When I updated to Configurate 4.0.0 do I now receive a warning with Exception from BungeeCord with a NoSuchMethodException. Configurate did work fine before and the only changes I made are updating the version and the Here's the error: https://paste.helpch.at/raquzimahi.coffeescript Lines where the error points to (In order of appearing:
The file is loaded and handled by a ConfigHandler class: Any help is appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
As of v4.0.0, Configurate does some deeper integration with SnakeYaml, which results in us being stricter on which SnakeYaml versions we support. It looks like Bungee ships an outdated version of SnakeYaml. You'll want to either get BungeeCord to update the version of SnakeYaml they ship, or shade the library yourself in addition to Configurate. |
Beta Was this translation helpful? Give feedback.
-
Pumping BungeeCord dependency to |
Beta Was this translation helpful? Give feedback.
As of v4.0.0, Configurate does some deeper integration with SnakeYaml, which results in us being stricter on which SnakeYaml versions we support. It looks like Bungee ships an outdated version of SnakeYaml.
You'll want to either get BungeeCord to update the version of SnakeYaml they ship, or shade the library yourself in addition to Configurate.