Facebook
From Torrid Peccary, 3 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 58
  1. [09:35:15 ERROR]: Could not pass event PlayerInteractEvent to TreasurePets v6.59
  2. org.bukkit.event.EventException: null
  3. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  4. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  5. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  6. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  7. at org.bukkit.craftbukkit.v1_12_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:235) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  8. at net.minecraft.server.v1_12_R1.PlayerInteractManager.a(PlayerInteractManager.java:458) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  9. at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:953) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  10. at net.minecraft.server.v1_12_R1.PacketPlayInUseItem.a(PacketPlayInUseItem.java:37) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  11. at net.minecraft.server.v1_12_R1.PacketPlayInUseItem.a(PacketPlayInUseItem.java:1) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  12. at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  13. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_211]
  14. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_211]
  15. at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  16. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:748) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  17. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  18. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  19. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot.jar:git-Spigot-dcd1643-e60fc34]
  20. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211]
  21. Caused by: java.lang.NullPointerException
  22. at me.bournedev.custompets.skills.chatrelated.TimedCommand.runSkill(TimedCommand.java:59) ~[?:?]
  23. at me.bournedev.custompets.skills.SkillProcessor.run(SkillProcessor.java:185) ~[?:?]
  24. at me.bournedev.custompets.skills.listeners.SkillProcessingListener.processRightClick(SkillProcessingListener.java:162) ~[?:?]
  25. at sun.reflect.GeneratedMethodAccessor129.invoke(Unknown Source) ~[?:?]
  26. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_211]
  27. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_211]
  28. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
  29. ... 17 more