Skip to content
[/craft]

Summon Killer Bunny (The Killer Rabbit)

Spawn the hidden hostile rabbit variant

✅ Verified for Java 26.2 · Bedrock 26.32 — checked June 2026

Summons the Killer Bunny, a hidden white rabbit with red eyes that hunts and attacks players and wolves. It moves fast and hits hard, making it a fun surprise trap. RabbitType:99 is the special aggressive variant.

/summon rabbit ~ ~ ~ {RabbitType:99}
36 characters

How to use

  1. Open chat (T on Java).
  2. Paste the command and press Enter.
  3. A white rabbit with red eyes spawns and charges nearby players.

Related commands

Spawn a charged creeper that creates a larger explosion

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

Spawn the huge Java-only giant zombie mob

/summon giant ~ ~ ~

Create a villager selling diamonds for one emerald

/summon villager ~ ~ ~ {Offers:{Recipes:[{buy:{id:"minecraft:emerald",count:1},sell:{id:"minecraft:diamond",count:1},maxUses:999999}]}}

Spawn a skeleton riding a spider

/summon spider ~ ~ ~ {Passengers:[{id:"minecraft:skeleton"}]}

Spawn a baby zombie riding a chicken

/summon chicken ~ ~ ~ {Passengers:[{id:"minecraft:zombie",IsBaby:1b}]}

Create floating hologram text with no entity behind it

/summon text_display ~ ~1 ~ {text:'{"text":"Hello World","color":"gold","bold":true}',billboard:"center"}