Skip to content
GitLab
Explore
Sign in
Register
MythicCraft
MythicMobs
Wiki
Guides
Cancelling Events
Cancelling Events
· Changes
Page history
Update Cancelling Events
authored
Dec 20, 2024
by
Lxlp
Hide whitespace changes
Inline
Side-by-side
Guides/Cancelling-Events.md
View page @
4f8466ad
...
@@ -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=S
elfDamage
}
false
-
damageTag{tag=S
ELFDAMAGE
}
false
Skills
:
Skills
:
-
cancelevent
-
cancelevent
-
damage{a=10;tag=S
elfDamage
} @self
-
damage{a=10;tag=S
ELFDAMAGE
} @self
```
```
# Death
# Death
...
...