Conditions of commands (Tutorial).

How to use the command conditions.

Guide:

How to use the condition:

commands:
    command: condition

Example:

commands:
    msg: %pmoney% > 50

If player's money is mayor to 50.

Condition:

Condition

Description

>

If object is mayor.

<

If object is minor.

=

If object equals.

Variables:

You can use PlaceholderAPI variables.

Variable

Description

%pmoney%

To watch the money of player (Requires Vault).

%phealth%

To watch the health of player.

%pfeed%

To watch the feedpoints of player.

%pname%

To watch the name of player.

Last updated