points_equal

Passes when the player's points of the specified type exactly equal the given amount.

Categories: economy

Required arguments

Key(s)DescriptionType
typeThe points type identifier to check.STRING
amountThe exact points amount the player must have.EXPRESSION

Example

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