Advertisement
adopted3

Spawner error with Spigot 1.8

Jan 24th, 2015
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. [12:22:49] [Server thread/ERROR]: Could not pass event PlayerItemHeldEvent to Spawner v1.9b-b0
  2. org.bukkit.event.EventException
  3. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:305) ~[Spigot18.jar:git-Spigot-c46583f-e6f9fd4]
  4. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[Spigot18.jar:git-Spigot-c46583f-e6f9fd4]
  5. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [Spigot18.jar:git-Spigot-c46583f-e6f9fd4]
  6. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [Spigot18.jar:git-Spigot-c46583f-e6f9fd4]
  7. at net.minecraft.server.v1_8_R1.PlayerConnection.a(PlayerConnection.java:884) [Spigot18.jar:git-Spigot-c46583f-e6f9fd4]
  8. at net.minecraft.server.v1_8_R1.PacketPlayInHeldItemSlot.a(SourceFile:30) [Spigot18.jar:git-Spigot-c46583f-e6f9fd4]
  9. at net.minecraft.server.v1_8_R1.PacketPlayInHeldItemSlot.a(SourceFile:8) [Spigot18.jar:git-Spigot-c46583f-e6f9fd4]
  10. at net.minecraft.server.v1_8_R1.PacketHandleTask.run(SourceFile:13) [Spigot18.jar:git-Spigot-c46583f-e6f9fd4]
  11. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.7.0_72]
  12. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.7.0_72]
  13. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:683) [Spigot18.jar:git-Spigot-c46583f-e6f9fd4]
  14. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:316) [Spigot18.jar:git-Spigot-c46583f-e6f9fd4]
  15. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:623) [Spigot18.jar:git-Spigot-c46583f-e6f9fd4]
  16. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:526) [Spigot18.jar:git-Spigot-c46583f-e6f9fd4]
  17. at java.lang.Thread.run(Unknown Source) [?:1.7.0_72]
  18. Caused by: java.lang.NullPointerException
  19. at me.ryvix.spawner.SpawnerFunctions.getSpawnerName(SpawnerFunctions.java:228) ~[?:?]
  20. at me.ryvix.spawner.SpawnerFunctions.setSpawnerName(SpawnerFunctions.java:237) ~[?:?]
  21. at me.ryvix.spawner.SpawnerFunctions.resetSpawnerName(SpawnerFunctions.java:232) ~[?:?]
  22. at me.ryvix.spawner.SpawnerEvents.onPlayerItemHeld(SpawnerEvents.java:228) ~[?:?]
  23. at sun.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) ~[?:?]
  24. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_72]
  25. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_72]
  26. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301) ~[Spigot18.jar:git-Spigot-c46583f-e6f9fd4]
  27. ... 14 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement