Minecraft Armor Stand
Executive Statue Studio Engine
Security Matrix
| Action | Helmet | Chestplate | Leggings | Boots | Mainhand | Offhand |
|---|---|---|---|---|---|---|
| remove | ||||||
| place | ||||||
| replace |
THE VAULT
Armor Stand Studio: Kinetic Scene Design
Armor stands are the backbone of every elite map-maker's toolkit. Use them to craft static NPCs, weapon racks, furniture hacks, and cinematic freeze-frames that make your world feel alive without any mods.
Hand-coding NBT poses is painful — our studio lets you drag and pose in real-time 3D, then exports the exact /summon or /give command string you need in seconds.
Real-Time 3D Posing
Rotate every joint — head, body, arms, legs — in a live 3D viewport. No guessing at angle values. What you see is exactly what spawns in your world.
Invisible NPC Builds
Toggle Invisible mode to hide the stand frame, leaving only the equipment. The go-to technique for creating custom NPC characters, furniture, and floating item displays.
Armor Stand FAQ
How do I make an armor stand hold items?
Enable "Show Arms" in the options panel, then fill in the Mainhand or Offhand item ID. Our studio generates the correct Equipment NBT tag so the item appears in-game without any guesswork.
Can I create mini-size armor stands?
Yes. Toggle the "Small" parameter to scale the stand down to 50%. Perfect for detailed furniture builds, decorative figurines, and dollhouse-style room setups.
How do I update a stand that is already placed?
Copy the NBT string from the output panel and run: /data merge entity @e[type=armor_stand,limit=1] with your generated NBT. Make sure you're targeting the right stand.
How do I hide the base plate for natural scenes?
Toggle "No Base Plate". This removes the stone slab base, making the stand look seamless embedded in floors, grass, or custom terrain builds.
Can I make armor stands that never despawn?
Yes. Enable "Persistence Required" to prevent the game from removing idle stands. Essential for builds on servers where chunks are regularly unloaded and reloaded.
What is the difference between Summon and Give commands?
Summon places the stand at specific coordinates immediately. Give creates an item/spawn egg a player can place manually — useful for kits, shops, and adventure maps.