... | ... | @@ -5,17 +5,21 @@ Moves the extremities of an armorstand, the value is in radians. |
|
|
## Attributes
|
|
|
| Attribute | Aliases | Description | Default |
|
|
|
|-----------|-----------|----------------------------------------------------------------------|---------|
|
|
|
| head | | | 0,0,0 |
|
|
|
| body | | | 0,0,0 |
|
|
|
| leftarm | | | 0,0,0 |
|
|
|
| rightarm | | | 0,0,0 |
|
|
|
| leftleg | | | 0,0,0 |
|
|
|
| rightleg | | | 0,0,0 |
|
|
|
| head | h | The rotation of the head | 0,0,0 |
|
|
|
| body | b | The rotation of the body | 0,0,0 |
|
|
|
| leftarm | la | The rotation of the left arm | 0,0,0 |
|
|
|
| rightarm | ra | The rotation of the right arm | 0,0,0 |
|
|
|
| leftleg | ll | The rotation of the left leg | 0,0,0 |
|
|
|
| rightleg | rl | The rotation of the right leg | 0,0,0 |
|
|
|
|
|
|
|
|
|
|
|
|
## Examples
|
|
|
```yaml
|
|
|
Skills:
|
|
|
- posearmorstand{head=0.78,0,0} @self ~onSpawn
|
|
|
- ...
|
|
|
``` |
|
|
\ No newline at end of file |
|
|
```
|
|
|
|
|
|
|
|
|
## Aliases
|
|
|
- [x] armorstandpose |
|
|
\ No newline at end of file |