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