/Cut: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
|uses=/Cut | |uses=/Cut | ||
/Cut FillBlock | /Cut <FillBlock> | ||
|cat=Building | |cat=Building | ||
|perm= | |perm=Draw, CopyAndPaste | ||
|console=No | |console=No | ||
|v=0.472 | |v=0.472 | ||
|}} | |}} | ||
Cuts an area of blocks out of 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]]. Use [[/CopySlot]] to select which slot to copy blocks into. Blocks may also be copied/pasted across worlds. | |||
Cuts an area of blocks | |||
==<code>/Cut</code>== | ==<code>/Cut</code>== | ||
:Copies and area, then deletes it (replaces it with air). Equivalent to <code>/Cut Air</code> | :Copies and area, then deletes it (replaces it with air). Equivalent to <code>/Cut Air</code> | ||
==<code>/Cut FillBlock</code>== | ==<code>/Cut <FillBlock></code>== | ||
:Copies and area, then fills it with a given block type. | :Copies and area, then fills it with a given block type. | ||
==Customizing /Cut behavior== | ==Customizing /Cut behavior== | ||
*The volume of blocks that can be cut at once can be limited per-rank. See "Draw limit" field on | *The volume of blocks that can be cut at once can be limited per-rank. See "Draw limit" field on ConfigGUI'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. | *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 [[List_of_config_keys#Advanced|MaxUndo]] config key. | ||
==Related Commands== | |||
*[[/CopySlot]] | |||
*[[/Paste]] | |||
*[[/PasteNot]] | |||
*[[/PasteX]] | |||
*[[/PasteNotX]] | |||
{{LastUpdated| | {{LastUpdated|1400}} | ||
Revision as of 02:35, 27 January 2012
| Command | |
| Cut Cuts an area of blocks. | |
|---|---|
| Usage |
/Cut /Cut <FillBlock> |
| Category | Building |
| Required permissions | Draw, CopyAndPaste |
| Usable from console? | No |
| Introduced in | fCraft 0.472 |
Cuts an area of blocks out of 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. Use /CopySlot to select which slot to copy blocks into. Blocks may also be copied/pasted across worlds.
/Cut
- Copies and area, then deletes it (replaces it with air). Equivalent to
/Cut Air
/Cut <FillBlock>
- 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 ConfigGUI'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.