How do I summon an armor stand with arms that will work?
I'm building a mansion to impress my friends.
I've seen pictures of armor stands with ARMS. I searched how to summon one but all of them were either 1.9 or beta. (?how?)
What command do i use to summon one that works?
Best Answer
You can watch this tutorial (by Sethbling) to see how to show arms and more
But if you want to show arms, try: /summon ArmorStand ~ ~ ~ {ShowArms:1}
If you already spawned a ArmorStand and want to add arms (show arms), you can do: /entitydata @e[r=2,type=ArmorStand] {ShowArms:1} (tested).
Pictures about "How do I summon an armor stand with arms that will work?"



Quick Answer about "How do I summon an armor stand with arms that will work?"
How do you summon an armor stand with arms and names?
How to Enter the CommandHow do you summon an Armour stand to hold something?
You can summon an armor stand that has a diamond helmet, diamond chestplate, diamond leggings, and diamond boots hanging on it whenever you want using a cheat (game command) in Minecraft. This is done using the /summon command. This is a quick and easy way to get a full set of diamond armor that you can wear.Why does my armor stand not have arms?
In Java edition, however, placing an armor stand will make one appear without arms, even though you can easily summon one with arms using "/summon minecraft:armor_stand ~ ~ ~ {ShowArms:1}". You also can't change the pose of an armor stand in Java edition.How To Make Custom Armor Stands with Arms in Minecraft 1.19
More answers regarding how do I summon an armor stand with arms that will work?
Answer 2
ArmorStands with the ShowArms:1b tag will have arms:
/summon ArmorStand ~ ~ ~ {ShowArms:1b}
You could also set this tag on the closest already-placed ArmorStands like so:
/entitydata @e[type=ArmorStand,c=1] {ShowArms:1b}
Sources: Stack Exchange - This article follows the attribution requirements of Stack Exchange and is licensed under CC BY-SA 3.0.
Images: Karolina Grabowska, Kampus Production, Tim Douglas, Karolina Grabowska
