Minecraft Armor Stand Pose Generator

Free armor stand pose generator for Java and Bedrock. Pose Java limbs with live controls and copy /summon, or pick Bedrock’s 13 built-in poses and copy /playanimation.

Edition

Java uses freeform Pose NBT. Bedrock uses 13 built-in poses via sneak-interact, redstone, or /playanimation.

Java pose presets

Limb rotations

Java Pose NBT uses X, Y, Z degrees for each body part. Arms only render when Show Arms is on.

-15°
0°
10°

Stand options

Java /summon command

/summon minecraft:armor_stand ~ ~ ~ {ShowArms:1b,Pose:{Head:[0f,0f,0f],Body:[0f,0f,0f],LeftArm:[-10f,0f,-10f],RightArm:[-15f,0f,10f],LeftLeg:[-1f,0f,-1f],RightLeg:[1f,0f,1f]}}

Apply to nearest stand

/data merge entity @n[type=minecraft:armor_stand] {ShowArms:1b,Pose:{Head:[0f,0f,0f],Body:[0f,0f,0f],LeftArm:[-10f,0f,-10f],RightArm:[-15f,0f,10f],LeftLeg:[-1f,0f,-1f],RightLeg:[1f,0f,1f]}}

Why this armor stand pose generator exists

Hand-writing Java Pose NBT is slow and easy to get wrong. A salute might need RightArm:[-70f,-40f,0f], and forgetting ShowArms:1b hides the arms entirely. On Bedrock, players search for how to pose armor stands without realizing the game only offers 13 fixed poses — and which redstone strength or /playanimation id matches each one. This page covers both editions so builders can spawn statues, weapon racks, and lobby decorations without guessing.

What the tool can do

  • Java freeform posing — Head, Body, LeftArm, RightArm, LeftLeg, and RightLeg with X/Y/Z sliders, presets, ShowArms, and /summon or /data merge export.
  • All 13 Bedrock poses — default, no pose, solemn, athena, brandish, honor, entertain, salute, riposte, zombie, can-can A/B, and hero, with redstone levels and cycle indexes.
  • Live 3D preview — Mojang wood texture and official limb pivots. Bedrock preview angles come from Mojang’s armor_stand.animation.json.
  • Edition-correct commands — Java Pose NBT for operators; Bedrock /playanimation plus sneak-interact and redstone instructions for everyone else.

How to summon a posed Java armor stand

  1. Stay on Java Edition, then pick a preset or drag the limb sliders until the 3D preview matches the statue or gesture you want.
  2. Turn on Show Arms if you need visible arms or hand items later. Add No Base Plate, Invisible, or No Gravity for floating displays.
  3. Copy the summon command. Coordinates default to ~ ~ ~ so the stand appears at your position or at the command block.
  4. Paste into chat if it fits, or into a command block when the NBT is longer than 256 characters.

Already placed a stand? Use the data merge export instead of summoning a duplicate. Stand near the target and run the merge command so only that nearest armor stand updates.

How to pose an armor stand on Bedrock

  1. Switch the tool to Bedrock Edition and choose one of the 13 built-in poses (salute, zombie, hero, can-can, and more).
  2. In survival or creative, sneak and interact with the stand to cycle poses until you hit the listed cycle index — no commands required.
  3. Or power the stand with the matching redstone signal strength shown for that pose.
  4. With cheats on, copy /playanimation to set the pose instantly on the nearest armor stand.

Common Java armor stand setups

Museum statue — ShowArms on, NoBasePlate optional, Invulnerable on so players cannot break the display. Pose the body into a standing or honored stance, then equip armor in creative.

Weapon or tool rack — ShowArms on, arms angled outward or forward, NoGravity if the stand should float. Place a sword, bow, or tool in the main hand after summoning.

Invisible item hologram — Invisible + NoBasePlate + NoGravity (+ Marker for a tiny hitbox). The wooden stand disappears and only held or worn items remain visible — a classic mapmaking trick.

Small desk figure — Small on, ShowArms on, lighter arm poses. Half-size stands work well for shelves, desks, and detailed interiors.

Java vs Bedrock posing

On Bedrock, sneaking and interacting cycles a fixed set of 13 poses, arms are visible by default, and commands use /playanimation with ids like animation.armor_stand.salute_pose. On Java, survival players cannot freely pose stands without commands — but operators get full limb control through Pose NBT and need ShowArms:1b for visible arms. Use the edition toggle above so you export the correct command for your platform.

Armor stand pose FAQ

How do I pose an armor stand in Minecraft Java Edition?
Java does not have Bedrock’s sneak-to-cycle poses. Use Pose NBT on /summon or /data merge. This generator sets Head, Body, LeftArm, RightArm, LeftLeg, and RightLeg rotations visually, then exports the ready command.
Can Java Edition armor stands have poses?
Yes. Each limb uses three float angles in degrees inside Pose:{...}. Unlike Bedrock’s fixed pose list, Java commands can set any angle on any limb.
How do I give an armor stand arms?
Enable Show Arms so the command includes ShowArms:1b. Vanilla Java stands hide arms by default. Without that tag, arm Pose values still exist but the arms do not render, and hand items look wrong.
What is the /summon armor stand with arms command?
A minimal example is /summon minecraft:armor_stand ~ ~ ~ {ShowArms:1b}. This tool builds that tag plus your full Pose compound, NoBasePlate, Invisible, Small, Marker, NoGravity, and other options.
How do I change an existing armor stand’s pose?
Copy the /data merge command and run it near the stand. It targets @n[type=minecraft:armor_stand], the nearest armor stand, without summoning a new one.
What do the X, Y, and Z rotations mean?
Each limb uses three angles in degrees. X is pitch (forward/back), Y is yaw (twist left/right), and Z is roll (side tilt). Values from -180 to 180 cover a full turn and match Java’s Pose NBT.
Is the 3D preview the same as in-game?
The preview uses Mojang’s armor stand wood texture and official limb sizes and pivots. The Pose degrees you set are the same floats written into the command, so the in-game result should match after you paste it.
How do I make a floating item display with an armor stand?
Common mapmaking setup: ShowArms on, Invisible on, NoBasePlate on, NoGravity on, and often Marker on for a tiny hitbox. Pose the arms, then equip items in-game or with equipment NBT.
Does this work on Bedrock Edition?
Yes. Switch to Bedrock Edition in the tool to browse all 13 built-in poses (default, salute, zombie, hero, can-can, and more). Copy a /playanimation command, or use the listed sneak-interact cycle index and redstone signal strength. Bedrock cannot freeform-pose limbs with Java Pose NBT.
How do I pose an armor stand in Minecraft Bedrock?
Sneak (crouch) and interact with the stand to cycle through 13 poses, power it with redstone for a specific pose, or run /playanimation @e[type=armor_stand,c=1] animation.armor_stand.salute_pose (replace the animation name). This tool lists every pose with the matching animation id and redstone level.
Do I need a command block?
Java: short commands work in chat; longer Pose NBT may need a command block (the tool warns past 256 characters). Bedrock: sneak-interact needs no commands; /playanimation needs cheats or operator permission.

CraftMC

Your ultimate resource for Minecraft tools and guides.

CraftMC's tools are free to use. If the site has helped you, you can support its hosting and continued development.

Support CraftMC
Professional ToolsExpert GuidesActive Support

Popular Tools

Quick Links

Also from us

We also run sister sites for Fortnite and Roblox players — tools, guides, and game codes.

© 2026 CraftMC. All rights reserved. Also check out our Fortnite and Roblox tools sites.