Advertisement
Guest User

Untitled

a guest
Jan 20th, 2020
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.44 KB | None | 0 0
  1. [02:36:31] [Server thread/INFO]: Befourst issued server command: /mm m spawn lootheathen
  2. [02:36:31] [Server thread/INFO]: [LumineUtils] (io.lumine.utils.) is bound to plugin MythicMobs - io.lumine.xikage.mythicmobs.MythicMobs
  3. [02:36:33] [Server thread/ERROR]: Could not pass event MythicMobDeathEvent to CSDrop v1.2
  4. org.bukkit.event.EventException: null
  5. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot131.jar:git-Spigot-7754231-94b0980]
  6. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot131.jar:git-Spigot-7754231-94b0980]
  7. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:499) [spigot131.jar:git-Spigot-7754231-94b0980]
  8. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:484) [spigot131.jar:git-Spigot-7754231-94b0980]
  9. at io.lumine.xikage.mythicmobs.adapters.bukkit.BukkitSkillTriggers.onDeathTrigger(BukkitSkillTriggers.java:491) [MythicMobs-4.3.2-SNAPSHOT.jar:?]
  10. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_211]
  11. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_211]
  12. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_211]
  13. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_211]
  14. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) [spigot131.jar:git-Spigot-7754231-94b0980]
  15. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [spigot131.jar:git-Spigot-7754231-94b0980]
  16. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:499) [spigot131.jar:git-Spigot-7754231-94b0980]
  17. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:484) [spigot131.jar:git-Spigot-7754231-94b0980]
  18. at org.bukkit.craftbukkit.v1_12_R1.event.CraftEventFactory.callEntityDeathEvent(CraftEventFactory.java:394) [spigot131.jar:git-Spigot-7754231-94b0980]
  19. at net.minecraft.server.v1_12_R1.EntityLiving.die(EntityLiving.java:1109) [spigot131.jar:git-Spigot-7754231-94b0980]
  20. at net.minecraft.server.v1_12_R1.EntitySkeleton.die(EntitySkeleton.java:46) [spigot131.jar:git-Spigot-7754231-94b0980]
  21. at net.minecraft.server.v1_12_R1.EntityLiving.damageEntity(EntityLiving.java:951) [spigot131.jar:git-Spigot-7754231-94b0980]
  22. at net.minecraft.server.v1_12_R1.EntityMonster.damageEntity(EntityMonster.java:44) [spigot131.jar:git-Spigot-7754231-94b0980]
  23. at net.minecraft.server.v1_12_R1.EntityEgg.a(EntityEgg.java:30) [spigot131.jar:git-Spigot-7754231-94b0980]
  24. at net.minecraft.server.v1_12_R1.EntityProjectile.B_(EntityProjectile.java:167) [spigot131.jar:git-Spigot-7754231-94b0980]
  25. at net.minecraft.server.v1_12_R1.World.entityJoinedWorld(World.java:1633) [spigot131.jar:git-Spigot-7754231-94b0980]
  26. at net.minecraft.server.v1_12_R1.World.h(World.java:1603) [spigot131.jar:git-Spigot-7754231-94b0980]
  27. at net.minecraft.server.v1_12_R1.World.tickEntities(World.java:1437) [spigot131.jar:git-Spigot-7754231-94b0980]
  28. at net.minecraft.server.v1_12_R1.WorldServer.tickEntities(WorldServer.java:665) [spigot131.jar:git-Spigot-7754231-94b0980]
  29. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:817) [spigot131.jar:git-Spigot-7754231-94b0980]
  30. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot131.jar:git-Spigot-7754231-94b0980]
  31. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot131.jar:git-Spigot-7754231-94b0980]
  32. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot131.jar:git-Spigot-7754231-94b0980]
  33. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211]
  34. Caused by: java.lang.IllegalArgumentException: bound must be positive
  35. at java.util.Random.nextInt(Random.java:388) ~[?:1.8.0_211]
  36. at io.lumine.xikage.mythicmobs.items.MythicItem.generateItemStack(MythicItem.java:323) ~[?:?]
  37. at net.visum_ashes.csdrop.CSDrop.onEntityDeath(CSDrop.java:42) ~[?:?]
  38. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_211]
  39. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_211]
  40. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_211]
  41. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_211]
  42. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot131.jar:git-Spigot-7754231-94b0980]
  43. ... 28 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement