SpecialAttributes插件配置文件中设置的宝石怎么放到游戏里
'普通红宝石':
# 显示名字
name: '普通红宝石'
# 引用Mythicmob的items的物品id
ref: 'sas_red_stone'
# 成功几率
chance: 0.1
# 孔位id
slot: '红宝石孔'
# 成功后替换的lore
lores:
- '&a力量+1'
- '&a血量+1'
- '&a附加力量+100'
# 在显示宝石的界面显示的lore
# 若不填写则不会显示
shows:
- '会增加力量'
# 若不填写则不会显示
shows:
- '会增加力量'
# 取出金额
take-price: 1000
# 取出几率
take-chance: 0.2
take-price: 1000
# 取出几率
take-chance: 0.2
红色部分
ref: 'sas_red_stone'
sas_red_stone
对应的你
Mythicmob的items的物品id
你需要在mm的items文件家里面创建一个id为
sas_red_stone的物品
然后通过 mm i get
sas_red_stone来获取