Advertisement
Guest User

Gods Error

a guest
Apr 3rd, 2015
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.13 KB | None | 0 0
  1. [10:04:52] [Server thread/ERROR]: Could not pass event PlayerInteractEvent to Gods v0.8.8
  2. org.bukkit.event.EventException
  3. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:305) ~[spigot-1.8.1-20150304a.jar:git-Spigot-c3c767f-33d5de3]
  4. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.8.1-20150304a.jar:git-Spigot-c3c767f-33d5de3]
  5. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-1.8.1-20150304a.jar:git-Spigot-c3c767f-33d5de3]
  6. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-1.8.1-20150304a.jar:git-Spigot-c3c767f-33d5de3]
  7. at org.bukkit.craftbukkit.v1_8_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:226) [spigot-1.8.1-20150304a.jar:git-Spigot-c3c767f-33d5de3]
  8. at org.bukkit.craftbukkit.v1_8_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:193) [spigot-1.8.1-20150304a.jar:git-Spigot-c3c767f-33d5de3]
  9. at org.bukkit.craftbukkit.v1_8_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:189) [spigot-1.8.1-20150304a.jar:git-Spigot-c3c767f-33d5de3]
  10. at net.minecraft.server.v1_8_R1.PlayerConnection.a(PlayerConnection.java:682) [spigot-1.8.1-20150304a.jar:git-Spigot-c3c767f-33d5de3]
  11. at net.minecraft.server.v1_8_R1.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:50) [spigot-1.8.1-20150304a.jar:git-Spigot-c3c767f-33d5de3]
  12. at net.minecraft.server.v1_8_R1.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:80) [spigot-1.8.1-20150304a.jar:git-Spigot-c3c767f-33d5de3]
  13. at net.minecraft.server.v1_8_R1.PacketHandleTask.run(SourceFile:13) [spigot-1.8.1-20150304a.jar:git-Spigot-c3c767f-33d5de3]
  14. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_71]
  15. at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_71]
  16. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:696) [spigot-1.8.1-20150304a.jar:git-Spigot-c3c767f-33d5de3]
  17. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:316) [spigot-1.8.1-20150304a.jar:git-Spigot-c3c767f-33d5de3]
  18. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:634) [spigot-1.8.1-20150304a.jar:git-Spigot-c3c767f-33d5de3]
  19. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:537) [spigot-1.8.1-20150304a.jar:git-Spigot-c3c767f-33d5de3]
  20. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_71]
  21. Caused by: java.lang.NullPointerException
  22. at com.dogonfire.gods.HolyPowerManager.activatePower(HolyPowerManager.java:223) ~[?:?]
  23. at com.dogonfire.gods.HolyArtifactManager.handleActivate(HolyArtifactManager.java:330) ~[?:?]
  24. at com.dogonfire.gods.BlockListener.OnPlayerInteract(BlockListener.java:115) ~[?:?]
  25. at sun.reflect.GeneratedMethodAccessor94.invoke(Unknown Source) ~[?:?]
  26. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_71]
  27. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_71]
  28. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301) ~[spigot-1.8.1-20150304a.jar:git-Spigot-c3c767f-33d5de3]
  29. ... 17 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement