HackerDragon9999
Forum adept
- Joined
- Jan 18, 2023
- Messages
- 121
- Reaction score
- 21
Just use this chart
Command | Function |
---|---|
//wand or get a wooden axe | Get a selector axe. Left-click to set position 1 and right-click to set position 2. |
//set {pattern} | Fill the region between positons 1 and 2 with a block. For random fill, use //set {whatever%block1,whatever%block2} |
//outline {pattern} | Like //set, but only the blocks touching the edges of the region are changed. |
//walls {pattern} | Like //outline, but without setting the ceiling and floor of the selection. |
//sphere {pattern} {radius} //cyl {pattern} {radius} {height} | Makes a sphere or cylinder out of {pattern} with radius of {radius} blocks. |
//pyramid {pattern} {height} | Makes a pyramid out of {pattern} with {height} levels. |
//hsphere {pattern} {radius} //hcyl {pattern} {radius} {height} //hpyramid {pattern} {height} | Makes a hollow sphere, cylinder, or pyramid. |
//copy | Copies the region between positions 1 and 2. |
//cut | Copies and deletes the region between positions 1 and 2. |
//paste | Pastes the copied region at the same place relative to where you were standing when you copied it. |
//undo | Undoes the previous command. |
//redo | Undoes //undo. |
Last edited: