diff options
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.
|