Jump to content

/ReplaceNot

From fCraft Wiki
Revision as of 06:02, 9 June 2013 by F (talk | contribs)
Command
ReplaceNot

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

AliasesRN
Usage

/ReplaceNot ExBlock1 [ExBlock2...] Replacement

CategoryBuilding
Required permissionsDraw
Usable from console?No
Introduced infCraft 0.452

Replaces all blocks EXCEPT specified type(s) in an area. More than one block name may be listed to be exempt from replacement. 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 replaceNot or rn as a brush, with same parameters (see examples below).

Examples

/rn air water
Replace all blocks except air with water.


/r green blue purple lava
Replace everything except green, blue, and purple blocks with lava.


/brush rn air water
/sphere
Using /ReplaceNot as a brush, replace all blocks except air with water, in the shape of a sphere. Alternatively, you could do...


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