Copy-ready starting examples
/summon minecraft:zombie ~ ~1 ~/summon minecraft:zombie ~ ~1 ~ {NoAI:1b,PersistenceRequired:1b}How to build it
- Choose the entity and spawn position.
- Add a name, equipment, health or AI settings only when required.
- Test dangerous entities in a copied world or controlled area.
Common mistakes
- Omitting the minecraft: namespace.
- Providing an incomplete coordinate triplet.
- Pasting Java NBT into Bedrock Edition.
Edition and version notes
Entity data differs substantially between editions. NoAI and detailed equipment NBT are primarily Java features.
Frequently asked questions
Can I paste these commands directly?
The short examples are intended as starting points. Confirm the edition and version, then test them in a copied world.
What should I check when a command turns red?
Check brackets, quotation marks, IDs, selectors and version support, then paste it into Command Explainer.
Does this work in both Java and Bedrock?
Entity data differs substantially between editions. NoAI and detailed equipment NBT are primarily Java features.