美味的曲奇
加载时出现
[10:43:14 WARN]: [MythicMobs] ✗ Config Error for Item 'SkeletonKingSword' in 'ExampleItems.yml': Attributes are configured incorrectly.
[10:43:14 WARN]: [MythicMobs] ✗ Config Error for Item 'KingsCrown' in 'ExampleItems.yml': Attributes are configured incorrectly.

使用的是mm的默认示例配置
配置:
  1. # For more information, check out the plugin manual or join us on Discord:
  2. # http://www.mythicmobs.net
  3. #  

  4. SkeletonKingSword:
  5.   Id: DIAMOND_SWORD
  6.   Data: 0
  7.   Display: '&3Greatsword of the Skeleton King'
  8.   Lore:
  9.   - '&6A powerful sword used by'
  10.   - '&6the King of Skeletons.'
  11.   Enchantments:
  12.   - DAMAGE_ALL:5
  13.   - KNOCKBACK:2
  14.   - FIRE_ASPECT:2
  15.   Attributes:
  16.     MainHand:
  17.       Health: 10
  18.       MovementSpeed: 0.1
  19. KingsCrown:
  20.   Id: GOLDEN_HELMET
  21.   Data: 0
  22.   Amount: 1
  23.   Display: '&dCrown of the King'
  24.   Lore:
  25.   - '&6A kingly crowl that grants'
  26.   - '&6the wearer unwavering power!'
  27.   Enchantments:
  28.   - PROTECTION_ENVIRONMENTAL:2
  29.   - PROTECTION_PROJECTILE:2
  30.   - PROTECTION_FIRE:2
  31.   - PROTECTION_EXPLOSIONS:2
  32.   Hide:
  33.   - ATTRIBUTES
  34.   - ENCHANTS
  35.   Attributes:
  36.     Head:
  37.       Health: 10
  38.       KnockbackResistance: 10
  39. BanditTunic:
  40.   Id: LEATHER_CHESTPLATE
  41.   Display: '&aBandit Tunic'
  42.   Lore:
  43.   - '&6A leather tunic taken from'
  44.   - '&6the corpse of a bandit.'
  45.   Options:
  46.     Color: 255,40,40
复制代码

梅花K
楼主你使用的核心是什么呢?下面的网址有提到说适用于Paper核心和他的分支
https://git.mythiccraft.io/mythiccraft/MythicMobs/-/wikis/Items/Attributes

Slacker_
这个不用管他,我这边也有。直接把里面的内容删掉就行了!

Neige
你开一下debug,他应该就不会把具体报错吞掉了

mcbbscn
删除原有的item.yml 重启服务器让插件自己重新生成即可

第一页 上一页 下一页 最后一页