Advertisement
KyadCK

Untitled

Jul 27th, 2014
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.72 KB | None | 0 0
  1. [06:46:28] [Server thread/ERROR]: Could not pass event PlayerInteractEvent to VariableTriggers v1.3.3
  2. org.bukkit.event.EventException
  3. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:294) ~[spigot-lobby.jar:git-Spigot-1495]
  4. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-lobby.jar:git-Spigot-1495]
  5. at org.bukkit.plugin.TimedRegisteredListener.callEvent(TimedRegisteredListener.java:47) ~[spigot-lobby.jar:git-Spigot-1495]
  6. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-lobby.jar:git-Spigot-1495]
  7. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-lobby.jar:git-Spigot-1495]
  8. at org.bukkit.craftbukkit.v1_7_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:233) [spigot-lobby.jar:git-Spigot-1495]
  9. at org.bukkit.craftbukkit.v1_7_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:203) [spigot-lobby.jar:git-Spigot-1495]
  10. at net.minecraft.server.v1_7_R3.PlayerConnection.a(PlayerConnection.java:1038) [spigot-lobby.jar:git-Spigot-1495]
  11. at net.minecraft.server.v1_7_R3.PacketPlayInArmAnimation.a(SourceFile:43) [spigot-lobby.jar:git-Spigot-1495]
  12. at net.minecraft.server.v1_7_R3.PacketPlayInArmAnimation.handle(SourceFile:9) [spigot-lobby.jar:git-Spigot-1495]
  13. at net.minecraft.server.v1_7_R3.NetworkManager.a(NetworkManager.java:180) [spigot-lobby.jar:git-Spigot-1495]
  14. at net.minecraft.server.v1_7_R3.ServerConnection.c(ServerConnection.java:81) [spigot-lobby.jar:git-Spigot-1495]
  15. at net.minecraft.server.v1_7_R3.MinecraftServer.v(MinecraftServer.java:720) [spigot-lobby.jar:git-Spigot-1495]
  16. at net.minecraft.server.v1_7_R3.DedicatedServer.v(DedicatedServer.java:283) [spigot-lobby.jar:git-Spigot-1495]
  17. at net.minecraft.server.v1_7_R3.MinecraftServer.u(MinecraftServer.java:583) [spigot-lobby.jar:git-Spigot-1495]
  18. at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:489) [spigot-lobby.jar:git-Spigot-1495]
  19. at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [spigot-lobby.jar:git-Spigot-1495]
  20. Caused by: java.lang.NullPointerException
  21. at com.wizardscraft.Listener_base.Listener_onEvent.onLeftClick(Listener_onEvent.java:316) ~[?:?]
  22. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_60]
  23. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_60]
  24. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_60]
  25. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_60]
  26. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:292) ~[spigot-lobby.jar:git-Spigot-1495]
  27. ... 16 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement