Summon Armor Stand with Custom Pose
Create a posed statue armor stand
✅ Verified for Java 26.2 · Bedrock 26.32 — checked June 2026Summons an armor stand with arms shown and both arms raised into a pose, the base for statues and item displays. ShowArms:1b is required or the arms stay hidden. Each Pose limb takes three rotation values in degrees, so tweak them to sculpt any stance.
/summon armor_stand ~ ~ ~ {ShowArms:1b,Pose:{RightArm:[315f,0f,0f],LeftArm:[315f,0f,0f]}}89 characters
- Java: yes
- Bedrock: no
- Command block: yes
- Needs cheats / OP: yes
How to use
- Open chat (T on Java).
- Paste the command and press Enter.
- A posed armor stand with visible arms appears.
- Adjust the Pose rotation numbers to change the stance.
Related commands
Create floating hologram text with no entity behind it
/summon text_display ~ ~1 ~ {text:'{"text":"Hello World","color":"gold","bold":true}',billboard:"center"}Show a floating collision-free block in the world
/summon block_display ~ ~1 ~ {block_state:{Name:"minecraft:diamond_block"}}Spawn an armor stand for displaying equipment or decoration
/summon armor_stand ~ ~ ~Spawn a mob with a custom name displayed above its head
/summon zombie ~ ~ ~ {CustomName:'{"text":"Bob"}',CustomNameVisible:1b}