LORE强化
# 可强化物品介绍
注意 下面介绍是LORE属性强化
2.x版本可根据强化等级替换物品lore用于支持一些属性插件
具体强化lore效果如图
# 配置预览(如需lore强化,请务必先开启)
在lore.yml中进行开启,可与nbt强化同时开启
# ======lore属性自定义强化系统======
# lore强化规则
# replace 替换原lore
# addLater 添加到原lore后
# addBefore 添加到原lore前
# addLater和addBefore会自动清理掉上一级的lore
loreType: "replace"
# 下面物品种类 true 开始, false 关闭
# 如果开启了某一个物品种类的lore强化,那么对应的该物品种类的lore属性强化只会替换对应的配置lore
# 同时该物品种类在config.yml中的原版默认强化方案不在生效!!!
enable:
# 盔甲类
armor: false
# 斧
axe: false
# 弓
bow: false
# 盾牌
shield: false
# 剑
sword: false
# 三叉戟
trident: false
# 弩
crossbow: false
# 鞘翅
elytra: false
# 重锤
mace: false
# 自定义组一
customOne: false
# 自定义组二
customTwo: false
# 对应配置,你需要把每级的lore都写在这
# 配合 属性插件,例如ap,sx这种有lore就能加成属性的插件进行强化
armor:
1:
- "请配置真实lore: 1"
- "请配置真实lore2: 1"
2:
- "请配置真实lore: 2"
- "请配置真实lore2: 2"
3:
- "请配置真实lore: 3"
- "请配置真实lore2: 3"
axe:
1:
- "请配置真实lore: 1"
bow:
1:
- "请配置真实lore: 1"
shield:
1:
- "请配置真实lore: 1"
sword:
1:
- "请配置真实lore: 1"
trident:
1:
- "请配置真实lore: 1"
crossbow:
1:
- "请配置真实lore: 1"
elytra:
1:
- "请配置真实lore: 1"
mace:
1:
- "请配置真实lore: 1"
customOne:
1:
- "请配置真实lore: 1"
customTwo:
1:
- "请配置真实lore: 1"