Advertisement
Guest User

Untitled

a guest
Nov 13th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.12 KB | None | 0 0
  1. [18:18:27 ERROR]: Could not pass event PlayerJoinEvent to LatinBoard v1.0
  2. org.bukkit.event.EventException
  3. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[thebridge.jar:git-Spigot-21fe707-e1ebe52]
  4. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[thebridge.jar:git-Spigot-21fe707-e1ebe52]
  5. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [thebridge.jar:git-Spigot-21fe707-e1ebe52]
  6. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [thebridge.jar:git-Spigot-21fe707-e1ebe52]
  7. at net.minecraft.server.v1_8_R3.PlayerList.onPlayerJoin(PlayerList.java:298) [thebridge.jar:git-Spigot-21fe707-e1ebe52]
  8. at net.minecraft.server.v1_8_R3.PlayerList.a(PlayerList.java:157) [thebridge.jar:git-Spigot-21fe707-e1ebe52]
  9. at net.minecraft.server.v1_8_R3.LoginListener.b(LoginListener.java:144) [thebridge.jar:git-Spigot-21fe707-e1ebe52]
  10. at net.minecraft.server.v1_8_R3.LoginListener.c(LoginListener.java:54) [thebridge.jar:git-Spigot-21fe707-e1ebe52]
  11. at net.minecraft.server.v1_8_R3.NetworkManager.a(NetworkManager.java:231) [thebridge.jar:git-Spigot-21fe707-e1ebe52]
  12. at net.minecraft.server.v1_8_R3.ServerConnection.c(ServerConnection.java:148) [thebridge.jar:git-Spigot-21fe707-e1ebe52]
  13. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:814) [thebridge.jar:git-Spigot-21fe707-e1ebe52]
  14. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [thebridge.jar:git-Spigot-21fe707-e1ebe52]
  15. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [thebridge.jar:git-Spigot-21fe707-e1ebe52]
  16. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [thebridge.jar:git-Spigot-21fe707-e1ebe52]
  17. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  18. Caused by: java.lang.NullPointerException
  19. at io.github.Leonardo0013YT.Bridge.hooks.PlaceholderHook.onPlaceholderRequest(PlaceholderHook.java:52) ~[?:?]
  20. at me.clip.placeholderapi.PlaceholderHook.onRequest(PlaceholderHook.java:38) ~[?:?]
  21. at me.clip.placeholderapi.PlaceholderAPI.setPlaceholders(PlaceholderAPI.java:237) ~[?:?]
  22. at me.clip.placeholderapi.PlaceholderAPI.setPlaceholders(PlaceholderAPI.java:377) ~[?:?]
  23. at com.hordern123.latinboard.Main.setPlaceholders(Main.java:73) ~[?:?]
  24. at com.hordern123.latinboard.BoardTask.Send(BoardTask.java:91) ~[?:?]
  25. at com.hordern123.latinboard.BoardTask.onJoin(BoardTask.java:122) ~[?:?]
  26. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171]
  27. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171]
  28. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171]
  29. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171]
  30. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[thebridge.jar:git-Spigot-21fe707-e1ebe52]
  31. ... 14 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement