|
## Description
|
|
===========
|
|
|
|
|
|
|
|
## Description:
|
|
|
|
|
|
Teleports the caster up or down.
|
|
Teleports the caster up or down.
|
|
The skill will attempt to find a safe landing location and should generally avoid putting the mob inside of blocks.
|
|
The skill will attempt to find a safe landing location and should generally avoid putting the mob inside of blocks.
|
|
No target is required for this mechanic, as the caster will always be the one that is teleported.
|
|
No target is required for this mechanic, as the caster will always be the one that is teleported.
|
|
|
|
|
|
## Attributes
|
|
## Attributes:
|
|
|
|
|
|
| Attribute | Aliases | Description | Default |
|
|
| Attribute | Aliases | Description | Default |
|
|
|-----------|-----------|----------------------------------------------------------------------|---------|
|
|
|-----------|-----------|----------------------------------------------------------------------|---------|
|
|
| y | | The distance to teleport on the y axis | 0 |
|
|
| y | | The distance to teleport on the y axis | 0 |
|
|
|
|
|
|
|
|
|
|
## Examples
|
|
## Examples:
|
|
|
|
|
|
This example would teleport the caster 5 blocks up.
|
|
This example would teleport the caster 5 blocks up.
|
|
```yaml
|
|
```yaml
|
|
WarpY:
|
|
WarpY:
|
... | @@ -18,6 +22,5 @@ WarpY: |
... | @@ -18,6 +22,5 @@ WarpY: |
|
- teleportY{y=5}
|
|
- teleportY{y=5}
|
|
```
|
|
```
|
|
|
|
|
|
|
|
|
|
## Aliases
|
|
## Aliases
|
|
- [x] tpy |
|
- [x] tpy |
|
\ No newline at end of file |
|
|