Advertisement
Guest User

Untitled

a guest
Mar 26th, 2015
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.00 KB | None | 0 0
  1. [23:35:54 ERROR]: Could not pass event PlayerRespawnEvent to EcoSave v0.1a
  2. org.bukkit.event.EventException
  3. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja
  4. va:305) ~[jar.jar:git-Spigot-c136710-0af2738]
  5. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
  6. a:62) ~[jar.jar:git-Spigot-c136710-0af2738]
  7. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.j
  8. ava:502) [jar.jar:git-Spigot-c136710-0af2738]
  9. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
  10. ava:487) [jar.jar:git-Spigot-c136710-0af2738]
  11. at net.minecraft.server.v1_8_R2.PlayerList.moveToWorld(PlayerList.java:5
  12. 64) [jar.jar:git-Spigot-c136710-0af2738]
  13. at net.minecraft.server.v1_8_R2.PlayerList.moveToWorld(PlayerList.java:5
  14. 04) [jar.jar:git-Spigot-c136710-0af2738]
  15. at net.minecraft.server.v1_8_R2.PlayerConnection.a(PlayerConnection.java
  16. :1381) [jar.jar:git-Spigot-c136710-0af2738]
  17. at net.minecraft.server.v1_8_R2.PacketPlayInClientCommand.a(SourceFile:3
  18. 1) [jar.jar:git-Spigot-c136710-0af2738]
  19. at net.minecraft.server.v1_8_R2.PacketPlayInClientCommand.a(SourceFile:8
  20. ) [jar.jar:git-Spigot-c136710-0af2738]
  21. at net.minecraft.server.v1_8_R2.PlayerConnectionUtils$1.run(SourceFile:1
  22. 3) [jar.jar:git-Spigot-c136710-0af2738]
  23. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [
  24. ?:1.7.0_76]
  25. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.7.0_76]
  26. at net.minecraft.server.v1_8_R2.SystemUtils.a(SourceFile:60) [jar.jar:gi
  27. t-Spigot-c136710-0af2738]
  28. at net.minecraft.server.v1_8_R2.MinecraftServer.A(MinecraftServer.java:7
  29. 10) [jar.jar:git-Spigot-c136710-0af2738]
  30. at net.minecraft.server.v1_8_R2.DedicatedServer.A(DedicatedServer.java:3
  31. 68) [jar.jar:git-Spigot-c136710-0af2738]
  32. at net.minecraft.server.v1_8_R2.MinecraftServer.z(MinecraftServer.java:6
  33. 51) [jar.jar:git-Spigot-c136710-0af2738]
  34. at net.minecraft.server.v1_8_R2.MinecraftServer.run(MinecraftServer.java
  35. :554) [jar.jar:git-Spigot-c136710-0af2738]
  36. at java.lang.Thread.run(Unknown Source) [?:1.7.0_76]
  37. Caused by: java.lang.NullPointerException
  38. at org.bukkit.inventory.ItemStack.<init>(ItemStack.java:68) ~[jar.jar:gi
  39. t-Spigot-c136710-0af2738]
  40. at org.bukkit.inventory.ItemStack.<init>(ItemStack.java:46) ~[jar.jar:gi
  41. t-Spigot-c136710-0af2738]
  42. at com.liquiditygaming.ecosave.EcoSaveCatcher.playerRespawnEvent(EcoSave
  43. Catcher.java:27) ~[?:?]
  44. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0
  45. _76]
  46. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0
  47. _76]
  48. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1
  49. .7.0_76]
  50. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_76]
  51. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja
  52. va:301) ~[jar.jar:git-Spigot-c136710-0af2738]
  53. ... 17 more
  54. >
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement