Jump to content

/ReplaceNot: Difference between revisions

From fCraft Wiki
mNo edit summary
No edit summary
 
Line 19: Line 19:




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


Line 28: Line 28:




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

Latest revision as of 03:04, 26 June 2013

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.


/rn 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 rn
/sphere air water
Identical to the above command. Brush parameters can be given either to /Brush command, or to draw command (like /Sphere itself).