-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version 3.4.1 refused to load in 1.20.1 #94
Comments
Well the latested Version found on Discord was working in 1.19.4 (except the multiplayer part) Now in 1.20.1 it refused to load aggain with this message. :( |
any update? 👍 |
No, I haven't had the time and motivation to get back to GameBox. |
hmm the compiles github version just giving me this
hm so might 1.20.1 (1.20.2) support will never come :3 |
I think it breaks due to snakeyaml upgrade to 2.0 in spigot 1.20.x |
Yes it does. I am using some reflection to load yaml files and that no longer works. Last time I looked into this I was unable to find a migration guide or any other docs on how to do this with snakeyaml 2.0. |
I actually fixed all your class loading issues + made a work around for your missing nmsutil class - I've made a local port of that one. But I'm struggling with java ssl errors |
master...InjectedPie:gamebox:master loadModuleSettings: GameboxYmlBuilder: |
Thanks for looking into it!
Does that build and run for you? I get a bunch of errors including some like this:
The nmsutilities are hosted here: https://repo.repsy.io/mvn/nikl/minecraft/me/nikl/nmsutilities/ |
Did you downgrade snakeyaml again? The older version didn't expect any arguments on that call. The newer one wants the DumperOptions. - I actually didn't look much into it, just gave it empty "LoadOptions" and "DumperOptions" where asked for. Not sure if this will work with the running plugin, but I can't test it due to ssl errors. Regarding your nmsutilities - I've created a PR for 1.20.2 |
did you update your pom ? |
Ah, you depend on the newest spigot now, then snakeyaml V2 makes sense. I tried to install it manually to stay compatible with older versions, but didn't manage to get that to work. |
Greetings. is there any change to get Support or at least a running version for 1.19.4? The last here announced one was working fine for 1.19.2 (we skilled 1.19.3) and in 1.19.4 it refused to load.
At the moment in 1.19.4 we just see this one :(
The text was updated successfully, but these errors were encountered: