/ReplaceNot: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
| 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 == | ||
Revision as of 06:16, 9 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.
/r 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 r /sphere air water