Comment on page
BossShopPro - shop
Allows the creation of every kind of Chest GUI menu or shop.
This feature is provided to you by yzl210, don't hesitate to thank him!
Spigot link: https://www.spigotmc.org/resources/bossshoppro.222/
OraxenTest:
MenuItem:
oraxen: <oraxen item name>
amount: <item amount(optional, default is 1)>
OraxenTest:
MenuItem:
oraxen: oraxen_icon_test
OraxenTest:
RewardType: ORAXEN(you can also use ORAXEN-ITEM and ITEM-ORAXEN)
Reward:
- - type: <oraxen item name>
- amount: <item amount(optional, default is 1)>
You can add many items as you want, just put
- -
to start a new item.OraxenTest:
RewardType: ORAXEN
Reward:
- - type: oraxen_item_1
- amount: 5
- - type: oraxen_item_2
- amount: 10
OraxenTest:
PriceType: ORAXEN(you can also use ORAXEN-ITEM and ITEM-ORAXEN)
Price:
- - type: <oraxen item name>
- amount: <item amount(optional, default is 1)>
You can add many items as you want, just put
- -
to start a new item.OraxenTest:
PriceType: ORAXEN
Price:
- - type: oraxen_item_1
- amount: 5
- - type: oraxen_item_2
- amount: 10
Last modified 10mo ago