summon_entity
Summon any entity at specified coordinates in Minecraft, with optional NBT data for custom behaviors.
Instructions
Summon an entity at specific coordinates with optional NBT data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | Spawn X coordinate | |
| y | Yes | Spawn Y coordinate | |
| z | Yes | Spawn Z coordinate | |
| nbt | No | Optional NBT data tag string (e.g. '{NoAI:1b}') | |
| entity | Yes | Entity type id (e.g. 'zombie', 'minecraft:creeper') |