Clear / Dig Out Area
minecraft_clear_areaClears a cuboid area by digging out every non-air, diggable block between two corner coordinates, up to 500 blocks. Returns counts of dug and skipped blocks.
Instructions
Digs out (breaks) every non-air, diggable block in a cuboid region between two corners — for clearing land or hollowing out a room. Digs top-down.
Region is capped at 500 blocks total.
Returns: { dug: number, skipped: number, message: string }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x1 | Yes | ||
| x2 | Yes | ||
| y1 | Yes | ||
| y2 | Yes | ||
| z1 | Yes | ||
| z2 | Yes |