Advertisement
DSHunterMC

Untitled

Nov 21st, 2017
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 KB | None | 0 0
  1. [02:56:03 ERROR]: Could not pass event PlayerJoinEvent to SuperLobby v3.2.6
  2. org.bukkit.event.EventException
  3. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-3fb9445-6e3cec8]
  4. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-3fb9445-6e3cec8]
  5. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  6. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  7. at net.minecraft.server.v1_11_R1.PlayerList.onPlayerJoin(PlayerList.java:327) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  8. at net.minecraft.server.v1_11_R1.PlayerList.a(PlayerList.java:160) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  9. at net.minecraft.server.v1_11_R1.LoginListener.b(LoginListener.java:147) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  10. at net.minecraft.server.v1_11_R1.LoginListener.F_(LoginListener.java:57) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  11. at net.minecraft.server.v1_11_R1.NetworkManager.a(NetworkManager.java:233) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  12. at net.minecraft.server.v1_11_R1.ServerConnection.c(ServerConnection.java:140) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  13. at net.minecraft.server.v1_11_R1.MinecraftServer.D(MinecraftServer.java:842) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  14. at net.minecraft.server.v1_11_R1.DedicatedServer.D(DedicatedServer.java:399) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  15. at net.minecraft.server.v1_11_R1.MinecraftServer.C(MinecraftServer.java:678) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  16. at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:576) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  17. at java.lang.Thread.run(Unknown Source) [?:1.8.0_141]
  18. Caused by: java.lang.IllegalArgumentException: No enum constant org.bukkit.Sound.EXPLODE
  19. at java.lang.Enum.valueOf(Unknown Source) ~[?:1.8.0_141]
  20. at org.bukkit.Sound.valueOf(Sound.java:1) ~[spigot.jar:git-Spigot-3fb9445-6e3cec8]
  21. at com.pedrojm96.superlobby.CustomEvents.sendSound(CustomEvents.java:79) ~[?:?]
  22. at com.pedrojm96.superlobby.listener.PlayerE.onCustomJoin(PlayerE.java:295) ~[?:?]
  23. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_141]
  24. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_141]
  25. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_141]
  26. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_141]
  27. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-3fb9445-6e3cec8]
  28. ... 14 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement