• Hey! Register here to create your account, engage with the community, and talk about what is new!

Worldedit Basically

HackerDragon9999

Notorious member
Joined
Jan 18, 2023
Messages
105
Reaction score
19
Just use this chart
Command​
Function​
//wand or get a wooden axeGet 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.
//copyCopies the region between positions 1 and 2.
//cutCopies and deletes the region between positions 1 and 2.
//pastePastes the copied region at the same place relative to where you were standing when you copied it.
//undoUndoes the previous command.
//redoUndoes //undo.
 
Last edited:

ARMcPro

Forum adept
Overlord
Joined
Oct 20, 2020
Messages
1,252
Reaction score
351
also //cut (since you can't //move on df, you have to //cut, move then //paste)
 
Top Bottom