Skip to content
[/craft]

Summon Armor Stand with Custom Pose

Create a posed statue armor stand

✅ Verified for Java 26.2 · Bedrock 26.32 — checked June 2026

Summons 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

How to use

  1. Open chat (T on Java).
  2. Paste the command and press Enter.
  3. A posed armor stand with visible arms appears.
  4. 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}

Spawn an axolotl mob

/summon axolotl ~ ~ ~

Spawn an allay mob (item collector)

/summon allay ~ ~ ~