... | @@ -5,7 +5,7 @@ Will teleport the targeted entity or entities to the specified location. |
... | @@ -5,7 +5,7 @@ Will teleport the targeted entity or entities to the specified location. |
|
## Attributes
|
|
## Attributes
|
|
| Attribute | Aliases | Description | Default |
|
|
| Attribute | Aliases | Description | Default |
|
|
|-----------|-----------|----------------------------------------------------------------------|---------|
|
|
|-----------|-----------|----------------------------------------------------------------------|---------|
|
|
| location, coordinates | loc, l, c | The coordinates of the teleport-destination | |
|
|
| location, coordinates | loc, l, c | The coordinates of the teleport's destination, or a targeter | |
|
|
| world | w | The destination-world. Optional attribute if "location" is given | |
|
|
| world | w | The destination-world. Optional attribute if "location" is given | |
|
|
| yaw | y | The yaw that the affected entities should assume | 0 |
|
|
| yaw | y | The yaw that the affected entities should assume | 0 |
|
|
| pitch | p | The pitch that the affected entities should assume | 0 |
|
|
| pitch | p | The pitch that the affected entities should assume | 0 |
|
... | @@ -19,4 +19,10 @@ mob to the specified location: |
... | @@ -19,4 +19,10 @@ mob to the specified location: |
|
```yaml
|
|
```yaml
|
|
Skills:
|
|
Skills:
|
|
- teleportto{location=190,64,200} @PIR{r=50}
|
|
- teleportto{location=190,64,200} @PIR{r=50}
|
|
``` |
|
```
|
|
\ No newline at end of file |
|
##
|
|
|
|
Teleports all of the players in a radius of 50 blocks to a locations that is 10 blocks above the caster of the mechanic
|
|
|
|
```yaml
|
|
|
|
Skills:
|
|
|
|
- teleportto{location=@selflocation{y=10}} @PIR{r=50}
|
|
|
|
``` |