above_points
Passes when the player's points of the given type are at or above the minimum.
Categories: economy
Required arguments
| Key(s) | Description | Type |
|---|---|---|
type | The points type identifier. | STRING |
amount | The minimum number of points required. | EXPRESSION |
Example
conditions:
- id: above_points
args:
type: <value>
amount: %level% * 10