Advertisement
Guest User

Untitled

a guest
Nov 18th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.57 KB | None | 0 0
  1. [10:49:13] [Server thread/ERROR]: Could not pass event ItemSpawnEvent to MMOItems v5.1-SNAPSHOT
  2. org.bukkit.event.EventException: null
  3. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:320) ~[spigot.jar:git-Spigot-56f8471-56118c6]
  4. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot.jar:git-Spigot-56f8471-56118c6]
  5. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:529) ~[spigot.jar:git-Spigot-56f8471-56118c6]
  6. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:514) ~[spigot.jar:git-Spigot-56f8471-56118c6]
  7. at org.bukkit.craftbukkit.v1_14_R1.event.CraftEventFactory.callItemSpawnEvent(CraftEventFactory.java:617) ~[spigot.jar:git-Spigot-56f8471-56118c6]
  8. at org.bukkit.craftbukkit.v1_14_R1.event.CraftEventFactory.doEntityAddEventCalling(CraftEventFactory.java:528) ~[spigot.jar:git-Spigot-56f8471-56118c6]
  9. at net.minecraft.server.v1_14_R1.WorldServer.addEntity0(WorldServer.java:969) ~[spigot.jar:git-Spigot-56f8471-56118c6]
  10. at net.minecraft.server.v1_14_R1.WorldServer.addEntity(WorldServer.java:894) ~[spigot.jar:git-Spigot-56f8471-56118c6]
  11. at net.minecraft.server.v1_14_R1.EntityPlayer.a(EntityPlayer.java:1660) ~[spigot.jar:git-Spigot-56f8471-56118c6]
  12. at net.minecraft.server.v1_14_R1.EntityHuman.n(EntityHuman.java:542) ~[spigot.jar:git-Spigot-56f8471-56118c6]
  13. at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1169) ~[spigot.jar:git-Spigot-56f8471-56118c6]
  14. at net.minecraft.server.v1_14_R1.PacketPlayInBlockDig.a(SourceFile:40) ~[spigot.jar:git-Spigot-56f8471-56118c6]
  15. at net.minecraft.server.v1_14_R1.PacketPlayInBlockDig.a(SourceFile:10) ~[spigot.jar:git-Spigot-56f8471-56118c6]
  16. at net.minecraft.server.v1_14_R1.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:19) ~[spigot.jar:git-Spigot-56f8471-56118c6]
  17. at net.minecraft.server.v1_14_R1.TickTask.run(SourceFile:18) [spigot.jar:git-Spigot-56f8471-56118c6]
  18. at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(SourceFile:144) [spigot.jar:git-Spigot-56f8471-56118c6]
  19. at net.minecraft.server.v1_14_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) [spigot.jar:git-Spigot-56f8471-56118c6]
  20. at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(SourceFile:118) [spigot.jar:git-Spigot-56f8471-56118c6]
  21. at net.minecraft.server.v1_14_R1.MinecraftServer.aX(MinecraftServer.java:909) [spigot.jar:git-Spigot-56f8471-56118c6]
  22. at net.minecraft.server.v1_14_R1.MinecraftServer.executeNext(MinecraftServer.java:902) [spigot.jar:git-Spigot-56f8471-56118c6]
  23. at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(SourceFile:127) [spigot.jar:git-Spigot-56f8471-56118c6]
  24. at net.minecraft.server.v1_14_R1.MinecraftServer.sleepForTick(MinecraftServer.java:886) [spigot.jar:git-Spigot-56f8471-56118c6]
  25. at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:819) [spigot.jar:git-Spigot-56f8471-56118c6]
  26. at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
  27. Caused by: java.lang.RuntimeException: java.lang.ClassNotFoundException: it.unimi.dsi.fastutil.ints.Int2ObjectOpenHashMap
  28. at org.inventivetalent.glow.GlowAPI.sendGlowPacket(GlowAPI.java:308) ~[?:?]
  29. at org.inventivetalent.glow.GlowAPI.setGlowing(GlowAPI.java:116) ~[?:?]
  30. at org.inventivetalent.glow.GlowAPI.setGlowing(GlowAPI.java:133) ~[?:?]
  31. at org.inventivetalent.glow.GlowAPI.setGlowing(GlowAPI.java:171) ~[?:?]
  32. at net.Indyuce.mmoitems.comp.itemglow.ItemGlowListener.a(ItemGlowListener.java:36) ~[?:?]
  33. at sun.reflect.GeneratedMethodAccessor281.invoke(Unknown Source) ~[?:?]
  34. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_211]
  35. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_211]
  36. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[spigot.jar:git-Spigot-56f8471-56118c6]
  37. ... 23 more
  38. Caused by: java.lang.ClassNotFoundException: it.unimi.dsi.fastutil.ints.Int2ObjectOpenHashMap
  39. at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_211]
  40. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:135) ~[spigot.jar:git-Spigot-56f8471-56118c6]
  41. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:81) ~[spigot.jar:git-Spigot-56f8471-56118c6]
  42. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_211]
  43. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_211]
  44. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_211]
  45. at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_211]
  46. at org.inventivetalent.glow.GlowAPI.sendGlowPacket(GlowAPI.java:290) ~[?:?]
  47. at org.inventivetalent.glow.GlowAPI.setGlowing(GlowAPI.java:116) ~[?:?]
  48. at org.inventivetalent.glow.GlowAPI.setGlowing(GlowAPI.java:133) ~[?:?]
  49. at org.inventivetalent.glow.GlowAPI.setGlowing(GlowAPI.java:171) ~[?:?]
  50. at net.Indyuce.mmoitems.comp.itemglow.ItemGlowListener.a(ItemGlowListener.java:36) ~[?:?]
  51. at sun.reflect.GeneratedMethodAccessor281.invoke(Unknown Source) ~[?:?]
  52. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_211]
  53. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_211]
  54. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[spigot.jar:git-Spigot-56f8471-56118c6]
  55. ... 23 more
  56. >
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement