This command generates a half circle with the defined radius.
-
An example use-case for this command could be something like filling in a hole in the world (picture 1).
-
Only air will be replaced by the block(s) defined with
pattern. -
By default, the half circle has a
depthof 1 block (picture 2). Once the depth defined has been reached the circle will be "cut". -
The maximum value for the
depthis the radius (picture 3). -
The default
directionis "down", but you can use always use the other direction options provided by FAWE (picture 4).
The middle of the selection in the images below are marked by a yellow block.
//fill <pattern> <radius> [depth] [direction]
worldedit.fill
This command removes all blocks with the defined block type in a
cuboid region around you (picture 1).
-
The
sizeparameter defines the distance between your position (middle point) and the border. -
By default
sizeis 50, so the command will be executed with a region in a 99 x 99 block cube.
The middle of the selection in the images below are marked by a yellow block.
//removenear <block> [size]
worldedit.removenear




