Skip to content
On this page

猹の兑换

主配置

yml
############################
#         插件验证          #
############################
apiKey: "apiKey"
############################
#         系统设定          #
############################
# 需求说明:带有以下关键词的物品禁止进入兑换流程
blacklist:
  - "禁止兑换"

兑换配置

yml
exchange:
  0级力量宝石:
    # 分类
    category: "第一章"
    # 目标物品ID
    item: "NI#0级力量宝石"
    # 需求材料,留空表示该格不需要材料
    material1: ""
    material2: "NI#材料1#10"
    material3: "NI#材料2#1"
    material4: "NI#材料3#1"
    material5: "NI#材料4#1"
  0级智力宝石:
    category: "第一章"
    item: "NI#0级智力宝石"
    material1: ""
    material2: "NI#材料1#30"
    material3: "NI#材料2#1"
    material4: "NI#材料3#1"
    material5: "NI#材料4#1"

购买配置

yml
buy:
  0级力量宝石:
    # 目标物品ID
    item: "NI#0级力量宝石"
    # 单价 经济类型#货币名#价格
    price: "NY#金币#100"
  0级智力宝石:
    item: "NI#0级智力宝石"
    price: "NY#金币#100"

语言配置

yml
buy-not-enough: "§c{money}不足"
exchange-not-enough: "§c兑换材料不足"
inventory-full: "§c背包已满"