config.yml#你好,这是我的第三个发布的插件
#希望你能喜欢
#如果对这款插件有任何问题或者任何建议
#欢迎加入插件技术交流群
#830293913
#(#^.^#)谢谢
#设置
Settings:# 是否启动属性插件拓展模式
# 启动后将会隐藏属性lore但还是生效状态
# 请谨慎选择!
# 请谨慎选择!
# 请谨慎选择!
# 因为修改后会对目前服务器已镶嵌武器造成不可逆操作!
# 例如本来是false的选项,后改true,可正常取出,但原属性lore不会删除
enable-hide-mode: false# 空孔位关键字标识
empty-gem-key: '空孔位'
# 空孔位取出时的引用id
empty-gem-take-ref: 'empty-take-ref'
# 当宝石已经镶嵌,但是识别不出是什么宝石时的引用
unknow-gem-take-ref: 'unknow-take-ref'
# 孔位描述
# %slot_name%为孔位名的变量
set-gem-lore: '&a已镶嵌<&c%gem_name%&a>'
slot-gem-lore: '&d可镶嵌<&a%slot_name%&d>'
Title:
set: '&a宝石镶嵌界面'
take: '&a宝石取出界面'
#消息
Messages:
set:
empty-weapon: '镶嵌装备不能为空'
empty-material: '镶嵌材料不能为空'
material-error: '镶嵌材料不正确,无法镶嵌'
not-slot: '无法镶嵌, 没有%slot_name%位'
need-more-material: '镶嵌材料不足,本次镶嵌需要%amount%个'
success: '镶嵌成功'
failed: '镶嵌失败'
take:
success: '取出成功'
failed: '取出失败'
材料设置'普通红宝石':# 显示名字name: '普通红宝石'# 引用Mythicmob的items的物品idref: 'sas_red_stone'# 成功几率chance: 0.1# 孔位idslot: '红宝石孔'# 成功后替换的lorelores: - '&a力量+1' - '&a血量+1' - '&a附加力量+100'# 在显示宝石的界面显示的lore
# 若不填写则不会显示
shows:
- '会增加力量'# 取出金额
take-price: 1000
# 取出几率
take-chance: 0.2
'精良红宝石':name: '精良红宝石'# 引用Mythicmob的items的物品idref: 'sas_red_stone_2'chance: 0.5# 孔位idslot: '红宝石孔'lores: - '&a力量+10' - '&a血量+10''普通蓝宝石':name: '普通蓝宝石'# 引用Mythicmob的items的物品idref: 'sas_blue_stone'chance: 0.5# 孔位idslot: '蓝宝石孔'lores: - '&a速度+2'- '&a攻速+2''精良蓝宝石':name: '精良蓝宝石'# 引用Mythicmob的items的物品idref: 'sas_blue_stone_2'chance: 0.5# 孔位idslot: '蓝宝石孔'lores: - '&a速度+10' - '&a攻速+10'
槽位设置'红宝石孔':name: '红宝石'# 显示在取出界面的宝石孔的样子take-ref: 'take-hbs''蓝宝石孔':name: '蓝宝石'# 显示在取出界面的宝石孔的样子take-ref: 'take-lbs'
成功石设置'普通成功石':
ref: 'normal-success'
chance: 0.5
'精良成功石':
ref: 'good-success'
chance: 0.7
|