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

Error while loading #95

Open
WaterChick opened this issue Dec 13, 2022 · 10 comments
Open

Error while loading #95

WaterChick opened this issue Dec 13, 2022 · 10 comments

Comments

@WaterChick
Copy link

Spigot 1.8.8

[ERROR] Error occurred while enabling BungeeGuard v1.3-SNAPSHOT (Is it up to date?)
java.lang.NoSuchMethodError: org.bukkit.Server$Spigot.getSpigotConfig()Lorg/bukkit/configuration/file/YamlConfiguration;
at me.lucko.bungeeguard.spigot.BungeeGuardBackendPlugin.onEnable(BungeeGuardBackendPlugin.java:57) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[server.jar:git-Spigot-21fe707-741a1bd]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [server.jar:git-Spigot-21fe707-741a1bd]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [server.jar:git-Spigot-21fe707-741a1bd]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [server.jar:git-Spigot-21fe707-741a1bd]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [server.jar:git-Spigot-21fe707-741a1bd]
at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:199) [server.jar:git-Spigot-21fe707-741a1bd]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [server.jar:git-Spigot-21fe707-741a1bd]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_312]

@stijnb1234
Copy link

stijnb1234 commented Dec 13, 2022

BungeeGuard only supports 1.9.4 or higher, as stated in the INSTALLATION.md document.

Never mind, with ProtocolLib it should be possible.
The method is called getConfig() instead of getSpigotConfig() for 1.8.

@WaterChick
Copy link
Author

And what do i do with this information ?

@stijnb1234
Copy link

Nothing, that's for @lucko.

@WaterChick
Copy link
Author

Okay.

@WaterChick
Copy link
Author

When will it be fixed ?

@stijnb1234
Copy link

When someone looks at it. Look at the open issues before this one. 😉

@stijnb1234
Copy link

You can try an older version. This was bug was introduced in the latest commit.

@WaterChick
Copy link
Author

Ur right. Thank you.

@Minecon724
Copy link

same issue on spigot 1.19.3

@stijnb1234
Copy link

Try PaperSpigot instead of Spigot.

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

3 participants