diff options
author | Uberi <azhang9@gmail.com> | 2014-07-18 15:51:09 -0400 |
---|---|---|
committer | Uberi <azhang9@gmail.com> | 2014-07-18 15:51:09 -0400 |
commit | 4b178bf709fe8f870c6c7547da292fa0ea357d73 (patch) | |
tree | 096fde7ebe7093c252f52d993c7692e5c53b8491 /Chat Commands.md | |
parent | d8aa7e72a73d925fdf946ac8bb0a9f385406747b (diff) |
Rename the randomized //set to //mix, style update, document changes.
Diffstat (limited to 'Chat Commands.md')
-rw-r--r-- | Chat Commands.md | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/Chat Commands.md b/Chat Commands.md index 8faac65..07bcfd6 100644 --- a/Chat Commands.md +++ b/Chat Commands.md @@ -98,14 +98,23 @@ Display the volume of the current WorldEdit region. //volume
-### `//set <node1> ...`
+### `//set <node>`
-Set the current WorldEdit region to a random mix of `<node1>`, `...`.
+Set the current WorldEdit region to `<node>`.
//set air
- //set cactus stone glass
- //set Bronze
- //set mesecons:wire_00000000_off
+ //set cactus
+ //set Blue Lightstone
+ //set dirt with grass
+
+### `//mix <node1> ...`
+
+Fill the current WorldEdit region with a random mix of `<node1>`, `...`.
+
+ //mix air
+ //mix cactus stone glass sandstone
+ //mix Bronze
+ //mix default:cobble air
### `//replace <search node> <replace node>`
|