soumentemoya

magic error

Nov 16th, 2020
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.35 KB | None | 0 0
  1. [Server thread/WARN]: [Magic] Spell cast failed for shrink
  2. java.lang.IllegalArgumentException: Cannot drop air
  3. at com.google.common.base.Preconditions.checkArgument(Preconditions.java:122) ~[spigot-1.16.4.jar:git-Spigot-a19903d-23618b2]
  4. at net.minecraft.server.v1_16_R3.EntityItem.setItemStack(EntityItem.java:418) ~[spigot-1.16.4.jar:git-Spigot-a19903d-23618b2]
  5. at net.minecraft.server.v1_16_R3.EntityItem.<init>(EntityItem.java:39) ~[spigot-1.16.4.jar:git-Spigot-a19903d-23618b2]
  6. at org.bukkit.craftbukkit.v1_16_R3.CraftWorld.dropItem(CraftWorld.java:603) ~[spigot-1.16.4.jar:git-Spigot-a19903d-23618b2]
  7. at org.bukkit.craftbukkit.v1_16_R3.CraftWorld.dropItemNaturally(CraftWorld.java:618) ~[spigot-1.16.4.jar:git-Spigot-a19903d-23618b2]
  8. at com.elmakers.mine.bukkit.action.builtin.ShrinkEntityAction$1.updated(ShrinkEntityAction.java:115) ~[?:?]
  9. at com.elmakers.mine.bukkit.magic.MagicController.getSkull(MagicController.java:6490) ~[?:?]
  10. at com.elmakers.mine.bukkit.action.builtin.ShrinkEntityAction.dropHead(ShrinkEntityAction.java:111) ~[?:?]
  11. at com.elmakers.mine.bukkit.action.builtin.ShrinkEntityAction.perform(ShrinkEntityAction.java:87) ~[?:?]
  12. at com.elmakers.mine.bukkit.action.ActionContext.perform(ActionContext.java:38) ~[?:?]
  13. at com.elmakers.mine.bukkit.action.ActionHandler.perform(ActionHandler.java:209) ~[?:?]
  14. at com.elmakers.mine.bukkit.action.CompoundAction.perform(CompoundAction.java:104) ~[?:?]
  15. at com.elmakers.mine.bukkit.action.ActionContext.perform(ActionContext.java:38) ~[?:?]
  16. at com.elmakers.mine.bukkit.action.ActionHandler.perform(ActionHandler.java:209) ~[?:?]
  17. at com.elmakers.mine.bukkit.action.ActionHandler.start(ActionHandler.java:150) ~[?:?]
  18. at com.elmakers.mine.bukkit.spell.ActionSpell.startCast(ActionSpell.java:147) ~[?:?]
  19. at com.elmakers.mine.bukkit.spell.ActionSpell.onCast(ActionSpell.java:130) ~[?:?]
  20. at com.elmakers.mine.bukkit.spell.BaseSpell.finalizeCast(BaseSpell.java:1583) ~[?:?]
  21. at com.elmakers.mine.bukkit.spell.BaseSpell.cast(BaseSpell.java:1417) ~[?:?]
  22. at com.elmakers.mine.bukkit.spell.BaseSpell.cast(BaseSpell.java:1327) ~[?:?]
  23. at com.elmakers.mine.bukkit.spell.BaseSpell.cast(BaseSpell.java:1427) ~[?:?]
  24. at com.elmakers.mine.bukkit.wand.Wand.cast(Wand.java:4198) ~[?:?]
  25. at com.elmakers.mine.bukkit.wand.Wand.cast(Wand.java:4147) ~[?:?]
  26. at com.elmakers.mine.bukkit.wand.Wand.performAction(Wand.java:5567) ~[?:?]
  27. at com.elmakers.mine.bukkit.magic.listener.PlayerController.onPlayerAnimate(PlayerController.java:663) ~[?:?]
  28. at sun.reflect.GeneratedMethodAccessor95.invoke(Unknown Source) ~[?:?]
  29. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_241]
  30. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_241]
  31. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:315) ~[spigot-1.16.4.jar:git-Spigot-a19903d-23618b2]
  32. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot-1.16.4.jar:git-Spigot-a19903d-23618b2]
  33. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:589) ~[spigot-1.16.4.jar:git-Spigot-a19903d-23618b2]
  34. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:576) ~[spigot-1.16.4.jar:git-Spigot-a19903d-23618b2]
  35. at net.minecraft.server.v1_16_R3.PlayerConnection.a(PlayerConnection.java:1831) ~[spigot-1.16.4.jar:git-Spigot-a19903d-23618b2]
  36. at net.minecraft.server.v1_16_R3.PacketPlayInArmAnimation.a(SourceFile:31) ~[spigot-1.16.4.jar:git-Spigot-a19903d-23618b2]
  37. at net.minecraft.server.v1_16_R3.PacketPlayInArmAnimation.a(SourceFile:9) ~[spigot-1.16.4.jar:git-Spigot-a19903d-23618b2]
  38. at net.minecraft.server.v1_16_R3.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:19) ~[spigot-1.16.4.jar:git-Spigot-a19903d-23618b2]
  39. at net.minecraft.server.v1_16_R3.TickTask.run(SourceFile:18) ~[spigot-1.16.4.jar:git-Spigot-a19903d-23618b2]
  40. at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeTask(SourceFile:144) ~[spigot-1.16.4.jar:git-Spigot-a19903d-23618b2]
  41. at net.minecraft.server.v1_16_R3.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[spigot-1.16.4.jar:git-Spigot-a19903d-23618b2]
  42. at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeNext(SourceFile:118) ~[spigot-1.16.4.jar:git-Spigot-a19903d-23618b2]
  43. at net.minecraft.server.v1_16_R3.MinecraftServer.bb(MinecraftServer.java:942) ~[spigot-1.16.4.jar:git-Spigot-a19903d-23618b2]
  44. at net.minecraft.server.v1_16_R3.MinecraftServer.executeNext(MinecraftServer.java:935) ~[spigot-1.16.4.jar:git-Spigot-a19903d-23618b2]
  45. at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.awaitTasks(SourceFile:127) ~[spigot-1.16.4.jar:git-Spigot-a19903d-23618b2]
  46. at net.minecraft.server.v1_16_R3.MinecraftServer.sleepForTick(MinecraftServer.java:919) ~[spigot-1.16.4.jar:git-Spigot-a19903d-23618b2]
  47. at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:851) ~[spigot-1.16.4.jar:git-Spigot-a19903d-23618b2]
  48. at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$0(MinecraftServer.java:164) ~[spigot-1.16.4.jar:git-Spigot-a19903d-23618b2]
  49. at java.lang.Thread.run(Unknown Source) [?:1.8.0_241]
Advertisement
Add Comment
Please, Sign In to add comment