Description
Matches the target's health
Attributes
Attribute | Aliases | Description | Default |
---|---|---|---|
health | h, amount, a | The health range to check for | 0 |
Examples
Conditions:
- health{h=50} true
# Below 50 health
Conditions:
- health{h=<50} true
# Above 10 health
Conditions:
- health{h=>10} true
Aliases
- hp