Oraxen
Search…
Getting started
Frequently Asked Questions
Usage
Commands
Default items
Recipes
Configuration
Understand the basics
Plugin settings
Items (beginners)
Items (advanced)
Custom Armors
Item Appearance
Glyphs
Mechanics
Introduction
All mechanics
Furniture Mechanic
Block mechanic
StringBlock Mechanic
Compatibility
BossShopPro - shop
CrateReloaded - crates
ModelEngine - custom mobs
MythicMobs - custom mobs
TrMenu - custom inventories
MMoItems
World Generators
Developers
Create your own Mechanic
Add Compatibility with a plugin
Custom hosting service
API
Powered By
GitBook
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/
​
Menu Item
Usage
1
OraxenTest:
2
MenuItem:
3
oraxen: <oraxen item name>
4
amount: <item amount(optional, default is 1)>
Copied!
Example
1
OraxenTest:
2
MenuItem:
3
oraxen: oraxen_icon_test
Copied!
Reward
Usage: (It has the same format as ITEM)
1
OraxenTest:
2
RewardType: ORAXEN(you can also use ORAXEN-ITEM and ITEM-ORAXEN)
3
Reward:
4
- - type: <oraxen item name>
5
- amount: <item amount(optional, default is 1)>
Copied!
You can add many items as you want, just put
- -
to start a new item.
Example
1
OraxenTest:
2
RewardType: ORAXEN
3
Reward:
4
- - type: oraxen_item_1
5
- amount: 5
6
- - type: oraxen_item_2
7
- amount: 10
Copied!
Price
Usage: (It has the same format as ITEM)
1
OraxenTest:
2
PriceType: ORAXEN(you can also use ORAXEN-ITEM and ITEM-ORAXEN)
3
Price:
4
- - type: <oraxen item name>
5
- amount: <item amount(optional, default is 1)>
Copied!
You can add many items as you want, just put
- -
to start a new item.
Example
1
OraxenTest:
2
PriceType: ORAXEN
3
Price:
4
- - type: oraxen_item_1
5
- amount: 5
6
- - type: oraxen_item_2
7
- amount: 10
Copied!
Mechanics - Previous
StringBlock Mechanic
Next - Compatibility
CrateReloaded - crates
Last modified
1mo ago
Copy link
Contents
Menu Item
Usage
Example
Reward
Usage: (It has the same format as ITEM)
Example
Price
Usage: (It has the same format as ITEM)
Example