Summon Wolf Generator Minecraft

Minecraft 1.20.5 has changed syntax on many commands, so most commands will no longer work without an update. An update is in progress, you can check compatibility progress here. Snapshot can be selected from the dropdown menu.

« Back to Main Mob Generator

Loading
Page

Try the Commands Troubleshooting and Help page if you get stuff with server errors.

Minecraft Wolf NBT Data Tags

Wolves have only a few tags, but quite a few collar colors.

How to summon a baby wolf (wolf pup)

Like most passive mobs in Minecraft, you can summon a wolf pup by setting the Age tag to a negative number (under the "Additional" tab).

/summon minecraft:wolf ~ ~ ~ {Age:-1200} (Grows up in 60 seconds)
/summon minecraft:wolf ~ ~ ~ {Age:-6000} (Grows up in 5 minutes)

Summon Angry Wolf

You can set the wolf to be angry by the Angry tag to 1. When angry their tail becomes straight, their eyes become red and they have angry eyebrows (dun dun daaaaa).

/summon minecraft:wolf ~ ~ ~ {Angry:1}

How to set wolf collar color on summon

You can preset the wolf's collar color by setting the CollarColor Tag. The color is present even for wild wolves (but does not render), if you want the collar to appear you'll need to set OwnerUUID tag as well (under additional options).

/summon minecraft:wolf ~ ~ ~ {CollarColor:6} (pink example)

Summon wolf owned by player, Owner NBT Data Tag (1.16+)

You can set which player owns the wolf by setting the UUID, which is now a int-array.

/summon minecraft:wolf ~ ~ ~ [I;-132296786,2112623056,-1486552928,-920753162]

Summon wolf owned by player, OwnerUUID NBT Data Tag (before 1.16)

You can set which player owns the wolf by setting the UUID.

/summon minecraft:wolf ~ ~ ~ {OwnerUUID:00000000-0000-0000-0000-000000000000}

Suggestions or found a bug

Leave me a comment/like on:
Planet Minecraft
Reddit

Minecraft Versions Permalinks

If you're looking for a particular summon mob generator you can link to these specific versions of the command generator.

By Version