Update Cancelling Events authored by Lxlp's avatar Lxlp
...@@ -54,10 +54,10 @@ This example below, will cancel all damage the mob receives, and replace it with ...@@ -54,10 +54,10 @@ This example below, will cancel all damage the mob receives, and replace it with
```yaml ```yaml
SelfDamage: SelfDamage:
Conditions: Conditions:
- damageTag{tag=SelfDamage} false - damageTag{tag=SELFDAMAGE} false
Skills: Skills:
- cancelevent - cancelevent
- damage{a=10;tag=SelfDamage} @self - damage{a=10;tag=SELFDAMAGE} @self
``` ```
# Death # Death
... ...
......