Advertisement
goldminer127

Mythic Skill Bug Debug Snippet

Nov 23rd, 2022
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.17 KB | None | 0 0
  1. [INFO] .... UUID of player goldminer127 is fa97002c-2b79-4a6c-b11c-1dfcf1f3e0e8
  2.  
  3. [INFO] .... goldminer127 joined the game
  4.  
  5. [WARNING] .... java.lang.IllegalStateException: EntityDismountEvent may only be triggered synchronously.
  6.  
  7. [WARNING] .... at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:657)
  8.  
  9. [WARNING] .... at net.minecraft.world.entity.Entity.removePassenger(Entity.java:2677)
  10.  
  11. [WARNING] .... at net.minecraft.world.entity.Entity.stopRiding(Entity.java:2578)
  12.  
  13. [WARNING] .... at net.minecraft.world.entity.EntityLiving.stopRiding(EntityLiving.java:3492)
  14.  
  15. [WARNING] .... at net.minecraft.world.entity.player.EntityHuman.stopRiding(EntityHuman.java:1140)
  16.  
  17. [WARNING] .... at net.minecraft.server.level.EntityPlayer.stopRiding(EntityPlayer.java:1423)
  18.  
  19. [WARNING] .... at net.minecraft.server.level.EntityPlayer.p(EntityPlayer.java:1418)
  20.  
  21. [WARNING] .... at net.minecraft.world.entity.Entity.bs(Entity.java:2563)
  22.  
  23. [WARNING] .... at org.bukkit.craftbukkit.v1_18_R2.entity.CraftEntity.eject(CraftEntity.java:767)
  24.  
  25. [WARNING] .... at MythicMobs-5.2.0.jar//io.lumine.mythic.core.skills.mechanics.EjectPassengerMechanic.cast(EjectPassengerMechanic.java:23)
  26.  
  27. [WARNING] .... at MythicMobs-5.2.0.jar//io.lumine.mythic.core.skills.SkillMechanic.executeNoTargetSkill(SkillMechanic.java:576)
  28.  
  29. [WARNING] .... at MythicMobs-5.2.0.jar//io.lumine.mythic.core.skills.SkillMechanic.lambda$executeSkills$7(SkillMechanic.java:521)
  30.  
  31. [WARNING] .... at MythicMobs-5.2.0.jar//io.lumine.mythic.core.skills.SkillMechanic.runMechanic(SkillMechanic.java:539)
  32.  
  33. [WARNING] .... at MythicMobs-5.2.0.jar//io.lumine.mythic.core.skills.SkillMechanic.executeSkills(SkillMechanic.java:521)
  34.  
  35. [WARNING] .... at MythicMobs-5.2.0.jar//io.lumine.mythic.core.skills.SkillMechanic.execute(SkillMechanic.java:418)
  36.  
  37. [WARNING] .... at MythicMobs-5.2.0.jar//io.lumine.mythic.core.skills.MetaSkill.execute(MetaSkill.java:294)
  38.  
  39. [WARNING] .... at MythicMobs-5.2.0.jar//io.lumine.mythic.core.skills.MetaSkill.execute(MetaSkill.java:269)
  40.  
  41. [WARNING] .... at MythicMobs-5.2.0.jar//io.lumine.mythic.core.skills.mechanics.MetaSkillMechanic.cast(MetaSkillMechanic.java:135)
  42.  
  43. [WARNING] .... at MythicMobs-5.2.0.jar//io.lumine.mythic.core.skills.SkillMechanic.executeSkills(SkillMechanic.java:472)
  44.  
  45. [WARNING] .... at MythicMobs-5.2.0.jar//io.lumine.mythic.core.skills.SkillMechanic.execute(SkillMechanic.java:418)
  46.  
  47. [WARNING] .... at MythicMobs-5.2.0.jar//io.lumine.mythic.core.mobs.MobType.lambda$executeSkills$6(MobType.java:1186)
  48.  
  49. [WARNING] .... at MythicMobs-5.2.0.jar//io.lumine.mythic.bukkit.utils.Delegates$RunnableToSupplier.get(Delegates.java:121)
  50.  
  51. [WARNING] .... at MythicMobs-5.2.0.jar//io.lumine.mythic.bukkit.utils.promise.LuminePromise$SupplyRunnable.run(LuminePromise.java:654)
  52.  
  53. [WARNING] .... at MythicMobs-5.2.0.jar//io.lumine.mythic.bukkit.utils.tasks.LumineExecutors$SchedulerWrappedRunnable.run(LumineExecutors.java:70)
  54.  
  55. [WARNING] .... at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
  56.  
  57. [WARNING] .... at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
  58.  
  59. [WARNING] .... at java.base/java.lang.Thread.run(Thread.java:833)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement