/figure Command
Builds common 3D geometric shapes using any Minecraft block. Large structures are generated in batches to reduce lag.
Syntax
"/figure <type> <center> <block> <size> [mode] [height] [extra]"
Parameters
- type: The shape to build
- "cube"
- "sphere"
- "cylinder"
- "pyramid"
- "toroid"
- "helix"
- "gyroid"
- "torusknot"
- center: The center (or starting point for vertical shapes) of the figure.
- block: The block used to construct the figure.
- size: Primary size parameter. Its meaning depends on the selected shape.
- mode (optional):
- "solid" (default)
- "hollow"
- height (optional): Used by cylinder, pyramid, and helix.
- extra (optional): A comma-separated list of additional values. The required values depend on the selected shape.
Extra Values by Shape
- Toroid: "innerRadius,thickness"
- Helix: "turns,tubeRadius"
- Gyroid: "period,bandThickness" (optional, defaults are used if omitted)
- Torus Knot: "minorRadius,tubeRadius,p,q"
Large figures are generated over multiple game ticks to help maintain server performance.

