BossShopPro - 商店

允许创建各种类型的箱子GUI菜单或商店

这个专题由 yzl21 提供,原作者非常感谢他!

SpigotMC地址:https://www.spigotmc.org/resources/bossshoppro.222/

MCBBS地址:https://www.mcbbs.net/thread-931518-1-1.html

菜单物品

使用方法

OraxenTest:
    MenuItem:
      oraxen: <oraxen物品名字>
      amount: <物品数目(optional, default is 1)>

示例

OraxenTest:
    MenuItem:
      oraxen: oraxen_icon_test

奖励

使用方法[它与ITEM的格式相同]

OraxenTest:
    RewardType: ORAXEN(you can also use ORAXEN-ITEM and ITEM-ORAXEN)
    Reward:
    - - type: <oraxen item name>
      - amount: <item amount(optional, default is 1)>

你可以添加许多你想要的项目,只要把- -开始一个新的物品

示例

OraxenTest:
    RewardType: ORAXEN
    Reward:
    - - type: oraxen_item_1
      - amount: 5
    - - type: oraxen_item_2
      - amount: 10

价格

使用方法[它与ITEM的格式相同]

OraxenTest:
    PriceType: ORAXEN(you can also use ORAXEN-ITEM and ITEM-ORAXEN)
    Price:
    - - type: <oraxen item name>
      - amount: <item amount(optional, default is 1)>

你可以添加许多你想要的项目,只要把- -开始一个新的物品

示例

OraxenTest:
    PriceType: ORAXEN
    Price:
    - - type: oraxen_item_1
      - amount: 5
    - - type: oraxen_item_2
      - amount: 10

最后更新于