diff options
author | Uberi <azhang9@gmail.com> | 2014-07-06 19:42:02 -0400 |
---|---|---|
committer | Uberi <azhang9@gmail.com> | 2014-07-06 19:42:02 -0400 |
commit | 175ac211ca06af7eec9dfbc62e11e1d6eb448c03 (patch) | |
tree | 37a75c6557cfd06672598f81f0998e921c101c13 /Chat Commands.md | |
parent | b32aadd7fafdaef8c6ab1dd578860717d144d4f9 (diff) |
Documentation for `//stack2`, code style fixes, add author section to README.
Diffstat (limited to 'Chat Commands.md')
-rw-r--r-- | Chat Commands.md | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/Chat Commands.md b/Chat Commands.md index c3d5250..8faac65 100644 --- a/Chat Commands.md +++ b/Chat Commands.md @@ -98,13 +98,13 @@ Display the volume of the current WorldEdit region. //volume
-### `//set <node>`
+### `//set <node1> ...`
-Set the current WorldEdit region to `<node>`.
+Set the current WorldEdit region to a random mix of `<node1>`, `...`.
//set air
- //set cactus
- //set Bronze Block
+ //set cactus stone glass
+ //set Bronze
//set mesecons:wire_00000000_off
### `//replace <search node> <replace node>`
@@ -219,6 +219,13 @@ Stack the current WorldEdit region along the x/y/z/? axis `<count>` times. //stack z +5
//stack ? 12
+### `//stack2 <count> <x> <y> <z>`
+
+Stack the current WorldEdit region `<count>` times by offset `<x>`, `<y>`, `<z>`.
+
+ //stack2 5 3 8 2
+ //stack2 1 -1 -1 -1
+
### `//scale <factor>`
Scale the current WorldEdit positions and region by a factor of positive integer `<factor>` with position 1 as the origin.
|