Skip to content
/craftcmd

Summon an Allay

Spawn an allay mob (item collector)

⚠︎ Awaiting in-game verification for Java 26.2

Spawns an allay at your position. Allays are magical floating creatures that collect items you hold and drop them back to you when nearby.

/summon allay ~ ~ ~
19 characters

How to use

  1. Open chat (T on Java, / on Bedrock) and paste the command.
  2. Press Enter — the allay spawns.
  3. Hold an item, and the allay will collect matching items from the ground and return them.

Related commands

Spawn an armor stand for displaying equipment or decoration

/summon armor_stand ~ ~ ~

Spawn a mob with a custom name displayed above its head

/summon zombie ~ ~ ~ {CustomName:'{"text":"Bob"}',CustomNameVisible:1b}
Summon an Axolotl
Summon an Axolotl Awaiting in-game verification
Both

Spawn an axolotl mob

/summon axolotl ~ ~ ~
Summon a Camel
Summon a Camel Awaiting in-game verification
Both

Spawn a camel mob (rideable)

/summon camel ~ ~ ~
Summon a Sniffer
Summon a Sniffer Awaiting in-game verification
Both

Spawn a sniffer mob (seed finder)

/summon sniffer ~ ~ ~
Summon a Wolf (Tamed)
Summon a Wolf (Tamed) Awaiting in-game verification
Java

Spawn a tamed wolf that follows you

/summon wolf ~ ~ ~ {Owner:"[PlayerUUID]",Sitting:0b,CollarColor:14}