Minecraft Java 26.2 Zombie Preview
Texture Preview
Zombie
Health
Default
Main Hand
None
Off Hand
None
Traits
None
Build
EquipmentArmor and hand items
Passengers
Root entity is the mount. Each passenger can contain its own nested Passengers chain.
Visual entity builder
The allay is a flying item courier: hand it any item and it hunts down matching drops nearby, then delivers what it gathers back to you or to the last note block it heard. That behavior makes /summon allay the fastest way to staff a sorting hall, stock a scavenger-hunt arena, or run a mail line without cage-hunting one out of a pillager outpost or woodland mansion.
This generator writes the NBT so each courier fits your map. A custom name tells players which allay handles which item, the glowing trait keeps it visible against busy scenery, silent strips its chime loops out of quiet builds, and customHealth pads its modest 20-point pool against stray arrows.
Every preset below compiles into one paste-ready line. Start from an example, adjust the name or traits, and place the command where the courier should begin its route.
Glowing named courier
/summon minecraft:allay ~ ~ ~ {Glowing:1b,CustomName:"Courier",CustomNameVisible:1b}The nameplate and glow outline together let players track this courier through the walls of a large sorting hall.
Unkillable sorter
/summon minecraft:allay ~ ~ ~ {Invulnerable:1b,PersistenceRequired:1b}Suits a public server hub where players might take a swing at the sorting staff.
Hovering shop display
/summon minecraft:allay ~ ~ ~ {NoAI:1b,Silent:1b,NoGravity:1b}Hangs frozen in mid-air as living signage; it never wanders, chimes, or drifts down.
Hardy mail runner
/summon minecraft:allay ~ ~ ~ {CustomName:"Postmaster",Health:40f,attributes:[{id:"minecraft:max_health",base:40}]}Double the usual health pool so a route that crosses a mob-lit courtyard does not end the mail service.
Rows appear only where the output actually changes -- copy the one that matches your world.
Java 1.16
/summon minecraft:allay ~ ~ ~ {Glowing:1b,CustomName:'{"text":"Courier"}',CustomNameVisible:1b}Java 26.2
/summon minecraft:allay ~ ~ ~ {Glowing:1b,CustomName:"Courier",CustomNameVisible:1b}Bedrock 26.x
/summon minecraft:allay "Courier" ~ ~ ~Yes. Play a music disc in a jukebox so the allay dances, then use an amethyst shard on it — it splits into two, with a five-minute wait before the next split.
Play a note block near it. The allay then drops collected items at that note block for a short window, and a hopper under the block feeds them into your storage.
Only items that match the one already in its hand. Take the held item back and give it something else to retask a courier onto a different resource.
Texture Preview
Zombie
Health
Default
Main Hand
None
Off Hand
None
Traits
None
Passengers
Root entity is the mount. Each passenger can contain its own nested Passengers chain.