🗞️Decrement disable by conditions
This option allows you to disable the decrement of a certain counter (for example, flight time) for players who meet a specific condition.
Syntax
decrementation-disable-by-condition:
- condition: "%player_name%=Wayvi2"
In this example, decrementing is disabled only for the player named Wayvi2
.
Possible variables in the condition
You can use all placeholderapi that working with /papi parse me %placeholder%
Notes
The condition should be a simple expression, usually an equality check.
This feature is useful to exempt certain players (like admins or staff) from automatic loss of time or resources.
Last updated