Minecraft /summon Commands — Copy & Paste (2026)
✅ Verified for Java 26.2 · Bedrock 26.32 — checked June 2026Spawn mobs, bosses, and entities exactly where you want them. Each /summon command is verified for the latest version and shows both Java and Bedrock syntax, with a clear note whenever Bedrock can't set equipment or NBT inline.
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 wither skeleton mob
/summon wither_skeleton ~ ~ ~Spawn an allay mob (item collector)
/summon allay ~ ~ ~Spawn a sniffer mob (seed finder)
/summon sniffer ~ ~ ~Spawn a tamed wolf that follows you
/summon wolf ~ ~ ~ {Owner:"[PlayerUUID]",Sitting:0b,CollarColor:14}Spawn a fast, tamed horse
/summon horse ~ ~ ~ {Owner:"[PlayerUUID]",SaddleItem:{id:"minecraft:saddle",count:1},Attributes:[{Name:"generic.movement_speed",Base:0.3}]}Spawn a large slime mob
/summon slime ~ ~ ~ {Size:16}Spawn a magma cube mob
/summon magma_cube ~ ~ ~