Advertisement
Guest User

Untitled

a guest
Dec 13th, 2019
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 0 0
  1. [ERROR] Could not pass event PlayerJoinEvent to ProLobbyEdit v1.5
  2.  
  3. org.bukkit.event.EventException: null
  4.  
  5. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:320) ~[spigot-1.14.4.jar:git-Spigot-56f8471-6567017]
  6.  
  7. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot-1.14.4.jar:git-Spigot-56f8471-6567017]
  8.  
  9. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:529) [spigot-1.14.4.jar:git-Spigot-56f8471-6567017]
  10.  
  11. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:514) [spigot-1.14.4.jar:git-Spigot-56f8471-6567017]
  12.  
  13. at net.minecraft.server.v1_14_R1.PlayerList.a(PlayerList.java:173) [spigot-1.14.4.jar:git-Spigot-56f8471-6567017]
  14.  
  15. at net.minecraft.server.v1_14_R1.LoginListener.c(LoginListener.java:154) [spigot-1.14.4.jar:git-Spigot-56f8471-6567017]
  16.  
  17. at net.minecraft.server.v1_14_R1.LoginListener.tick(LoginListener.java:53) [spigot-1.14.4.jar:git-Spigot-56f8471-6567017]
  18.  
  19. at net.minecraft.server.v1_14_R1.NetworkManager.a(NetworkManager.java:220) [spigot-1.14.4.jar:git-Spigot-56f8471-6567017]
  20.  
  21. at net.minecraft.server.v1_14_R1.ServerConnection.c(ServerConnection.java:129) [spigot-1.14.4.jar:git-Spigot-56f8471-6567017]
  22.  
  23. at net.minecraft.server.v1_14_R1.MinecraftServer.b(MinecraftServer.java:1091) [spigot-1.14.4.jar:git-Spigot-56f8471-6567017]
  24.  
  25. at net.minecraft.server.v1_14_R1.DedicatedServer.b(DedicatedServer.java:393) [spigot-1.14.4.jar:git-Spigot-56f8471-6567017]
  26.  
  27. at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:970) [spigot-1.14.4.jar:git-Spigot-56f8471-6567017]
  28.  
  29. at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:815) [spigot-1.14.4.jar:git-Spigot-56f8471-6567017]
  30.  
  31. at java.lang.Thread.run(Thread.java:813) [?:1.8.0_212]
  32.  
  33. Caused by: java.lang.IllegalArgumentException: No enum constant org.bukkit.Material.LEGACY_GLASS:14
  34.  
  35. at java.lang.Enum.valueOf(Enum.java:238) ~[?:1.8.0_212]
  36.  
  37. at org.bukkit.Material.valueOf(Material.java:1) ~[spigot-1.14.4.jar:git-Spigot-56f8471-6567017]
  38.  
  39. at org.bukkit.craftbukkit.v1_14_R1.util.CraftLegacy.valueOf(CraftLegacy.java:221) ~[spigot-1.14.4.jar:git-Spigot-56f8471-6567017]
  40.  
  41. at prolobbyedit.main.listeners.JoinRanksListener.onJoinMessage(JoinRanksListener.java:47) ~[?:?]
  42.  
  43. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
  44.  
  45. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_212]
  46.  
  47. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
  48.  
  49. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
  50.  
  51. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[spigot-1.14.4.jar:git-Spigot-56f8471-6567017]
  52.  
  53. ... 13 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement