Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2020
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1. > [15:18:49] [Server thread/ERROR]: Could not pass event PlayerJoinEvent to MCValidator v1.1-SNAPSHOT
  2. org.bukkit.event.EventException: null
  3. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:320) ~[spigot-1.15.1.jar:git-Spigot-2ee05fe-d31f05f]
  4. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot-1.15.1.jar:git-Spigot-2ee05fe-d31f05f]
  5. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:529) ~[spigot-1.15.1.jar:git-Spigot-2ee05fe-d31f05f]
  6. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:514) ~[spigot-1.15.1.jar:git-Spigot-2ee05fe-d31f05f]
  7. at net.minecraft.server.v1_15_R1.PlayerList.a(PlayerList.java:176) ~[spigot-1.15.1.jar:git-Spigot-2ee05fe-d31f05f]
  8. at protocolsupport.zplatform.impl.spigot.network.handler.SpigotLoginListenerPlay.joinGame(SpigotLoginListenerPlay.java:138) ~[?:?]
  9. at protocolsupport.protocol.packet.handler.AbstractLoginListenerPlay.joinWorld(AbstractLoginListenerPlay.java:143) ~[?:?]
  10. at protocolsupport.protocol.packet.handler.AbstractLoginListenerPlay.lambda$finishLogin$1(AbstractLoginListenerPlay.java:88) ~[?:?]
  11. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_212]
  12. at net.minecraft.server.v1_15_R1.MinecraftServer.b(MinecraftServer.java:1043) [spigot-1.15.1.jar:git-Spigot-2ee05fe-d31f05f]
  13. at net.minecraft.server.v1_15_R1.DedicatedServer.b(DedicatedServer.java:393) [spigot-1.15.1.jar:git-Spigot-2ee05fe-d31f05f]
  14. at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:978) [spigot-1.15.1.jar:git-Spigot-2ee05fe-d31f05f]
  15. at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:823) [spigot-1.15.1.jar:git-Spigot-2ee05fe-d31f05f]
  16. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  17. Caused by: java.lang.NullPointerException
  18. at verify.brainsynder.bot.Bot.checkUsername(Bot.java:170) ~[?:?]
  19. at verify.brainsynder.MCValidator.onJoin(MCValidator.java:164) ~[?:?]
  20. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
  21. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_212]
  22. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
  23. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
  24. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[spigot-1.15.1.jar:git-Spigot-2ee05fe-d31f05f]
  25. ... 13 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement