> For the complete documentation index, see [llms.txt](https://enchantedmobs.superiormc.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://enchantedmobs.superiormc.cn/docs/abilities/cancel-event.md).

# Cancel Event

## Cance lEvent

Cancels the current trigger event.

`on-death` cannot be cancelled directly. If needed, use `on-death.modifier.revive-health` for similar behavior.

```yaml
type: cancel_event
```

Often used to "negate" one damage/behavior instance.
