Place a geometric shape
place_shapeBuild filled or hollow geometric shapes in Minecraft—spheres, domes, cylinders, cones, pyramids, lines, or circles—using custom blocks, radii, heights, and coordinates.
Instructions
Sphere, dome, cylinder, cone, pyramid, line or circle, filled or hollow. Radius r gives a diameter of 2r+1.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | line end | |
| base | No | cylinder/cone: center of the bottom disk; pyramid: min corner of the base square | |
| from | No | line start | |
| size | No | pyramid: base side length, up to 512 | |
| block | Yes | Block state, e.g. "stone" or "oak_log[axis=y]" | |
| label | No | Short label stored with the snapshot, e.g. "cottage walls" | |
| shape | Yes | ||
| world | No | overworld (default), nether, end, a minecraft:<dimension> id, or a Bukkit world folder name | |
| center | No | sphere: center; dome: center of the flat base; circle: center | |
| height | No | cylinder/cone/pyramid height in blocks, up to 512 | |
| hollow | No | ||
| radius | No | Radius in blocks along x (diameter = 2r+1), up to 256 | |
| dry_run | No | Compile and report without changing the world | |
| radius_y | No | sphere/dome: vertical radius, defaults to radius | |
| radius_z | No | Radius along z, defaults to radius | |
| snapshot | No | Snapshot the affected box first so undo can revert it (needs world read access) | |
| thickness | No | Wall thickness when hollow | |
| allow_unknown_blocks | No | Skip block-name validation (for blocks newer than the bundled registry) |