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

FTOP not working with EpicSpawners #122

Open
Cheesearmada opened this issue Jan 3, 2020 · 6 comments
Open

FTOP not working with EpicSpawners #122

Cheesearmada opened this issue Jan 3, 2020 · 6 comments

Comments

@Cheesearmada
Copy link

Error Log:
[19:08:25 ERROR]: [Minecraft] Error occurred while enabling FactionsTop v1.2.0 (Is it up to date?)
java.lang.NoSuchMethodError: com.songoda.epicspawners.EpicSpawners.getApi()Lcom/songoda/epicspawners/API/EpicSpawnersAPI;
at net.novucs.ftop.hook.EpicSpawnersHook.initialize(EpicSpawnersHook.java:31) ~[?:?]
at net.novucs.ftop.FactionsTopPlugin.loadSpawnerStackerHook(FactionsTopPlugin.java:285) ~[?:?]
at net.novucs.ftop.FactionsTopPlugin.onEnable(FactionsTopPlugin.java:130) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332)
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404)
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:313)
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:272)
at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:408)
at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:372)
at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:327)
at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:267)
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563)
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]


[19:08:25 ERROR]: [Minecraft] Error occurred while disabling FactionsTop v1.2.0 (Is it up to date?)
java.lang.NullPointerException
at net.novucs.ftop.FactionsTopPlugin.onDisable(FactionsTopPlugin.java:177) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:323) ~[flux.jar:FluxSpigot-04511af6]
at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:360)
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336)
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404)
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:313)
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:272)
at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:408)
at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:372)
at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:327)
at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:267)
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563)
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]


Server Version: 1.8.8
FTOP Version: 1.2.0
EpicSpawners Version: 6.2

@Phoenix616
Copy link
Collaborator

Could you please try the latest development build available here and see if that already fixes your issue?

@cachondagames
Copy link

cachondagames commented Jan 3, 2020

Im having the same error and tried the dev build still throwing the same expection

I know they recently updated to their new API

@cachondagames
Copy link

[08:40:06] [Server thread/ERROR]: Error occurred while enabling FactionsTop v1.2.1-SNAPSHOT (Is it up to date?)
java.lang.NoClassDefFoundError: com/songoda/epicspawners/EpicSpawners
at net.novucs.ftop.hook.EpicSpawnersHook.initialize(EpicSpawnersHook.java:30) ~[?:?]
at net.novucs.ftop.FactionsTopPlugin.loadSpawnerStackerHook(FactionsTopPlugin.java:286) ~[?:?]
at net.novucs.ftop.FactionsTopPlugin.onEnable(FactionsTopPlugin.java:131) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_232]
Caused by: java.lang.ClassNotFoundException: com.songoda.epicspawners.EpicSpawners
at java.net.URLClassLoader.findClass(URLClassLoader.java:382) ~[?:1.8.0_232]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
at java.lang.ClassLoader.loadClass(ClassLoader.java:418) ~[?:1.8.0_232]
at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ~[?:1.8.0_232]
... 14 more

@Cheesearmada
Copy link
Author

Same, I tried the dev build and its throwing a similar issue.

@Oscaz
Copy link

Oscaz commented Jan 14, 2020

What version of EpicSpawners are you using?
Perhaps try downgrading to an earlier version, as the latest commit was 21st of July earlier versions probably work with it but newer versions don't

@cachondagames
Copy link

What version of EpicSpawners are you using?
Perhaps try downgrading to an earlier version, as the latest commit was 21st of July earlier versions probably work with it but newer versions don't

6.2 but I was able to downgrade to 3.1.6 R10 to get it to work

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

4 participants