Advertisement
Guest User

Untitled

a guest
May 26th, 2019
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.40 KB | None | 0 0
  1. ------------------------------------------------------------------------------- -------------------------------------------------------
  2. > [20:11:36 INFO]: [!] Unknown command. Type "/help" for help.
  3. > [20:11:47 ERROR]: Could not pass event MobDropEvent to C0d3rTokens v1.2.1-STABLE
  4. org.bukkit.event.EventException
  5. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:309) ~[server.jar:git-TacoSpigot-bf023c7d]
  6. at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:74) ~[server.jar:git-TacoSpigot-bf023c7d]
  7. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-TacoSpigot-bf023c7d]
  8. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:508) ~[server.jar:git-TacoSpigot-bf023c7d]
  9. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:493) ~[server.jar:git-TacoSpigot-bf023c7d]
  10. at org.c0d3r.tokens.listeners.KillListener.onKill(KillListener.java:36) ~[?:?]
  11. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
  12. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_212]
  13. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
  14. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
  15. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:307) ~[server.jar:git-TacoSpigot-bf023c7d]
  16. at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:74) ~[server.jar:git-TacoSpigot-bf023c7d]
  17. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-TacoSpigot-bf023c7d]
  18. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:508) ~[server.jar:git-TacoSpigot-bf023c7d]
  19. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:490) ~[server.jar:git-TacoSpigot-bf023c7d]
  20. at com.bgsoftware.wildstacker.listeners.EntitiesListener.lambda$onEntityLastDamage$2(EntitiesListener.java:127) ~[?:?]
  21. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_212]
  22. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_212]
  23. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  24. Caused by: java.lang.IllegalStateException: Asynchronous entity add!
  25. at org.spigotmc.AsyncCatcher.catchOp(AsyncCatcher.java:14) ~[server.jar:git-TacoSpigot-bf023c7d]
  26. at net.minecraft.server.v1_8_R3.World.addEntity(World.java:1005) ~[server.jar:git-TacoSpigot-bf023c7d]
  27. at net.minecraft.server.v1_8_R3.World.addEntity(World.java:1001) ~[server.jar:git-TacoSpigot-bf023c7d]
  28. at org.bukkit.craftbukkit.v1_8_R3.CraftWorld.dropItem(CraftWorld.java:336) ~[server.jar:git-TacoSpigot-bf023c7d]
  29. at org.bukkit.craftbukkit.v1_8_R3.CraftWorld.dropItemNaturally(CraftWorld.java:375) ~[server.jar:git-TacoSpigot-bf023c7d]
  30. at org.c0d3r.tokens.listeners.MobDropListener.onMobDrop(MobDropListener.java:19) ~[?:?]
  31. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
  32. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_212]
  33. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
  34. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
  35. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:307) ~[server.jar:git-TacoSpigot-bf023c7d]
  36. ... 18 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement