Advertisement
Kichiro

Untitled

Oct 3rd, 2019
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.90 KB | None | 0 0
  1. [11:51:46] [Server thread/ERROR]: Could not pass event MythicMobDeathEvent to MoneyHunters v5.7.5
  2. org.bukkit.event.EventException: null
  3. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:320) ~[spigot.jar:git-Spigot-94af569-a3fdef8]
  4. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot.jar:git-Spigot-94af569-a3fdef8]
  5. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:529) ~[spigot.jar:git-Spigot-94af569-a3fdef8]
  6. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:514) ~[spigot.jar:git-Spigot-94af569-a3fdef8]
  7. at io.lumine.xikage.mythicmobs.adapters.bukkit.BukkitSkillTriggers.onDeathTrigger(BukkitSkillTriggers.java:450) ~[?:?]
  8. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_211]
  9. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_211]
  10. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_211]
  11. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_211]
  12. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[spigot.jar:git-Spigot-94af569-a3fdef8]
  13. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot.jar:git-Spigot-94af569-a3fdef8]
  14. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:529) ~[spigot.jar:git-Spigot-94af569-a3fdef8]
  15. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:514) ~[spigot.jar:git-Spigot-94af569-a3fdef8]
  16. at org.bukkit.craftbukkit.v1_14_R1.event.CraftEventFactory.callEntityDeathEvent(CraftEventFactory.java:716) ~[spigot.jar:git-Spigot-94af569-a3fdef8]
  17. at net.minecraft.server.v1_14_R1.EntityLiving.d(EntityLiving.java:1366) ~[spigot.jar:git-Spigot-94af569-a3fdef8]
  18. at net.minecraft.server.v1_14_R1.EntityLiving.die(EntityLiving.java:1322) ~[spigot.jar:git-Spigot-94af569-a3fdef8]
  19. at net.minecraft.server.v1_14_R1.EntityLiving.damageEntity(EntityLiving.java:1169) ~[spigot.jar:git-Spigot-94af569-a3fdef8]
  20. at net.minecraft.server.v1_14_R1.EntityMonster.damageEntity(SourceFile:72) ~[spigot.jar:git-Spigot-94af569-a3fdef8]
  21. at net.minecraft.server.v1_14_R1.EntityZombie.damageEntity(EntityZombie.java:266) ~[spigot.jar:git-Spigot-94af569-a3fdef8]
  22. at net.minecraft.server.v1_14_R1.EntityHuman.attack(EntityHuman.java:1019) ~[spigot.jar:git-Spigot-94af569-a3fdef8]
  23. at net.minecraft.server.v1_14_R1.EntityPlayer.attack(EntityPlayer.java:1539) ~[spigot.jar:git-Spigot-94af569-a3fdef8]
  24. at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1864) ~[spigot.jar:git-Spigot-94af569-a3fdef8]
  25. at net.minecraft.server.v1_14_R1.PacketPlayInUseEntity.a(SourceFile:69) ~[spigot.jar:git-Spigot-94af569-a3fdef8]
  26. at net.minecraft.server.v1_14_R1.PacketPlayInUseEntity.a(SourceFile:13) ~[spigot.jar:git-Spigot-94af569-a3fdef8]
  27. at net.minecraft.server.v1_14_R1.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:19) ~[spigot.jar:git-Spigot-94af569-a3fdef8]
  28. at net.minecraft.server.v1_14_R1.TickTask.run(SourceFile:18) [spigot.jar:git-Spigot-94af569-a3fdef8]
  29. at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(SourceFile:144) [spigot.jar:git-Spigot-94af569-a3fdef8]
  30. at net.minecraft.server.v1_14_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) [spigot.jar:git-Spigot-94af569-a3fdef8]
  31. at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(SourceFile:118) [spigot.jar:git-Spigot-94af569-a3fdef8]
  32. at net.minecraft.server.v1_14_R1.MinecraftServer.aX(MinecraftServer.java:909) [spigot.jar:git-Spigot-94af569-a3fdef8]
  33. at net.minecraft.server.v1_14_R1.MinecraftServer.executeNext(MinecraftServer.java:902) [spigot.jar:git-Spigot-94af569-a3fdef8]
  34. at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(SourceFile:127) [spigot.jar:git-Spigot-94af569-a3fdef8]
  35. at net.minecraft.server.v1_14_R1.MinecraftServer.sleepForTick(MinecraftServer.java:886) [spigot.jar:git-Spigot-94af569-a3fdef8]
  36. at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:819) [spigot.jar:git-Spigot-94af569-a3fdef8]
  37. at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
  38. Caused by: java.lang.NoSuchMethodError: su.jupiter44.jcore.utils.random.Rnd.getDoubleNega(DD)D
  39. at su.nightexpress.moneyhunters.manager.objects.MoneyObject.getMoney(MoneyObject.java:63) ~[?:?]
  40. at su.nightexpress.moneyhunters.manager.MoneyManager.getItemMoney(MoneyManager.java:235) ~[?:?]
  41. at su.nightexpress.moneyhunters.manager.MythicListener.onKill(MythicListener.java:34) ~[?:?]
  42. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_211]
  43. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_211]
  44. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_211]
  45. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_211]
  46. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[spigot.jar:git-Spigot-94af569-a3fdef8]
  47. ... 34 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement