Advertisement
Guest User

Untitled

a guest
Apr 18th, 2019
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.33 KB | None | 0 0
  1. [19:01:08 ERROR]: Could not pass event BlockBreakEvent to NewItems v4.3.15
  2. org.bukkit.event.EventException: null
  3. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja
  4. va:316) ~[spigot-1.13.2.jar:git-Spigot-f09662d-7c395d4]
  5. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
  6. a:66) ~[spigot-1.13.2.jar:git-Spigot-f09662d-7c395d4]
  7. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.j
  8. ava:507) ~[spigot-1.13.2.jar:git-Spigot-f09662d-7c395d4]
  9. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
  10. ava:492) ~[spigot-1.13.2.jar:git-Spigot-f09662d-7c395d4]
  11. at net.minecraft.server.v1_13_R2.PlayerInteractManager.breakBlock(Player
  12. InteractManager.java:292) ~[spigot-1.13.2.jar:git-Spigot-f09662d-7c395d4]
  13. at net.minecraft.server.v1_13_R2.PlayerInteractManager.a(PlayerInteractM
  14. anager.java:124) ~[spigot-1.13.2.jar:git-Spigot-f09662d-7c395d4]
  15. at net.minecraft.server.v1_13_R2.PlayerConnection.a(PlayerConnection.jav
  16. a:1146) ~[spigot-1.13.2.jar:git-Spigot-f09662d-7c395d4]
  17. at net.minecraft.server.v1_13_R2.PacketPlayInBlockDig.a(SourceFile:40) ~
  18. [spigot-1.13.2.jar:git-Spigot-f09662d-7c395d4]
  19. at net.minecraft.server.v1_13_R2.PacketPlayInBlockDig.a(SourceFile:10) ~
  20. [spigot-1.13.2.jar:git-Spigot-f09662d-7c395d4]
  21. at net.minecraft.server.v1_13_R2.PlayerConnectionUtils.lambda$0(PlayerCo
  22. nnectionUtils.java:9) ~[spigot-1.13.2.jar:git-Spigot-f09662d-7c395d4]
  23. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [
  24. ?:1.8.0_201]
  25. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_201]
  26. at net.minecraft.server.v1_13_R2.SystemUtils.a(SourceFile:199) [spigot-1
  27. .13.2.jar:git-Spigot-f09662d-7c395d4]
  28. at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:
  29. 896) [spigot-1.13.2.jar:git-Spigot-f09662d-7c395d4]
  30. at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:
  31. 417) [spigot-1.13.2.jar:git-Spigot-f09662d-7c395d4]
  32. at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:
  33. 831) [spigot-1.13.2.jar:git-Spigot-f09662d-7c395d4]
  34. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.jav
  35. a:729) [spigot-1.13.2.jar:git-Spigot-f09662d-7c395d4]
  36. at java.lang.Thread.run(Unknown Source) [?:1.8.0_201]
  37. Caused by: java.lang.IllegalArgumentException: No enum constant org.bukkit.Mater
  38. ial.LEGACY_none
  39. at java.lang.Enum.valueOf(Unknown Source) ~[?:1.8.0_201]
  40. at org.bukkit.Material.valueOf(Material.java:1) ~[spigot-1.13.2.jar:git-
  41. Spigot-f09662d-7c395d4]
  42. at org.bukkit.craftbukkit.v1_13_R2.util.CraftLegacy.valueOf(CraftLegacy.
  43. java:221) ~[spigot-1.13.2.jar:git-Spigot-f09662d-7c395d4]
  44. at com.evill4mer.NewItems.b.j.d(Unknown Source) ~[?:?]
  45. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0
  46. _201]
  47. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0
  48. _201]
  49. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1
  50. .8.0_201]
  51. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_201]
  52. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja
  53. va:312) ~[spigot-1.13.2.jar:git-Spigot-f09662d-7c395d4]
  54. ... 17 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement