MCP Minecraft Remote

by nacal
Verified

followEntity

Track and follow a specific entity in Minecraft by maintaining a set distance, using the entity ID to ensure precise movement and interaction.

Instructions

Follow a specific entity

Input Schema

NameRequiredDescriptionDefault
distanceNoDistance to maintain while following
entityIdYesID of the entity to follow

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "distance": { "default": 2, "description": "Distance to maintain while following", "type": "number" }, "entityId": { "description": "ID of the entity to follow", "type": "number" } }, "required": [ "entityId" ], "type": "object" }
ID: 86ml5tqneo