Jump to content

/CuboidW

From fCraft Wiki
Revision as of 02:30, 22 May 2011 by F (talk | contribs) (Created page with "{{CommandBox |name=CuboidW |purpose=Draws a wireframe outline of a box. |aliases=/CubW, /CW, /BFB |uses=/CuboidW /CuboidW Block /CuboidW Frame Filling |cat=Building |perm=Draw ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Command
CuboidW

Draws a wireframe outline of a box.

Aliases/CubW, /CW, /BFB
Usage

/CuboidW

/CuboidW Block

/CuboidW Frame Filling

CategoryBuilding
Required permissionsDraw
Usable from console?No
Introduced in[[Version history#{{{v}}}|fCraft {{{v}}}]]


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 worlds), 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

Draws the box made of a given block type. The inside is left untouched.

/CuboidW FrameBlock FillingBlock

Draws the box made of a given block type. The inside is filled with FillingBlock type. If you want to hollow out the inside, use "air" for FillingBlock.

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).
  • 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.