summaryrefslogtreecommitdiff
path: root/ChatCommands.md
diff options
context:
space:
mode:
authorSebastien Ponce <Sebastien.Ponce@cern.ch>2015-09-13 11:31:47 +0200
committerSebastien Ponce <Sebastien.Ponce@cern.ch>2015-09-13 22:08:04 +0200
commit5f9efb1205fe9802f859548fc9220f98dd0fd12e (patch)
tree39d5bd7cf4cb71b2f7eac71465199d881f797d68 /ChatCommands.md
parentfc037e9c82f34a6bf441dd738c1b10a510eb8b4d (diff)
Added hollow pyramids
Diffstat (limited to 'ChatCommands.md')
-rw-r--r--ChatCommands.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChatCommands.md b/ChatCommands.md
index 0c8b3a1..5b6c0c4 100644
--- a/ChatCommands.md
+++ b/ChatCommands.md
@@ -22,6 +22,9 @@ Many commands also have shorter names that can be typed faster. For example, if
| `//hdo` | `//hollowdome` |
| `//do` | `//dome` |
| `//hcyl` | `//hollowcylinder` |
+| `//cyl` | `//cylinder` |
+| `//hpyr` | `//hollowpyramid` |
+| `//pyr` | `//pyramid` |
### `//about`
@@ -190,6 +193,15 @@ Add cylinder at WorldEdit position 1 along the x/y/z/? axis with length `<length
//cylinder z -12 3 mesecons:wire_00000000_off
//cylinder ? 2 4 default:stone
+### `//hollowpyramid x/y/z? <height> <node>`
+
+Add hollow pyramid centered at WorldEdit position 1 along the x/y/z/? axis with height `<height>`, composed of `<node>`.
+
+ //hollowpyramid x 8 Diamond Block
+ //hollowpyramid y -5 glass
+ //hollowpyramid z 2 mesecons:wire_00000000_off
+ //hollowpyramid ? 12 mesecons:wire_00000000_off
+
### `//pyramid x/y/z? <height> <node>`
Add pyramid centered at WorldEdit position 1 along the x/y/z/? axis with height `<height>`, composed of `<node>`.