Advertisement
DuneSciFye

Untitled

Oct 11th, 2023
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. [MythicMobs]: [SCHEDULER] Exception thrown whilst executing task
  2.  
  3. WARN
  4. 14:37:24
  5.  
  6. java.lang.ClassCastException: class io.papermc.paper.math.BlockPositionImpl cannot be cast to class org.bukkit.Location (io.papermc.paper.math.BlockPositionImpl and org.bukkit.Location are in unnamed module of loader java.net.URLClassLoader @5c29bfd)
  7. at org.bukkit.craftbukkit.v1_19_R2.entity.CraftPlayer.sendMultiBlockChange(CraftPlayer.java:913)
  8. at org.bukkit.entity.Player.sendMultiBlockChange(Player.java:647)
  9. at MythicMobs.jar//io.lumine.mythic.core.skills.mechanics.BlockMaskEffect.playEffect(BlockMaskEffect.java:160)
  10. at MythicMobs.jar//io.lumine.mythic.core.skills.mechanics.BlockMaskEffect.castAtEntity(BlockMaskEffect.java:105)
  11. at MythicMobs.jar//io.lumine.mythic.core.skills.SkillMechanic.lambda$executeTargetedEntitySkill$8(SkillMechanic.java:556)
  12. at java.base/java.lang.Iterable.forEach(Iterable.java:75)
  13. at MythicMobs.jar//io.lumine.mythic.core.skills.SkillMechanic.executeTargetedEntitySkill(SkillMechanic.java:552)
  14. at MythicMobs.jar//io.lumine.mythic.core.skills.SkillMechanic.lambda$executeSkills$4(SkillMechanic.java:508)
  15. at MythicMobs.jar//io.lumine.mythic.bukkit.utils.Delegates$RunnableToSupplier.get(Delegates.java:121)
  16. at MythicMobs.jar//io.lumine.mythic.bukkit.utils.promise.LuminePromise$SupplyRunnable.run(LuminePromise.java:654)
  17. at MythicMobs.jar//io.lumine.mythic.bukkit.utils.tasks.LumineExecutors$SchedulerWrappedRunnable.run(LumineExecutors.java:70)
  18. at org.bukkit.craftbukkit.v1_19_R2.scheduler.CraftTask.run(CraftTask.java:101)
  19. at org.bukkit.craftbukkit.v1_19_R2.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:483)
  20. at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1488)
  21. at net.minecraft.server.dedicated.DedicatedServer.b(DedicatedServer.java:440)
  22. at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:1412)
  23. at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1188)
  24. at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316)
  25. at java.base/java.lang.Thread.run(Thread.java:833)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement