|
|
## 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 |