Advertisement
Guest User

Untitled

a guest
May 26th, 2019
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.40 KB | None | 0 0
  1. > [06:39:05 ERROR]: Could not pass event PlayerInteractEvent to EpicHoppers vmaven-version-number
  2. org.bukkit.event.EventException: null
  3. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-dcd1643-e60fc34]
  4. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-dcd1643-e60fc34]
  5. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) [server.jar:git-Spigot-dcd1643-e60fc34]
  6. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) [server.jar:git-Spigot-dcd1643-e60fc34]
  7. at org.bukkit.craftbukkit.v1_12_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:235) [server.jar:git-Spigot-dcd1643-e60fc34]
  8. at org.bukkit.craftbukkit.v1_12_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:202) [server.jar:git-Spigot-dcd1643-e60fc34]
  9. at net.minecraft.server.v1_12_R1.PlayerInteractManager.a(PlayerInteractManager.java:109) [server.jar:git-Spigot-dcd1643-e60fc34]
  10. at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:877) [server.jar:git-Spigot-dcd1643-e60fc34]
  11. at net.minecraft.server.v1_12_R1.PacketPlayInBlockDig.a(SourceFile:40) [server.jar:git-Spigot-dcd1643-e60fc34]
  12. at net.minecraft.server.v1_12_R1.PacketPlayInBlockDig.a(SourceFile:10) [server.jar:git-Spigot-dcd1643-e60fc34]
  13. at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) [server.jar:git-Spigot-dcd1643-e60fc34]
  14. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_212]
  15. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_212]
  16. at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [server.jar:git-Spigot-dcd1643-e60fc34]
  17. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:748) [server.jar:git-Spigot-dcd1643-e60fc34]
  18. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [server.jar:git-Spigot-dcd1643-e60fc34]
  19. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [server.jar:git-Spigot-dcd1643-e60fc34]
  20. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [server.jar:git-Spigot-dcd1643-e60fc34]
  21. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  22. Caused by: java.lang.IllegalArgumentException: No enum constant org.bukkit.Material.REDSTONE_COMPARATR
  23. at java.lang.Enum.valueOf(Enum.java:238) ~[?:1.8.0_212]
  24. at org.bukkit.Material.valueOf(Material.java:1) ~[server.jar:git-Spigot-dcd1643-e60fc34]
  25. at com.songoda.epichoppers.gui.GUIOverview.constructGUI(GUIOverview.java:67) ~[?:?]
  26. at com.songoda.epichoppers.utils.gui.AbstractGUI.init(AbstractGUI.java:122) ~[?:?]
  27. at com.songoda.epichoppers.gui.GUIOverview.<init>(GUIOverview.java:40) ~[?:?]
  28. at com.songoda.epichoppers.hopper.Hopper.overview(Hopper.java:61) ~[?:?]
  29. at com.songoda.epichoppers.listeners.InteractListeners.onBlockInteract(InteractListeners.java:85) ~[?:?]
  30. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
  31. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_212]
  32. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
  33. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
  34. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[server.jar:git-Spigot-dcd1643-e60fc34]
  35. ... 18 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement