Is there any way I can rotate an armor stand?
I'm making a pose emporium, and I'm making a crawling animation. Is there any way I can make an armor stand look like it's crawling? It needs to be a /summon command, too.
Best Answer
This video goes into explicit detail about how the armor stands work in minecraft, including how to /summon, edit with /entitydata, create custom poses and static artworks.
For your specific needs (look like it crawling) you can use commands to set the angle of the head (Head), arms (LeftArm and RightArm), body (Body), and legs (LeftLeg and RightLeg).
/entitydata @e[type=minecraft=ArmorStand]{Pose:{Head:[~f,~f,~f]}{RightArm:[~f,~f,~f]}{Body:[~f,~f,~f]}{LeftLeg:[~f,~f,~f]}}
Note: the ~f relates to the 3 degrees of rotation - x, y, and z; from 180 to -180.
For example, if I wanted to tilt the head forward by 20 degrees, I would use the command
/entitydata @e[type=minecraft=ArmorStand]{Pose:{Head:[20f,0f,0f]}}
Pictures about "Is there any way I can rotate an armor stand?"



How do you rotate an existing armor stand?
1 AnswerHow do you change the direction of a armor stand in Minecraft?
In Bedrock Edition, the pose of the armor stand can be changed by sneaking and clicking on the Pose, or by using a redstone signal. There are 13 possible poses. Armor stands can also hold items by clicking on the Equip.How To Rotate An Armor Stand
More answers regarding is there any way I can rotate an armor stand?
Answer 2
This is /entitydata command, that means that you change a entity. You must first place the armor stand. Or change the command to /summon ArmorStand ~ ~ ~ {Pose:{Head:[20f,0f,0f]}}.
Sources: Stack Exchange - This article follows the attribution requirements of Stack Exchange and is licensed under CC BY-SA 3.0.
Images: Andrea Piacquadio, Andrea Piacquadio, Harrison Haines, Aleksandr Burzinskij
