/Cut: Difference between revisions
Appearance
Created page with "{{CommandBox |name=Cut |purpose=Cuts an area of blocks. |aliases= |uses=/Cut /Cut ReplacementBlock |cat=Building |perm=Draw CopyAndPaste |console=No |}} Cuts an area of blocks ..." |
No edit summary |
||
| Line 7: | Line 7: | ||
/Cut ReplacementBlock | /Cut ReplacementBlock | ||
|cat=Building | |cat=Building | ||
|perm=Draw CopyAndPaste | |perm=[[Draw]], [[CopyAndPaste]] | ||
|console=No | |console=No | ||
|}} | |}} | ||
Revision as of 02:35, 22 May 2011
| Command | |
| Cut Cuts an area of blocks. | |
|---|---|
| Usage |
/Cut /Cut ReplacementBlock |
| Category | Building |
| Required permissions | Draw, CopyAndPaste |
| Usable from console? | No |
| Introduced in | [[Version history#{{{v}}}|fCraft {{{v}}}]] |
Cuts an area of blocks on a map (copies and then removes original). You may use /Rotate and /Mirror commands to manipulate the copied blocks. The removal/replacement of blocks may be undone using /Undo.
Used together with /Paste and /PasteNot commands. Blocks may also be copied/pasted across worlds. Note that pasting starts at the same corner that you started copying from.
/Cut
- Copies and area, then deletes it (replaces it with air).
/Cut ReplacementBlock
- Copies and area, then fills it with a given block type.
Customizing /Cut behavior
- The volume of blocks that can be cut at once can be limited per-rank. See "Draw limit" field on ConfigTool's Ranks tab. Alternatively, set the "drawLimit" attribute on the <Rank> tag (if you are editing config.xml manually).
- Being able to undo a command requires storing a backup an area of the map. This may take up significant amounts of memory. By default, fCraft limits /Undo to the first 2,000,000 blocks that are drawn. You can change this (or remove the limit entirely) via MaxUndo config key.