Surface heightmap
get_heightmapRetrieve surface heights and blocks for an x/z rectangle to scout building sites. Identify flat ground and determine the build level at surface y plus one.
Instructions
Surface y and surface block for an x/z rectangle, as a sampled grid (rows = z north→south, columns = x west→east). The site-scouting tool: find flat ground and the y to build at (surface y + 1).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | [x, z] | |
| from | Yes | [x, z] | |
| world | No | overworld (default), nether, end, a minecraft:<dimension> id, or a Bukkit world folder name | |
| sample | No | Print every Nth column/row; default keeps the grid within 48×48 |