装备配置如下:NEWBIE:
base:
material: WOODEN_SWORD
revision-id: 2
name: '&f&l村里最好的剑'
disable-crafting: true
disable-smelting: true
disable-smithing: true
disable-enchanting: true
disable-repairing: true
tier: COMMON
modifiers:
sharp:
weight: 2.5
prefix: '&fSharp'
stats:
attack-damage: 3
lore:
- '&7Much sharper!'
element:
fire:
damage: 10.0
damage-percent: 50.0
weakness: 100.0
upgrade:
max: 10
reference: SCROLL_OF_IDENTIFICATION
template: weapon-default
min: 0
item-particles: {}
attack-damage:
base: 100.0
spread: 0.3
max-spread: 0.5
enchants:
unbreaking: 1.0
hide-enchants: true
重启插件后台提示:
[01:23:42 INFO]: [MMOItems SWORD NEWBIE] Could not load base item data 'modifiers': Could not find stat with ID 'MODIFIERS'
mmoitems版本:6.8.1。求解决。
base:
material: WOODEN_SWORD
revision-id: 2
name: '&f&l村里最好的剑'
disable-crafting: true
disable-smelting: true
disable-smithing: true
disable-enchanting: true
disable-repairing: true
tier: COMMON
modifiers:
sharp:
weight: 2.5
prefix: '&fSharp'
stats:
attack-damage: 3
lore:
- '&7Much sharper!'
element:
fire:
damage: 10.0
damage-percent: 50.0
weakness: 100.0
upgrade:
max: 10
reference: SCROLL_OF_IDENTIFICATION
template: weapon-default
min: 0
item-particles: {}
attack-damage:
base: 100.0
spread: 0.3
max-spread: 0.5
enchants:
unbreaking: 1.0
hide-enchants: true
重启插件后台提示:
[01:23:42 INFO]: [MMOItems SWORD NEWBIE] Could not load base item data 'modifiers': Could not find stat with ID 'MODIFIERS'
mmoitems版本:6.8.1。求解决。
modifiers:与base:应该是同级的,前面的缩进是一样的,也就是说,你应该要这样子写:
复制代码
- NEWBIE:
- base:
- material: WOODEN_SWORD
- revision-id: 2
- name: '&f&l村里最好的剑'
- disable-crafting: true
- disable-smelting: true
- disable-smithing: true
- disable-enchanting: true
- disable-repairing: true
- tier: COMMON
- modifiers:
- sharp:
- weight: 2.5
- prefix: '&fSharp'
- stats:
- attack-damage: 3
- lore:
- - '&7Much sharper!'
喜欢红石的芙兰 发表于 2022-11-26 01:25
modifiers:与base:应该是同级的,前面的缩进是一样的,也就是说,你应该要这样子写:
...
感谢回答