Advertisement
Guest User

Untitled

a guest
May 25th, 2022
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.15 KB | None | 0 0
  1. [14:18:49 INFO]: [LumineUtils] (io.lumine.mythic.bukkit.utils.) is bound to plugin MythicMobs - io.lumine.mythic.bukkit.MythicBukkit
  2. [14:18:49 INFO]: [MythicMobs] Enabling MythicMobs v5.0.4-f1007ca3
  3. [14:18:49 INFO]: [MythicMobs] Loading MythicMobs for Paper (MC: 1.17.1)...
  4. [14:18:49 INFO]: [MythicMobs] The server is running PaperSpigot; enabled PaperSpigot exclusive functionality
  5. [14:18:49 INFO]: [MythicMobs] MythicMobs PlaceholderAPI Support has been enabled!
  6. [14:18:49 INFO]: [MythicMobs] MythicMobs ProtocolLib Support has been enabled!
  7. [14:18:49 INFO]: [MythicMobs] MythicMobs Vault Support has been enabled!
  8. [14:18:49 INFO]: [MythicMobs] MythicMobs WorldGuard Support has been enabled!
  9. [14:18:49 INFO]: [MythicMobs] Loading Items...
  10. [14:18:49 WARN]: [MythicMobs] ✗ Config Error for Item 'SkeletonKingSword' in 'ExampleItems.yml': Attributes are configured incorrectly.
  11. [14:18:49 WARN]: [MythicMobs] ✗ Config Error for Item 'KingsCrown' in 'ExampleItems.yml': Attributes are configured incorrectly.
  12. [14:18:49 INFO]: [MythicMobs] Loading Mob Registry...
  13. [14:18:49 INFO]: [MythicMobs] Base directory C:\Users\marvi\minecraft\1.17.1\plugins\MythicMobs\SavedData
  14. [14:18:49 INFO]: [MythicMobs] Module directory C:\Users\marvi\minecraft\1.17.1\plugins\MythicMobs\SavedData\worlds
  15. [14:18:50 INFO]: [MythicMobs] LOADED
  16. [14:18:50 INFO]: [MythicMobs] Loading Packs...
  17. [14:18:50 INFO]: [MythicMobs] Loading Items...
  18. [14:18:50 INFO]: [MythicMobs] Loading Skills...
  19. [14:18:50 INFO]: [MythicMobs] Loading Drop Tables...
  20. [14:18:50 INFO]: [MythicMobs] Loading Random Spawns...
  21. [14:18:50 INFO]: [MythicMobs] Loading Spawn Blocks...
  22. [14:18:50 INFO]: [MythicMobs] ✓ Loaded 9 mobs.
  23. [14:18:50 INFO]: [MythicMobs] ✓ Loaded 3 vanilla mob overrides.
  24. [14:18:50 INFO]: [MythicMobs] ✓ Loaded 0 mob stacks.
  25. [14:18:50 INFO]: [MythicMobs] ✓ Loaded 3 skills.
  26. [14:18:50 INFO]: [MythicMobs] ✓ Loaded 2 random spawns.
  27. [14:18:50 INFO]: [MythicMobs] ✓ Loaded 5 mythic items.
  28. [14:18:50 INFO]: [MythicMobs] ✓ Loaded 2 drop tables.
  29. [14:18:50 INFO]: [MythicMobs] ✓ Loaded 0 mob spawners.
  30. [14:18:50 INFO]: [MythicMobs] MythicMobs configuration file loaded successfully.
  31. [14:18:50 INFO]: [MythicMobs] Started up bStats Metrics
  32. [14:18:50 INFO]: [MythicMobs] ✓ MythicMobs v5.0.4 ( build f1007ca3 ) has been successfully loaded!
  33. [14:18:54 INFO]: Bibi_Blocksberg_ issued server command: /mm mob spawn Wildschwein
  34. [14:18:56 ERROR]: Entity threw exception at world:255.58526311789524,58.0,-166.66364529095557
  35. java.lang.IllegalArgumentException: Can't find attribute minecraft:generic.attack_damage
  36. at net.minecraft.world.entity.ai.attributes.AttributeSupplier.getAttributeInstance(AttributeSupplier.java:22) ~[?:?]
  37. at net.minecraft.world.entity.ai.attributes.AttributeSupplier.getValue(AttributeSupplier.java:28) ~[?:?]
  38. at net.minecraft.world.entity.ai.attributes.AttributeMap.getValue(AttributeMap.java:65) ~[?:?]
  39. at net.minecraft.world.entity.LivingEntity.getAttributeValue(LivingEntity.java:2410) ~[?:?]
  40. at net.minecraft.world.entity.Mob.doHurtTarget(Mob.java:1533) ~[?:?]
  41. at net.minecraft.world.entity.ai.goal.MeleeAttackGoal.checkAndPerformAttack(MeleeAttackGoal.java:142) ~[?:?]
  42. at net.minecraft.world.entity.ai.goal.MeleeAttackGoal.tick(MeleeAttackGoal.java:134) ~[?:?]
  43. at net.minecraft.world.entity.ai.goal.WrappedGoal.tick(WrappedGoal.java:53) ~[?:?]
  44. at net.minecraft.world.entity.ai.goal.GoalSelector.tick(GoalSelector.java:151) ~[?:?]
  45. at net.minecraft.world.entity.Mob.serverAiStep(Mob.java:835) ~[?:?]
  46. at net.minecraft.world.entity.LivingEntity.aiStep(LivingEntity.java:3154) ~[?:?]
  47. at net.minecraft.world.entity.Mob.aiStep(Mob.java:621) ~[?:?]
  48. at net.minecraft.world.entity.AgeableMob.aiStep(AgeableMob.java:154) ~[?:?]
  49. at net.minecraft.world.entity.animal.Animal.aiStep(Animal.java:59) ~[?:?]
  50. at net.minecraft.world.entity.LivingEntity.tick(LivingEntity.java:2880) ~[?:?]
  51. at net.minecraft.world.entity.Mob.tick(Mob.java:389) ~[?:?]
  52. at net.minecraft.server.level.ServerLevel.tickNonPassenger(ServerLevel.java:942) ~[?:?]
  53. at net.minecraft.world.level.Level.guardEntityTick(Level.java:869) ~[?:?]
  54. at net.minecraft.server.level.ServerLevel.lambda$tick$5(ServerLevel.java:639) ~[?:?]
  55. at net.minecraft.world.level.entity.EntityTickList.forEach(EntityTickList.java:54) ~[patched_1.17.1.jar:git-Paper-84]
  56. at net.minecraft.server.level.ServerLevel.tick(ServerLevel.java:620) ~[?:?]
  57. at net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1553) ~[patched_1.17.1.jar:git-Paper-84]
  58. at net.minecraft.server.dedicated.DedicatedServer.tickChildren(DedicatedServer.java:479) ~[patched_1.17.1.jar:git-Paper-84]
  59. at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1406) ~[patched_1.17.1.jar:git-Paper-84]
  60. at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1188) ~[patched_1.17.1.jar:git-Paper-84]
  61. at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316) ~[patched_1.17.1.jar:git-Paper-84]
  62. at java.lang.Thread.run(Thread.java:831) [?:?]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement