From bf8e2a82333ee225deff52ee9ccbb39222216df6 Mon Sep 17 00:00:00 2001 From: Kyle Date: Thu, 18 Oct 2012 18:10:30 -0700 Subject: Dual-based cylinder --- ChatCommands.md | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) (limited to 'ChatCommands.md') diff --git a/ChatCommands.md b/ChatCommands.md index be885c0..9d3f9d8 100644 --- a/ChatCommands.md +++ b/ChatCommands.md @@ -175,23 +175,35 @@ Add dome centered at WorldEdit position 1 with radius ``, composed of `< //dome -12 glass //dome 17 mesecons:wire_00000000_off -### `//hollowcylinder x/y/z/? ` +### `//hollowcylinder x/y/z/? [radius2] ` -Add hollow cylinder at WorldEdit position 1 along the x/y/z/? axis with length `` and radius ``, composed of ``. +Add hollow cylinder at WorldEdit position 1 along the x/y/z/? axis with length ``, base radius `` (and top radius `[radius2]`), composed of ``. + +Despite its name this command allows you to create cones (`radius2` = 0) as well as any shapes inbetween (0 < `radius2` < `radius1`). +Swapping `radius1` and `radius2` will create the same object but upside-down. //hollowcylinder x +5 8 Bronze Block //hollowcylinder y 28 10 glass //hollowcylinder z -12 3 mesecons:wire_00000000_off //hollowcylinder ? 2 4 default:stone -### `//cylinder x/y/z/? ` + //hollowcylinder y 10 10 0 walls:cobble + //hollowcylinder x 6 0 5 Dirt + //hollowcylinder z 20 10 20 default:desert_stone + +### `//cylinder x/y/z/? [radius2] ` -Add cylinder at WorldEdit position 1 along the x/y/z/? axis with length `` and radius ``, composed of ``. +Add cylinder at WorldEdit position 1 along the x/y/z/? axis with length ``, base radius `` (and top radius `[radius2]`), composed of ``. +Can also create shapes other than cylinders, e.g. cones (see documentation above). //cylinder x +5 8 Bronze Block //cylinder y 28 10 glass //cylinder z -12 3 mesecons:wire_00000000_off //cylinder ? 2 4 default:stone + + //cylinder y 10 10 0 walls:cobble + //cylinder x 6 0 5 Dirt + //cylinder z 20 10 20 default:desert_stone ### `//hollowpyramid x/y/z? ` @@ -432,4 +444,4 @@ or vertically in the y axis `[v]`. Contracts the selection in all directions by ``. If specified, the selection can be contracted horizontally in the x and z axes `[h]` or vertically in the y axis `[v]`. - //outset v 5 \ No newline at end of file + //outset v 5 -- cgit v1.2.3