added ClearTarget mechanic authored by Lxlp's avatar Lxlp
## Description
Moves the extremities of an armorstand, the value is in radians.
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| 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
- ...
```
## Aliases
- [x] armorstandpose
\ No newline at end of file