Advertisement
Guest User

Untitled

a guest
Jan 14th, 2020
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.13 KB | None | 0 0
  1. [21:39:43 ERROR]: Could not pass event PlayerInteractEvent to MythicArtifacts v0.1.27-SNAPSHOT
  2. java.lang.NoSuchMethodError: org.bukkit.inventory.meta.ItemMeta.spigot()Lorg/bukkit/inventory/meta/ItemMeta$Spigot;
  3. at io.lumine.artifacts.items.DurabilityManager.tickDurability(DurabilityManager.java:56) ~[?:?]
  4. at io.lumine.artifacts.skills.mechanics.ConsumeUsedDurabilityMechanic.cast(ConsumeUsedDurabilityMechanic.java:34) ~[?:?]
  5. at io.lumine.xikage.mythicmobs.skills.SkillMechanic.executeNoTargetSkill(SkillMechanic.java:456) ~[?:?]
  6. at io.lumine.xikage.mythicmobs.skills.SkillMechanic.executeSkills(SkillMechanic.java:424) ~[?:?]
  7. at io.lumine.xikage.mythicmobs.skills.SkillMechanic.execute(SkillMechanic.java:317) ~[?:?]
  8. at io.lumine.xikage.mythicmobs.skills.Skill.execute(Skill.java:270) ~[?:?]
  9. at io.lumine.xikage.mythicmobs.skills.Skill.execute(Skill.java:245) ~[?:?]
  10. at io.lumine.xikage.mythicmobs.skills.mechanics.MetaSkillMechanic.cast(MetaSkillMechanic.java:92) ~[?:?]
  11. at io.lumine.xikage.mythicmobs.skills.SkillMechanic.executeSkills(SkillMechanic.java:359) ~[?:?]
  12. at io.lumine.xikage.mythicmobs.skills.SkillMechanic.execute(SkillMechanic.java:317) ~[?:?]
  13. at io.lumine.xikage.mythicmobs.skills.TriggeredSkill.<init>(TriggeredSkill.java:115) ~[?:?]
  14. at io.lumine.artifacts.items.EquippedItem.runSkills(EquippedItem.java:39) ~[?:?]
  15. at io.lumine.artifacts.profiles.Profile.runSkills(Profile.java:630) ~[?:?]
  16. at io.lumine.artifacts.profiles.Profile.runSkills(Profile.java:593) ~[?:?]
  17. at io.lumine.artifacts.items.ItemManager.InteractEvent(ItemManager.java:412) ~[?:?]
  18. at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor861.execute(Unknown Source) ~[?:?]
  19. at org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:69) ~[patched_1.15.1.jar:git-Paper-48]
  20. at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[patched_1.15.1.jar:git-Paper-48]
  21. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[patched_1.15.1.jar:git-Paper-48]
  22. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:545) ~[patched_1.15.1.jar:git-Paper-48]
  23. at org.bukkit.craftbukkit.v1_15_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:457) ~[patched_1.15.1.jar:git-Paper-48]
  24. at org.bukkit.craftbukkit.v1_15_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:424) ~[patched_1.15.1.jar:git-Paper-48]
  25. at org.bukkit.craftbukkit.v1_15_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:420) ~[patched_1.15.1.jar:git-Paper-48]
  26. at net.minecraft.server.v1_15_R1.PlayerConnection.a(PlayerConnection.java:1416) ~[patched_1.15.1.jar:git-Paper-48]
  27. at net.minecraft.server.v1_15_R1.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:28) ~[patched_1.15.1.jar:git-Paper-48]
  28. at net.minecraft.server.v1_15_R1.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:5) ~[patched_1.15.1.jar:git-Paper-48]
  29. at net.minecraft.server.v1_15_R1.PlayerConnectionUtils.lambda$ensureMainThread$0(PlayerConnectionUtils.java:23) ~[patched_1.15.1.jar:git-Paper-48]
  30. at net.minecraft.server.v1_15_R1.TickTask.run(SourceFile:18) ~[patched_1.15.1.jar:git-Paper-48]
  31. at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[patched_1.15.1.jar:git-Paper-48]
  32. at net.minecraft.server.v1_15_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[patched_1.15.1.jar:git-Paper-48]
  33. at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[patched_1.15.1.jar:git-Paper-48]
  34. at net.minecraft.server.v1_15_R1.MinecraftServer.aZ(MinecraftServer.java:1037) ~[patched_1.15.1.jar:git-Paper-48]
  35. at net.minecraft.server.v1_15_R1.MinecraftServer.executeNext(MinecraftServer.java:1030) ~[patched_1.15.1.jar:git-Paper-48]
  36. at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) ~[patched_1.15.1.jar:git-Paper-48]
  37. at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:1096) ~[patched_1.15.1.jar:git-Paper-48]
  38. at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:933) ~[patched_1.15.1.jar:git-Paper-48]
  39. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement