Advertisement
Guest User

Untitled

a guest
Jul 12th, 2015
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.03 KB | None | 0 0
  1. [19:58:38] [Server thread/ERROR]: Could not pass event PlayerQuitEvent to MineverseChat v2.4
  2. org.bukkit.event.EventException
  3. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[spigotnew.jar:git-Spigot-f928e7a-d432434]
  4. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigotnew.jar:git-Spigot-f928e7a-d432434]
  5. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigotnew.jar:git-Spigot-f928e7a-d432434]
  6. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigotnew.jar:git-Spigot-f928e7a-d432434]
  7. at net.minecraft.server.v1_8_R3.PlayerList.disconnect(PlayerList.java:346) [spigotnew.jar:git-Spigot-f928e7a-d432434]
  8. at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:844) [spigotnew.jar:git-Spigot-f928e7a-d432434]
  9. at net.minecraft.server.v1_8_R3.PlayerConnection.disconnect(PlayerConnection.java:182) [spigotnew.jar:git-Spigot-f928e7a-d432434]
  10. at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:445) [spigotnew.jar:git-Spigot-f928e7a-d432434]
  11. at net.minecraft.server.v1_8_R3.PacketPlayInFlying.a(SourceFile:126) [spigotnew.jar:git-Spigot-f928e7a-d432434]
  12. at net.minecraft.server.v1_8_R3.PacketPlayInFlying$PacketPlayInPositionLook.a(SourceFile:18) [spigotnew.jar:git-Spigot-f928e7a-d432434]
  13. at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [spigotnew.jar:git-Spigot-f928e7a-d432434]
  14. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_40-internal]
  15. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_40-internal]
  16. at net.minecraft.server.v1_8_R3.SystemUtils.a(SystemUtils.java:19) [spigotnew.jar:git-Spigot-f928e7a-d432434]
  17. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:718) [spigotnew.jar:git-Spigot-f928e7a-d432434]
  18. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:367) [spigotnew.jar:git-Spigot-f928e7a-d432434]
  19. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:657) [spigotnew.jar:git-Spigot-f928e7a-d432434]
  20. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:560) [spigotnew.jar:git-Spigot-f928e7a-d432434]
  21. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_40-internal]
  22. Caused by: java.lang.NullPointerException
  23. at mineverse.Aust1n46.chat.listeners.LoginListener.playerLeaving(LoginListener.java:152) ~[?:?]
  24. at mineverse.Aust1n46.chat.listeners.LoginListener.onPlayerQuit(LoginListener.java:63) ~[?:?]
  25. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_40-internal]
  26. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_40-internal]
  27. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_40-internal]
  28. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_40-internal]
  29. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigotnew.jar:git-Spigot-f928e7a-d432434]
  30. ... 18 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement