Issue on newest BleedingEdge-Build "275"
scrayos opened this issue ยท 4 comments
[SEVERE] Could not pass event PluginEnableEvent to Vault v1.2.22-b275
org.bukkit.event.EventException
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:341)
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:381)
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:270)
at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:252)
at net.minecraft.server.MinecraftServer.j(MinecraftServer.java:320)
at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:299)
at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:258)
at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:147)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:398)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:856)
Caused by: java.lang.ArrayIndexOutOfBoundsException: 0
at net.milkbowl.vault.economy.plugins.Economy_iConomy6$EconomyServerListener.onPluginEnable(Economy_iConomy6.java:78)
at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:339)
... 13 more
Sorry about all that, and thanks for bearing with me, not sure why it wont allow a version check when it's being detected.
Does the plugin load properly after the error?
Also, can you paste the plugin.yml version from your iConomy.
I reverted the lines causing the problem, I'm not sure why it would throw this error when the data is clearly there... For now you can use the latest dev build.
Hey, it's no Problem. I think its obvious to help ya. MobArena for example didn't load, after Vault has reported this Error. Cause Vault hooks into iConomy after MobArena searches for Vault. So MobArena says that it has found Vault, but it's no economy-plugin installed.
You're Welcome ;)