WorldEdit

Using World Edit

Basic Commands Spreadsheet

//pos1 # Equivalent to left-clickging with your wooden axe.
//pos2 # Equivalent to right-clickging with your wooden axe.

//copy
//cut
//paste
//paste -a # Paste without air.
//flip # Will flip the clipboard to the direction you look at.
//rotate DEGREE # DEGREE can be 90,180,-90,-180.
//replace PATTERN_1 PATTERN_2
//deform EXPRESSION # More advanced transformations like scale and rotate.

//brush sphere PATTERN RADIUS # Sphere brush
//brush cylinder PATTERN RADIUS
/mask PATTERN # Sets a mask to only use brush on blocks in PATTERN.

//outline PATTERN # Cover every outer part of region with a pattern. 
//line PATTERN SIZE
//curve PATTERN SIZE
//cyl PATTERN RADIUS HEIGHT # Cylinder
//hcyl PATTERN RADIUS HEIGHT # Hollow Cylinder

//naturalize # Makes stone, dirt, grass layers
//forest TYPE DENSITY
//flora DENSITY

//fill PATTERN RADIUS DEPTH # Fill particular blocks around the player's feet with the cylinder's radius and bottom sphere's depth. 
//fillr PATTERN RADIUS DEPTH # Fill but recursively.
//fixwater RADIUS # Fixes broken water
//fixlava RADIUS

Advanced Masks

https://intellectualsites.gitbook.io/fastasyncworldedit/features/masks

Advanced Patterns

https://intellectualsites.gitbook.io/fastasyncworldedit/command-utilities/patterns

Advanced Selection (Cuboid, Convex, etc.)

https://intellectualsites.gitbook.io/fastasyncworldedit/basic-commands/selection

Last updated