Jump to content

/Replace

From fCraft Wiki
(Redirected from /r)
Command
Replace

Replaces all blocks of specified type(s) in an area.

AliasesR
Usage

/Replace Block1 [Block2...] Replacement

CategoryBuilding
Required permissionsDraw
Usable from console?No
Introduced infCraft 0.426

Replaces all blocks of specified type(s) in an area. More than one block name may be listed to be replaced. Last block on the list is the replacement. Use /Cancel to cancel selected mode. Use /Undo to stop and undo the last command.

Use as a brush

Players with DrawAdvanced permission can use replace as a brush, with same parameters (see examples below).

Examples

/r blue water
Replace all blue blocks with water


/r red orange yellow lava
Replace all red, orange, and yellow blocks with lava


/brush r blue water
/sphere
Using /Replace as a brush, replace all blue blocks with water in the shape of a sphere. Alternatively, you could do...


/brush r
/sphere blue water
Identical to the above command. Brush parameters can be given either to /Brush command, or to draw command (like /Sphere itself).