Jump to content

/Replace: Difference between revisions

From fCraft Wiki
No edit summary
No edit summary
 
Line 35: Line 35:
*{{cmd|ReplaceNot}}
*{{cmd|ReplaceNot}}
*{{cmd|ReplaceBrush}}
*{{cmd|ReplaceBrush}}
{{LastUpdated|2000}}

Latest revision as of 05:56, 9 June 2013

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).