Summon an entity
summon_entitySpawn a Minecraft entity at chosen coordinates, or two blocks ahead of the player by default. Specify the entity type and optional position for precise placement.
Instructions
Spawn an entity (e.g. zombie, cow, armor_stand) at the given coordinates, or 2 blocks in front of the player by default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | ||
| y | No | ||
| z | No | ||
| type | Yes | Entity type key (e.g. "zombie", "cow") | |
| player | No | Online player name (defaults to the first online player) |