Jump to content

/CuboidW: Difference between revisions

From fCraft Wiki
Hellenion (talk | contribs)
Forgot the CommandBox
No edit summary
 
(5 intermediate revisions by 2 users not shown)
Line 6: Line 6:


/CuboidW Block
/CuboidW Block
/CuboidW Frame
|cat=Building
|cat=Building
|perm=Draw
|perm={{rperm|Draw}}
|console=No
|console=No
|v=0.494
|v=0.494
|}}
|}}


Draws a wireframe outline of a box, optionally filling the inside with another block type. After entering the command you need to mark 2 opposing corners of the area. You can do that either by clicking the blocks (building or deleting works), or using the [[/Mark]] command. The results of [[/CuboidW]] can be undone using [[/Undo]].
Draws a wireframe outline of a box, optionally filling the sides or the center with another block type. After entering the command you need to mark 2 opposing corners of the area. You can do that either by clicking the blocks (building or deleting works), or using the {{cmd|Mark}} command. The results of {{cmd|CuboidW}} can be undone using {{cmd|Undo}}.


==<code>/CuboidW</code>==
==<code>/CuboidW</code>==
Line 20: Line 18:


==<code>/CuboidW FrameBlock</code>==
==<code>/CuboidW FrameBlock</code>==
:Draws the box made of a given block type. The inside is left untouched.
{{BrushNotice}}
:Draws a wireframe box made of a given block type. Sides and the center are left untouched.
 
==<code>/CuboidW FrameBlock SideBlock</code>==
{{BrushNotice}}
:Draws a wireframe box, and fills the sides as well. The center is left untouched.
 
==<code>/CuboidW FrameBlock SideBlock CenterBlock</code>==
{{BrushNotice}}
:Draws a wireframe box, fills the sides, and fills the center as well.


==Customizing /CuboidW behavior==
==Customizing /CuboidW behavior==
*The volume of blocks that can be drawn 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).
{{CustomizingDrawCommandBehavior}}
*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==
:*{{cmd|Cuboid}}
:*{{cmd|CuboidH}}


{{LastUpdated|605}}
{{LastUpdated|2150}}

Latest revision as of 10:55, 25 August 2013

Command
CuboidW

Draws a wireframe outline of a box.

Aliases/BFB, /CW
Usage

/CuboidW

/CuboidW Block

CategoryBuilding
Required permissionsDraw
Usable from console?No
Introduced infCraft 0.494


Draws a wireframe outline of a box, optionally filling the sides or the center with another block type. After entering the command you need to mark 2 opposing corners of the area. You can do that either by clicking the blocks (building or deleting works), or using the /Mark command. The results of /CuboidW can be undone using /Undo.

/CuboidW

Draws the box made of whatever block player is holding. The inside is left untouched.

/CuboidW FrameBlock

This information only applies when command is used with the Normal brush.
Draws a wireframe box made of a given block type. Sides and the center are left untouched.

/CuboidW FrameBlock SideBlock

This information only applies when command is used with the Normal brush.
Draws a wireframe box, and fills the sides as well. The center is left untouched.

/CuboidW FrameBlock SideBlock CenterBlock

This information only applies when command is used with the Normal brush.
Draws a wireframe box, fills the sides, and fills the center as well.

Customizing /CuboidW behavior

  • The volume of blocks that can be drawn at once can be limited per-rank. See "Draw limit" field on ConfigGUI's Ranks tab. If you are editing config.xml manually, set the "drawLimit" attribute on the <Rank> tag.
  • Being able to undo a command requires storing a backup of 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.