mcp-minecraft

by yuniko-software
Verified

find-entity

Find the nearest entity of a specific type

Input Schema

NameRequiredDescriptionDefault
maxDistanceNoMaximum search distance (default: 16)
typeNoType of entity to find (empty for any entity)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "maxDistance": { "description": "Maximum search distance (default: 16)", "type": "number" }, "type": { "description": "Type of entity to find (empty for any entity)", "type": "string" } }, "type": "object" }