Minecraft how to get armor stands with arms
Andrew Walker
Published Mar 28, 2026

Watch this video to learn how to add arms on Armor Stands in Minecraft Java Edition. You can add arms to existing Armor Stands or you can summon an Armor Sta…
There are other answers below:
How to get Armor Stand with Arms in Minecraft Java – YouTube. Command: /data merge entity @e[type=armor_stand,limit=1,sort=nearest] {ShowArms:1}#minecraft …
How to Make Any Armor Stand you Place Down Show Arms and Hide Baseplate 1. Place a repeating command block /give @p minecraft:repeating_command_block /setblock ~ ~-1 ~ minecraft:repeating_command_block 2. Enter the command block and click N eeds Redstone so it says Always Active 3. Copy and place this command:
Command in Minecraft Java Edition (PC/Mac) In Minecraft Java Edition (PC/Mac) 1.13, 1.14, 1.15, 1.16 and 1.17, the syntax to show/hide arms for an armor stand using the /data command is: /data merge entity @e [type=armor_stand,
The commands are as follows: /data merge entity @e [type=armor_stand,sort=nearest,limit=1] {ShowArms:1} which will change the nearest armor stand into an armor stand with arms. /summon minecraft:armor_stand ~ ~ ~ {ShowArms:1} which will summon a new armor stand with arms shown.
In Java Edition, it is possible to create an armor stand with arms using the /summon command. It is also possible to change an armor stand without arms into a …
hot TIP #1: Starting in Minecraft Java Edition (PC/Mac) 1.13, the /entitydata command was replaced by the /data command to show/hide arms on an armor stand. TIP #2: Although you can summon an armor stand in PE and Windows 10, you can not yet customize it with game commands yet.
To obtain these armour stands, you would simply put an existing armour stand in a crafting grid, and place a stick either side of it (where the arms would be positioned). This does not really affect the game in any way, but just adds the option to make armour stands hold a sword/axe in addition to the suit of armour.
18 rows · To summon an armor stand that has arms: /summon armor_stand ~ ~ ~ {ShowArms:1} To summon a floating armor stand with no base plate: /summon armor_stand ~ ~2 ~1 {NoGravity:1, NoBasePlate:1} To summon an armor stand with a netherite helmet and netherite boots: /summon armor_stand ~ ~ ~ {ArmorItems:[{Count:1,id:netherite_boots}, {}, {}, …
Quick fix, something like: /execute as @e [type=armor_stand] run data merge entity @s {ShowArms:1} should work for all currently loaded armor stands, and can be run either from a command block or entered directly into chat. Edit: Forgot selector, fixed. 5. level 2. Exileman.