points_equal
Passes when the player's points of the specified type exactly equal the given amount.
Categories: economy
Required arguments
| Key(s) | Description | Type |
|---|---|---|
type | The points type identifier to check. | STRING |
amount | The exact points amount the player must have. | EXPRESSION |
Example
conditions:
- id: points_equal
args:
type: <value>
amount: %level% * 10