Advertisement
Guest User

Untitled

a guest
May 30th, 2023
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.36 KB | None | 0 0
  1. java.lang.NullPointerException: Cannot invoke "io.lumine.mythic.core.skills.placeholders.PlaceholderMeta.getCaster()" because "meta" is null
  2. at MythicMobs-5.3.0-SNAPSHOT.jar//io.lumine.mythic.core.skills.placeholders.PlaceholderExecutor.lambda$load$25(PlaceholderExecutor.java:149)
  3. at MythicMobs-5.3.0-SNAPSHOT.jar//io.lumine.mythic.core.skills.placeholders.all.FunctionalMetaPlaceholder.apply(FunctionalMetaPlaceholder.java:23)
  4. at MythicMobs-5.3.0-SNAPSHOT.jar//io.lumine.mythic.core.skills.placeholders.all.FunctionalMetaPlaceholder.apply(FunctionalMetaPlaceholder.java:11)
  5. at MythicMobs-5.3.0-SNAPSHOT.jar//io.lumine.mythic.core.skills.placeholders.PlaceholderParser.parse(PlaceholderParser.java:108)
  6. at MythicMobs-5.3.0-SNAPSHOT.jar//io.lumine.mythic.core.skills.placeholders.parsers.PlaceholderStringImpl.get(PlaceholderStringImpl.java:50)
  7. at MythicMobs-5.3.0-SNAPSHOT.jar//io.lumine.mythic.core.skills.placeholders.parsers.PlaceholderStringImpl.get(PlaceholderStringImpl.java:46)
  8. at MythicMobs-5.3.0-SNAPSHOT.jar//io.lumine.mythic.core.skills.conditions.all.StringEqualsCondition.check(StringEqualsCondition.java:49)
  9. at MythicMobs-5.3.0-SNAPSHOT.jar//io.lumine.mythic.core.skills.SkillCondition.lambda$evaluateTargets$0(SkillCondition.java:272)
  10. at java.base/java.util.Collection.removeIf(Collection.java:576)
  11. at MythicMobs-5.3.0-SNAPSHOT.jar//io.lumine.mythic.core.skills.SkillCondition.evaluateTargets(SkillCondition.java:267)
  12. at MythicMobs-5.3.0-SNAPSHOT.jar//io.lumine.mythic.core.skills.targeters.IEntitySelector.filter(IEntitySelector.java:241)
  13. at MythicMobs-5.3.0-SNAPSHOT.jar//io.lumine.mythic.core.skills.AbstractSkill.evaluateTargets(AbstractSkill.java:376)
  14. at MythicMobs-5.3.0-SNAPSHOT.jar//io.lumine.mythic.core.skills.AbstractSkill.evaluateTargets(AbstractSkill.java:342)
  15. at MythicMobs-5.3.0-SNAPSHOT.jar//io.lumine.mythic.core.skills.SkillMechanic.executeSkills(SkillMechanic.java:461)
  16. at MythicMobs-5.3.0-SNAPSHOT.jar//io.lumine.mythic.core.skills.SkillMechanic.execute(SkillMechanic.java:425)
  17. at MythicMobs-5.3.0-SNAPSHOT.jar//io.lumine.mythic.core.skills.MetaSkill.execute(MetaSkill.java:294)
  18. at MythicMobs-5.3.0-SNAPSHOT.jar//io.lumine.mythic.core.skills.MetaSkill.execute(MetaSkill.java:269)
  19. at MythicMobs-5.3.0-SNAPSHOT.jar//io.lumine.mythic.core.skills.mechanics.MetaSkillMechanic.cast(MetaSkillMechanic.java:137)
  20. at MythicMobs-5.3.0-SNAPSHOT.jar//io.lumine.mythic.core.skills.SkillMechanic.executeSkills(SkillMechanic.java:479)
  21. at MythicMobs-5.3.0-SNAPSHOT.jar//io.lumine.mythic.core.skills.SkillMechanic.execute(SkillMechanic.java:425)
  22. at MythicMobs-5.3.0-SNAPSHOT.jar//io.lumine.mythic.core.mobs.MobType.lambda$executeSkills$7(MobType.java:1209)
  23. at MythicMobs-5.3.0-SNAPSHOT.jar//io.lumine.mythic.bukkit.utils.Delegates$RunnableToSupplier.get(Delegates.java:121)
  24. at MythicMobs-5.3.0-SNAPSHOT.jar//io.lumine.mythic.bukkit.utils.promise.LuminePromise$SupplyRunnable.run(LuminePromise.java:654)
  25. at MythicMobs-5.3.0-SNAPSHOT.jar//io.lumine.mythic.bukkit.utils.tasks.LumineExecutors$SchedulerWrappedRunnable.run(LumineExecutors.java:70)
  26. at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
  27. at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
  28. at java.base/java.lang.Thread.run(Thread.java:1589)
  29.  
  30. MythicMobs version: 5.3.0-SNAPSHOT-e06d3f99
  31. Bukkit version: git-Paper-540 (MC: 1.19.4)
  32.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement