Build /summon commands with custom NBT for every vanilla mob — baby variants, equipment, colors, and mob-specific options.

Run /summon from an operator’s chat, a command block, or the server console. Not every internal NBT field is covered — this generates the commonly-used ones for each mob.

How to Use the Ocelot Summon Generator

  1. Type ocelot into the search box, or select it from the Passive group in the dropdown.
  2. Ocelot has no mob-specific fields – the panel shows only the common options every mob shares, since ocelots are wild-only in current versions and there’s no tamed state left to toggle.
  3. Set a custom name, health override, or behavior flag if needed, then copy the generated /summon command into a command block, server console, or operator chat.

Command Syntax & NBT Reference

Base command: /summon minecraft:ocelot ~ ~ ~, with {NBT} appended only from the shared fields above the mob panel:

  • CustomName:'{"text":"..."}' – gives the ocelot a visible name tag.
  • Health:Nf plus a matching max_health attribute – overrides its default HP.
  • NoAI:1b – stops it from wandering, fleeing, or hunting on its own.
  • Glowing:1b, Silent:1b, Invulnerable:1b, PersistenceRequired:1b – the standard flags shared across every mob in this tool.

Ocelots used to be tamable in older Minecraft versions (turning into a cat-like companion before Cats became their own separate entity), but current versions split that role entirely to the dedicated Cat entity. This generator reflects the modern behavior – no Tame field exists here because a wild ocelot in today’s game simply can’t be tamed at all.

Frequently Asked Questions

Why doesn’t this generator have a Tamed checkbox for Ocelot like it does for Cat?

Because current Minecraft versions removed ocelot taming entirely – Cats became a fully separate entity type specifically to fill that companion role, while Ocelot went back to being a purely wild jungle mob. Since there’s no valid tamed state in modern data, this generator doesn’t expose one.

Does the ocelot still flee from the player like it does in the wild?

Yes – ocelots are naturally skittish and flee when a player gets close, and that AI behavior is active on a summoned ocelot exactly as it would be on a wild one, since it’s baked into the entity type rather than gated by any NBT flag.

Can I still get a cat-like companion from this Ocelot generator?

No – for a tamable companion, use the dedicated Cat entry in this generator instead, which does include Tamed, Variant, and Collar Color fields. Ocelot and Cat are separate entities in current data, and only Cat retains the taming mechanic.

Do ocelots still scare away creepers by being nearby?

Yes – creepers (and phantoms, in later versions) avoid getting close to ocelots and cats, a passive AI effect tied to the entity type. A summoned ocelot provides this same deterrent without needing any NBT to activate it.

Related Tools