Skip to content
[/craft]

Summon Named Armor Stand NPC

Create a floating named armor stand for roleplay

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

Summons an armor stand named 'Merchant' with its name shown above it and gravity disabled so it floats in place. Handy for labeling shops, quest-givers, or waypoints on adventure maps. Change the text value in CustomName to rename it to anything you like.

/summon armor_stand ~ ~ ~ {CustomName:'{"text":"Merchant"}',CustomNameVisible:1b,NoGravity:1b}
94 characters

How to use

  1. Open chat (T on Java, / on Bedrock).
  2. Paste the command and press Enter.
  3. A floating armor stand labeled 'Merchant' appears.

Related commands

Strike lightning at your location

/summon lightning_bolt ~ ~ ~

Spawn a zombie equipped with armor

/summon zombie ~ ~ ~ {equipment:{head:{id:"diamond_helmet",count:1}}}

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 a blaze mob

/summon blaze ~ ~ ~

Spawn a ghast mob

/summon ghast ~ ~3 ~