Channel Icon

Crazy Ozz

Official Channel Website

Command Block

Minecraft Summon Command Generator Java & Bedrock Edition (Beta)

Use this Summon Command Generator to create custom mobs in Minecraft Java & Bedrock Edition 1.21+. Choose any entity, set coordinates, add a custom name and tag, modify attributes (health, damage, speed), add equipment and armor, and enable special properties like NoAI, Invulnerable and Glowing. Perfect for maps, datapacks and servers.

Select your Minecraft edition:

Mob:
Co-ords:
Name:
Tag:

Generated Summon Command

summon...

Edit Mob Attributes (NBT)

Armor:
Armor Toughness:
Attack Knockback:
Burning Time:
Explosion Knockback Resistance:
Fall Damage Multiplier:
Flying Speed:
Gravity:
Horse Jump Strength:
Knockback Resistance:
Max Absorption:
Max Health:
Mob Follow Range:
Movement Efficiency:
Oxygen Bonus:
Safe Fall Distance:
Scale:
Speed:
Step Height:
Water Movement Efficiency:
Zombie Reinforcements:

Mob Equipment and Armor

  Item Id Count Drop Chance
Main Hand
Off Hand
Head
Chest
Legs
Feet
Body
Saddle

Mob Properties (Optional)

Can Pick Up Loot:
Fall Flying:
Glowing:
Has Visual Fire:
Invulnerable:
Left Hand:
No AI:
No Gravity:
On Ground:
Persistent:
Silent:

Want cheap and lag-free Minecraft hosting?

I recommend Sparked Host: affordable plans, great performance, easy panel and fast support.

🚀 Start your Minecraft Server

How to Use the Summon Command in Minecraft

The Summon command allows you to spawn any Minecraft entity at a specific position in the world. It is widely used to create maps, adventures, servers, datapacks, and automated systems, allowing you to customize mobs with names, equipment, enchantments, and many other properties.

In Java Edition, the basic syntax is:

/summon minecraft:zombie ~ ~ ~

This command summons a zombie exactly at the player's position.

Summon Command Examples (Java)

Summon a Creeper

/summon minecraft:creeper ~ ~ ~

Summon a Villager at Fixed Coordinates

/summon minecraft:villager 100 64 100

Summon a Zombie with a Custom Name

/summon minecraft:zombie ~ ~ ~ {CustomName:'{"text":"Boss"}'}

Summon a Skeleton Equipped with a Diamond Sword

/summon minecraft:skeleton ~ ~ ~ {equipment:{mainhand:{id:"minecraft:diamond_sword"}}}

Summon Command Examples (Bedrock)

Summon a Cow

/summon cow ~ ~ ~

Summon an Enderman at Fixed Coordinates

/summon enderman 100 64 100

Frequently Asked Questions

How do I use the summon command in Minecraft?

Choose the entity, set the coordinates, and if you want, customize its name, equipment, enchantments, drop chances, and other settings. Then execute a command like: /summon minecraft:zombie ~ ~ ~

Can I equip mobs with armor and weapons?

Yes. The generator lets you equip entities with items in the main hand, off hand, helmet, chestplate, leggings, boots, and other compatible equipment, as well as configure the drop chance for each item.

Can I add enchantments and custom names?

Yes. You can create custom names with colors and formatting, add equipment, define tags, and automatically configure various entity attributes.

Does the summon command work in Bedrock Edition?

Yes. However, some customization options and parts of the syntax may differ from Java Edition.

Can I use relative coordinates with the summon command?

Yes. Simply use the ~ symbol in the coordinates, for example: /summon minecraft:zombie ~ ~1 ~