Requirements

Guide to configure menu requirements

List of the available requirements:

Permission

Check if the player has the permission.

[permission] example.permission

Money

Check whether the player has enough money or not. The last argument (economy provider plugin name) can be ommited.

[money] 1000 Vault

Exp level

Check if the player has the required vanilla exp level.

[exp-level] 10

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.

[has-items] oraxen:some_item/32 mythicmobs:super_sword/1

Placeholder

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.

circle-exclamation

Then you can use it in your menus like:

Last updated