/ReplaceNot
Appearance
| 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