Skip to content
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

Loading Error in 1.12 #19

Open
BloodEko opened this issue Sep 13, 2017 · 1 comment
Open

Loading Error in 1.12 #19

BloodEko opened this issue Sep 13, 2017 · 1 comment

Comments

@BloodEko
Copy link

BloodEko commented Sep 13, 2017

Hey. I just updated to my server 1.12.1 and got now this error:
[00:47:00] [Server thread/WARN]: [Multiverse-Core] Failed to set the generator for world '173pre' to '173generator': java.lang.NoSuchMethodError: org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(Ljava/io/InputStream;)Lorg/bukkit/configuration/file/YamlConfiguration;
[00:47:00] [Server thread/WARN]: [Multiverse-Core] This is a bug in the generator plugin, NOT a bug in Multiverse!

Also got this error: https://one.denizenscript.com/paste/44423

Any ideas ?

@Barteks2x
Copy link
Owner

Barteks2x commented Sep 19, 2017

Looks like bukkit/spigot API change broke my plugin. This is the first time since forever where I see bukkit API introducing a breaking change. The fix is probably very simple, but I'm not actively working on this plugin anymore.

And also I feel like this is a very stupid thing to break in bukkit/spigot API, in previous versions they did insane stuff to avoid breaking plugins even when Minecraft did a fundamental change. And now they just removed a method because it didn't p[roperly deal with encoding?

At the tim I wrttye the code and last time I compiled it, the method wasn't even deprecated.

And as I said, I'm not going to try to fix it again. There is a good reason I made it use - at that time - non-deprecated bukkit API only.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants