MCPMC (Minecraft MCP)

by gerred
Verified

dig_area_relative

Clear blocks in a defined area relative to the bot's position. Use relative coordinates to specify the start and end points for efficient space clearing in Minecraft.

Instructions

Dig multiple blocks in an area relative to the bot's current position. Coordinates use the same relative system as dig_block_relative. Use this for clearing spaces.

Input Schema

NameRequiredDescriptionDefault
endYes
startYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "end": { "$ref": "#/properties/start" }, "start": { "additionalProperties": false, "properties": { "dx": { "type": "number" }, "dy": { "type": "number" }, "dz": { "type": "number" } }, "required": [ "dx", "dy", "dz" ], "type": "object" } }, "required": [ "start", "end" ], "type": "object" }

Other Tools from MCPMC (Minecraft MCP)

Related Tools

ID: 3ih9dz9kfv