/ReplaceNot: Difference between revisions
Appearance
Created page with "{{CommandBox |name=ReplaceNot |purpose=Replaces all blocks EXCEPT specified type(s) in an area. |aliases=RN |uses=/ReplaceNot ExBlock1 [ExBlock2...] Replacement |cat=Building ..." |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 12: | Line 12: | ||
== Use as a brush == | == Use as a brush == | ||
:Players with {{perm|DrawAdvanced}} permission can use <code>replaceNot</code> or <code>rn</code> as a [[brush]], with same parameters (see examples below). | :Players with {{perm|DrawAdvanced}} permission can use '''<code>replaceNot</code>''' or '''<code>rn</code>''' as a [[brush]], with same parameters (see examples below). | ||
== Examples == | == Examples == | ||
/rn air water | /rn air water | ||
::Replace all blocks except air with water | ::Replace all blocks except air with water. | ||
/ | /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 | /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. | |
|---|---|
| Aliases | RN |
| Usage |
/ReplaceNot ExBlock1 [ExBlock2...] Replacement |
| Category | Building |
| Required permissions | Draw |
| Usable from console? | No |
| Introduced in | fCraft 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
replaceNotorrnas 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
/ReplaceNotas a brush, replace all blocks except air with water, in the shape of a sphere. Alternatively, you could do...
- Using
/brush rn /sphere air water