Skip to main content
Glama

MCPMC (Minecraft MCP)

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" }
Install Server

Other Tools from MCPMC (Minecraft MCP)

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/gerred/mcpmc'

If you have feedback or need assistance with the MCP directory API, please join our Discord server