Summon Named Armor Stand NPC
Create a floating named armor stand for roleplay
✅ Verified for Java 26.2 · Bedrock 26.32 — checked June 2026Summons 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
- Java: yes
- Bedrock: no
- Command block: yes
- Needs cheats / OP: yes
How to use
- Open chat (T on Java, / on Bedrock).
- Paste the command and press Enter.
- A floating armor stand labeled 'Merchant' appears.
Related commands
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}