diff options
author | sfan5 <sfan5@live.de> | 2016-10-13 17:51:01 +0200 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2016-10-13 17:51:01 +0200 |
commit | 6e2e2385e90ddc74ad68d129fbb7a94d6ee53a7f (patch) | |
tree | 824560648f64df53234e61087eee7448cbd01df5 /ChatCommands.md | |
parent | 152707a32243cf33fb0f4ff740147d0cb268246b (diff) | |
parent | 5f9efb1205fe9802f859548fc9220f98dd0fd12e (diff) |
Merge remote-tracking branch 'tmp/hollowpyramid'
Diffstat (limited to 'ChatCommands.md')
-rw-r--r-- | ChatCommands.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ChatCommands.md b/ChatCommands.md index b26e894..be885c0 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>`.
|