Damagetaken
Criteria: DamageTaken
Triggered when a player takes matching damage.
Attributes
| Attribute | Description | Default |
|---|---|---|
| DamagerType | The entity type that damaged the player. Supports comma-separated entity types. | Any |
| Cause | The Bukkit damage cause to match. Supports comma-separated causes. | Any |
| MinDamage | The minimum final damage required for the criteria to progress. | 0 |
| DamageAsAmount | Whether to add the rounded final damage amount instead of 1 progress. | false |
Examples
SOME_ACHIEVEMENT:
Criteria:
SURVIVE_ARROW_HITS:
Type: DamageTaken
DamagerType: ARROW
Cause: PROJECTILE
Amount: 10