Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
MythicCraft
MythicMobs
Wiki
Guides
Cancelling Events
Cancelling Events
· Changes
Page history
Update Cancelling Events
authored
Dec 20, 2024
by
Lxlp
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Guides/Cancelling-Events.md
Guides/Cancelling-Events.md
+2
-2
No files found.
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
...
...