List nearby entities
get_nearby_entitiesList nearby entities (mobs, players, items) with their ids, types, positions, and distances. Use these ids to attack or interact with them.
Instructions
List entities near the player (mobs, players, items, ...) with their ids, types, positions and distances. Entity ids are used with attack and interact_entity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| player | No | Online player name (defaults to the first online player) | |
| radius | No | Search radius in blocks (default 16, max 64) |