below_points

Passes when the player's points of the given type are below the specified amount.

Categories: economy

Required arguments

Key(s)DescriptionType
typeThe points type identifier.STRING
amountThe points threshold; the player must be below this amount.EXPRESSION

Example

conditions:
  - id: below_points
    args:
      type: <value>
      amount: %level% * 10