Advertisement
Guest User

Untitled

a guest
Nov 25th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. [08:57:11 ERROR]: Could not pass event PlayerLoginEvent to OnlyInsaneProxyJoin v1.0
  2. org.bukkit.event.EventException: null
  3. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-1.12.2-R0.1-SNAPSHOT-b1460.jar:git-Spigot-3d850ec-f46ccd7]
  4. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.12.2-R0.1-SNAPSHOT-b1460.jar:git-Spigot-3d850ec-f46ccd7]
  5. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) [spigot-1.12.2-R0.1-SNAPSHOT-b1460.jar:git-Spigot-3d850ec-f46ccd7]
  6. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) [spigot-1.12.2-R0.1-SNAPSHOT-b1460.jar:git-Spigot-3d850ec-f46ccd7]
  7. at protocolsupport.protocol.packet.handler.AbstractLoginListenerPlay.tryJoin(AbstractLoginListenerPlay.java:121) [ProtocolSupport.jar:?]
  8. at protocolsupport.protocol.packet.handler.AbstractLoginListenerPlay.tick(AbstractLoginListenerPlay.java:93) [ProtocolSupport.jar:?]
  9. at protocolsupport.zplatform.impl.spigot.network.handler.SpigotLoginListenerPlay.e(SpigotLoginListenerPlay.java:70) [ProtocolSupport.jar:?]
  10. at net.minecraft.server.v1_12_R1.NetworkManager.a(NetworkManager.java:233) [spigot-1.12.2-R0.1-SNAPSHOT-b1460.jar:git-Spigot-3d850ec-f46ccd7]
  11. at net.minecraft.server.v1_12_R1.ServerConnection.c(ServerConnection.java:140) [spigot-1.12.2-R0.1-SNAPSHOT-b1460.jar:git-Spigot-3d850ec-f46ccd7]
  12. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:845) [spigot-1.12.2-R0.1-SNAPSHOT-b1460.jar:git-Spigot-3d850ec-f46ccd7]
  13. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot-1.12.2-R0.1-SNAPSHOT-b1460.jar:git-Spigot-3d850ec-f46ccd7]
  14. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot-1.12.2-R0.1-SNAPSHOT-b1460.jar:git-Spigot-3d850ec-f46ccd7]
  15. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot-1.12.2-R0.1-SNAPSHOT-b1460.jar:git-Spigot-3d850ec-f46ccd7]
  16. at java.lang.Thread.run(Unknown Source) [?:1.8.0_151]
  17. Caused by: java.lang.NullPointerException
  18. at me.MrMonkeyPants34.OnlyInsaneProxyJoin.Events.PlayerLogin.onPlayerLogin(PlayerLogin.java:20) ~[?:?]
  19. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_151]
  20. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_151]
  21. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_151]
  22. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_151]
  23. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot-1.12.2-R0.1-SNAPSHOT-b1460.jar:git-Spigot-3d850ec-f46ccd7]
  24. ... 13 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement