Summons an entity at a location.
/summon[x] [y] [z] [nbt]
| Name | Required | Description |
|---|---|---|
| entity | Yes | Entity identifier to spawn. |
| x y z | No | Spawn coordinates (defaults to executor position). |
| nbt | No | Optional NBT data for the entity. |
/summon minecraft:zombie ~ ~ ~
/summon minecraft:armor_stand ~ ~ ~ {Invisible:1b}
Entity identifiers differ slightly between Java and Bedrock.