Advertisement
Guest User

Server error

a guest
May 23rd, 2017
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.67 KB | None | 0 0
  1. [15:13:45] [Server thread/ERROR]: Could not pass event PlayerJoinEvent to NoJoinLeaveMessagePlus v1.6
  2. org.bukkit.event.EventException
  3. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[spigot-1.8.7-R0.1-SNAPSHOT.jar:git-Spigot-f928e7a-994b2aa]
  4. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.8.7-R0.1-SNAPSHOT.jar:git-Spigot-f928e7a-994b2aa]
  5. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-1.8.7-R0.1-SNAPSHOT.jar:git-Spigot-f928e7a-994b2aa]
  6. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-1.8.7-R0.1-SNAPSHOT.jar:git-Spigot-f928e7a-994b2aa]
  7. at net.minecraft.server.v1_8_R3.PlayerList.onPlayerJoin(PlayerList.java:296) [spigot-1.8.7-R0.1-SNAPSHOT.jar:git-Spigot-f928e7a-994b2aa]
  8. at net.minecraft.server.v1_8_R3.PlayerList.a(PlayerList.java:156) [spigot-1.8.7-R0.1-SNAPSHOT.jar:git-Spigot-f928e7a-994b2aa]
  9. at net.minecraft.server.v1_8_R3.LoginListener.b(LoginListener.java:144) [spigot-1.8.7-R0.1-SNAPSHOT.jar:git-Spigot-f928e7a-994b2aa]
  10. at net.minecraft.server.v1_8_R3.LoginListener.c(LoginListener.java:54) [spigot-1.8.7-R0.1-SNAPSHOT.jar:git-Spigot-f928e7a-994b2aa]
  11. at net.minecraft.server.v1_8_R3.NetworkManager.a(NetworkManager.java:231) [spigot-1.8.7-R0.1-SNAPSHOT.jar:git-Spigot-f928e7a-994b2aa]
  12. at net.minecraft.server.v1_8_R3.ServerConnection.c(ServerConnection.java:148) [spigot-1.8.7-R0.1-SNAPSHOT.jar:git-Spigot-f928e7a-994b2aa]
  13. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:817) [spigot-1.8.7-R0.1-SNAPSHOT.jar:git-Spigot-f928e7a-994b2aa]
  14. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:367) [spigot-1.8.7-R0.1-SNAPSHOT.jar:git-Spigot-f928e7a-994b2aa]
  15. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:657) [spigot-1.8.7-R0.1-SNAPSHOT.jar:git-Spigot-f928e7a-994b2aa]
  16. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:560) [spigot-1.8.7-R0.1-SNAPSHOT.jar:git-Spigot-f928e7a-994b2aa]
  17. at java.lang.Thread.run(Unknown Source) [?:1.8.0_121]
  18. Caused by: java.lang.NullPointerException
  19. at hu.montlikadani.NoJoinLeaveMessage.JoinListener.onPlayerJoin(JoinListener.java:178) ~[?:?]
  20. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_121]
  21. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_121]
  22. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_121]
  23. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_121]
  24. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-1.8.7-R0.1-SNAPSHOT.jar:git-Spigot-f928e7a-994b2aa]
  25. ... 14 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement