Requirements
Guide to configure menu requirements
List of the available requirements:
Permission
Check if the player has the permission.
[permission] example.permissionMoney
Check whether the player has enough money or not. The last argument (economy provider plugin name) can be ommited.
[money] 1000 VaultExp level
Check if the player has the required vanilla exp level.
[exp-level] 10Items
Check if the player has the required items in his inventory. This only supports custom items, defined in Item config. List your items separated by spaces and add /number at the end to specify how many of that item the player should have in his inventory.
[has-items] oraxen:some_item/32 mythicmobs:super_sword/1Placeholder
Check placeholder comparisons
Argument
Check menu argument comparisons
Meta
Check menu argument comparisons
API Usage
You can register your own requirements to use it everywhere in the menus.
Prefix can't contain spaces! First arg will always be the prefix.
Then you can use it in your menus like:
Last updated