placeholder_greater_than
Passes when the resolved placeholder value is numerically greater than or equal to the specified value.
Categories: meta
Required arguments
| Key(s) | Description | Type |
|---|---|---|
placeholder | The placeholder string to resolve and evaluate as a number. | STRING |
value | The minimum numeric threshold the placeholder must meet or exceed. | EXPRESSION |
Example
conditions:
- id: placeholder_greater_than
args:
placeholder: %player_level%
value: 5 + %level%