MCPMC (Minecraft MCP)

follow_player

Make the bot follow a specific player

Input Schema

NameRequiredDescriptionDefault
distanceNo
usernameYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "distance": { "default": 2, "type": "number" }, "username": { "type": "string" } }, "required": [ "username" ], "type": "object" }