Summon Creeper Generator Summon Mob Generator for Java 1.20

Update 2.41, you may need to clear cache for updated files.
Loading
Page

Try the Commands Troubleshooting and Help page if you get stuff with server errors. Found a bug or want a feature, let us know on reddit.

Minecraft Creeper NBT Data Tags

Creepers have only a few tags, and that's basically to make them explode.

How to summon a charged Creeper

The NBT tag for a charge creeper is a powered creeper. The powered tag takes 1 to enable, or 0 for a normal creeper. 0 is also the same as not including the tag.

/summon minecraft:creeper ~ ~ ~ {powered:1}

How to summon a exploding Creepers

You can force a creeper to explode on summon by using the ignited NBT tag. The ignited tag takes 1 to enable, or 0 which is also the same as not including the tag. You'll also need to include the powered tag to force the explosion.

/summon minecraft:creeper ~ ~ ~ {powered:1, explode:1}

Minecraft Versions Permalinks

If you find yourself using a particular version all the time, you can link directly. There is some crossover between versions, so there will be quirks.

Version History

13 Aug 2026
minecraft/command-generator 2.41

addedUUID converter
patchFix for issue with items not re-encoding correctly for items, trades and containers
patchTrades for 1.20.4 and earlier now auto add Count if missing

6 Aug 2026
minecraft/command-generator 2.40

addedRefactored code base internally
patchSlime and Magma cubes, added isBaby tag
patchSulfur cubes added Size, and isBaby tags

30 Jul 2026
minecraft/command-generator 2.39

addedFull Mob Generator v2 rollout
patchMob spawner command generation


Read version history »
(129 More Updates)