Sniffer Summon Command Generator (Java Edition) — Baby & Idle/Searching/Digging State
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 Sniffer Summon Generator
- Type sniffer into the search box, or select it from the Passive group in the dropdown.
- Toggle Is Baby for a baby sniffer instead of an adult.
- Pick a State – Idle, Searching, or Digging – to spawn it already in one of its behavior stages.
- Copy the generated
/summoncommand into a command block, server console, or operator chat.
Command Syntax & NBT Reference
Base command: /summon minecraft:sniffer ~ ~ ~ {NBT}. The two fields map to:
IsBaby:1b– spawns a baby sniffer, the stage that hatches from a Sniffer Egg and grows into an adult over time.State:"idle","searching", or"digging"– the sniffer’s current behavior stage. Idle is standing around normally; Searching is actively sniffing the ground for a dig spot; Digging is the animation where it’s actually unearthing a seed.
The Sniffer is the mob added specifically for unearthing the two ancient plant seeds – Torchflower Seeds and (via a Torchflower cross-breed) Pitcher Pods – from ground it digs in on its own, following its natural idle/searching/digging cycle. Setting State:"digging" here starts the sniffer mid-animation but doesn’t force an item to pop out immediately; the actual seed drop still follows the game’s normal digging logic once the animation plays out.
Frequently Asked Questions
Will setting State to Digging guarantee a seed appears immediately?
Not instantly – State:"digging" starts the sniffer in that animation pose, but the actual seed item still needs the digging sequence to complete in-game the same way it would for a sniffer that reached that state naturally. This generator sets the starting state, not a forced item drop.
Can a baby sniffer be set to the Digging state too?
Both fields can technically be combined, but a baby sniffer doesn’t dig for seeds in normal vanilla behavior – digging is an adult-stage activity. A baby flagged as Digging won’t produce the same result an adult would, since it hasn’t grown into that behavior yet.
Where do I get a Sniffer Egg to hatch my own, without summoning?
In survival, Sniffer Eggs come from Warm Ocean Ruins loot chests specifically – this generator’s job is summoning the fully-grown (or baby) entity directly, skipping the egg-hatching step entirely if you just want the mob in the world.
Does the sniffer still dig up ancient seeds on its own after being summoned, even with State set to Idle?
Yes – State:"idle" is just its starting pose; a summoned sniffer’s regular AI still runs afterward, so it will begin its own natural sniff/search/dig cycle looking for spots to unearth Torchflower Seeds over time, the same as a hatched one would.
Related Tools
- Armadillo Summon Generator – another recent passive-mob addition, with its own State field for rolled-up behavior.
- Spawn Egg Give Command Generator – hand a player a sniffer spawn egg instead of summoning directly.
- Give Command Generator – build a Torchflower Seed or Pitcher Pod directly instead of waiting on a dig.