diff options
author | Anthony Zhang <azhang9@gmail.com> | 2013-06-18 15:05:49 -0400 |
---|---|---|
committer | Anthony Zhang <azhang9@gmail.com> | 2013-06-18 15:05:49 -0400 |
commit | d4187866db261192b82930cd561172761dcc83e4 (patch) | |
tree | 1b821588cd7d03e1e5f37e9aa94be9faeba03a77 /Chat Commands.md | |
parent | 74018dab9963af589a06441c6bd39fcef4fa564b (diff) |
Add `//scale <factor>` command (suggested by Jordach), fix transposition description in docs.
Diffstat (limited to 'Chat Commands.md')
-rw-r--r-- | Chat Commands.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Chat Commands.md b/Chat Commands.md index 4b39526..bba8762 100644 --- a/Chat Commands.md +++ b/Chat Commands.md @@ -166,6 +166,14 @@ Stack the current WorldEdit region along the x/y/z/? axis <count> times. //stack z +5
//stack ? 12
+### //scale <factor>
+
+Scale the current WorldEdit positions and region by a factor of positive integer <factor> with position 1 as the origin.
+
+ //scale 2
+ //scale 1
+ //scale 10
+
### //transpose x/y/z/? x/y/z/?
Transpose the current WorldEdit positions and region along the x/y/z/? and x/y/z/? axes.
|