above_points

Passes when the player's points of the given type are at or above the minimum.

Categories: economy

Required arguments

Key(s)DescriptionType
typeThe points type identifier.STRING
amountThe minimum number of points required.EXPRESSION

Example

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