Requirements
Guide to configure menu requirements
List of the available requirements:
Permission
Check if the player has the permission.
Money
Check whether the player has enough money or not. The last argument (economy provider plugin name) can be ommited.
Exp level
Check if the player has the required vanilla exp level.
Items
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.
Placeholder
Check placeholder comparisons
Argument
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