Changes
Page history
Create Skills/Triggers/onChangeWorld
authored
Oct 25, 2024
by
Lxlp
Hide whitespace changes
Inline
Side-by-side
Skills/Triggers/onChangeWorld.md
0 → 100644
View page @
4d38fe99
## Description
Executes the skill when the caster changes world.
## Examples
```
yaml
WorldJumper
:
Type
:
WITHER_SKELETON
Skills
:
-
command{c=say The End!} @self ~onChangeWorld ?varEquals{var=skill.world;value=world_the_end}
-
command{c=say The Nether!} @self ~onChangeWorld ?varEquals{var=skill.world;value=world_nether}
```
## Aliases
-
[x] onChange_World
-
[x] onWorld_Change
-
[x] onWorldChange
\ No newline at end of file