Advertisement
Guest User

MythicMobs ConcurrentModificationException with scores

a guest
Feb 2nd, 2021
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1.  
  2. [ERROR] .... [MythicMobs] [SCHEDULER] Exception thrown whilst executing task
  3.  
  4. [WARNING] .... java.util.ConcurrentModificationException
  5.  
  6. [WARNING] .... at java.base/java.util.HashMap$HashIterator.nextNode(Unknown Source)
  7.  
  8. [WARNING] .... at java.base/java.util.HashMap$KeyIterator.next(Unknown Source)
  9.  
  10. [WARNING] .... at java.base/java.util.AbstractCollection.toArray(Unknown Source)
  11.  
  12. [WARNING] .... at java.base/java.util.ArrayList.<init>(Unknown Source)
  13.  
  14. [WARNING] .... at com.google.common.collect.Lists.newArrayList(Lists.java:149)
  15.  
  16. [WARNING] .... at net.minecraft.server.v1_16_R3.Scoreboard.getPlayers(SourceFile:115)
  17.  
  18. [WARNING] .... at org.bukkit.craftbukkit.v1_16_R3.scoreboard.CraftScore.getScore(CraftScore.java:46)
  19.  
  20. [WARNING] .... at io.lumine.xikage.mythicmobs.skills.mechanics.ModifyTargetScoreMechanic.castAtEntity(ModifyTargetScoreMechanic.java:59)
  21.  
  22. [WARNING] .... at io.lumine.xikage.mythicmobs.skills.SkillMechanic.lambda$executeTargetedEntitySkill$5(SkillMechanic.java:462)
  23.  
  24. [WARNING] .... at java.base/java.lang.Iterable.forEach(Unknown Source)
  25.  
  26. [WARNING] .... at io.lumine.xikage.mythicmobs.skills.SkillMechanic.executeTargetedEntitySkill(SkillMechanic.java:458)
  27.  
  28. [WARNING] .... at io.lumine.xikage.mythicmobs.skills.SkillMechanic.executeSkills(SkillMechanic.java:411)
  29.  
  30. [WARNING] .... at io.lumine.xikage.mythicmobs.skills.SkillMechanic.execute(SkillMechanic.java:326)
  31.  
  32. [WARNING] .... at io.lumine.xikage.mythicmobs.mobs.MythicMob.lambda$executeSkills$3(MythicMob.java:1062)
  33.  
  34. [WARNING] .... at io.lumine.xikage.mythicmobs.utils.Delegates$RunnableToSupplier.get(Delegates.java:121)
  35.  
  36. [WARNING] .... at io.lumine.xikage.mythicmobs.utils.promise.LuminePromise$SupplyRunnable.run(LuminePromise.java:654)
  37.  
  38. [WARNING] .... at io.lumine.xikage.mythicmobs.utils.tasks.LumineExecutors$SchedulerWrappedRunnable.run(LumineExecutors.java:70)
  39.  
  40. [WARNING] .... at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  41.  
  42. [WARNING] .... at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  43.  
  44. [WARNING] .... at java.base/java.lang.Thread.run(Unknown Source)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement