Changes
Page history
added ClearTarget mechanic
authored
Oct 01, 2025
by
Lxlp
Hide whitespace changes
Inline
Side-by-side
Skills/Mechanics/posearmorstand.md
0 → 100644
View page @
1f8283a3
## 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