below_balance

Passes when the player's economy balance is below the specified amount.

Categories: economy

Required arguments

Key(s)DescriptionType
balanceThe balance threshold; the player must be below this amount.EXPRESSION

Example

conditions:
  - id: below_balance
    args:
      balance: %level% * 500