Advertisement
xDizasterCYx

Untitled

Jun 6th, 2015
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 KB | None | 0 0
  1. [14:39:29] [Server thread/ERROR]: Could not pass event PlayerInteractEvent to PlayerConditions v1.4.3
  2. org.bukkit.event.EventException
  3. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:305) ~[spigot.jar:git-Spigot-870264a-0a645a2]
  4. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-870264a-0a645a2]
  5. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot.jar:git-Spigot-870264a-0a645a2]
  6. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot.jar:git-Spigot-870264a-0a645a2]
  7. at org.bukkit.craftbukkit.v1_8_R2.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:227) [spigot.jar:git-Spigot-870264a-0a645a2]
  8. at net.minecraft.server.v1_8_R2.PlayerInteractManager.interact(PlayerInteractManager.java:463) [spigot.jar:git-Spigot-870264a-0a645a2]
  9. at net.minecraft.server.v1_8_R2.PlayerConnection.a(PlayerConnection.java:740) [spigot.jar:git-Spigot-870264a-0a645a2]
  10. at net.minecraft.server.v1_8_R2.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:52) [spigot.jar:git-Spigot-870264a-0a645a2]
  11. at net.minecraft.server.v1_8_R2.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:1) [spigot.jar:git-Spigot-870264a-0a645a2]
  12. at net.minecraft.server.v1_8_R2.PlayerConnectionUtils$1.run(SourceFile:13) [spigot.jar:git-Spigot-870264a-0a645a2]
  13. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_45]
  14. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_45]
  15. at net.minecraft.server.v1_8_R2.SystemUtils.a(SourceFile:60) [spigot.jar:git-Spigot-870264a-0a645a2]
  16. at net.minecraft.server.v1_8_R2.MinecraftServer.A(MinecraftServer.java:712) [spigot.jar:git-Spigot-870264a-0a645a2]
  17. at net.minecraft.server.v1_8_R2.DedicatedServer.A(DedicatedServer.java:368) [spigot.jar:git-Spigot-870264a-0a645a2]
  18. at net.minecraft.server.v1_8_R2.MinecraftServer.z(MinecraftServer.java:651) [spigot.jar:git-Spigot-870264a-0a645a2]
  19. at net.minecraft.server.v1_8_R2.MinecraftServer.run(MinecraftServer.java:554) [spigot.jar:git-Spigot-870264a-0a645a2]
  20. at java.lang.Thread.run(Unknown Source) [?:1.8.0_45]
  21. Caused by: java.lang.NullPointerException
  22. at me.choco.conditions.events.FlowerClickEvent.onPlayerClick(FlowerClickEvent.java:18) ~[?:?]
  23. at sun.reflect.GeneratedMethodAccessor351.invoke(Unknown Source) ~[?:?]
  24. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_45]
  25. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_45]
  26. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301) ~[spigot.jar:git-Spigot-870264a-0a645a2]
  27. ... 17 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement