summaryrefslogtreecommitdiff
path: root/Chat Commands.md
diff options
context:
space:
mode:
authorAnthony Zhang <azhang9@gmail.com>2013-06-18 15:05:49 -0400
committerAnthony Zhang <azhang9@gmail.com>2013-06-18 15:05:49 -0400
commitd4187866db261192b82930cd561172761dcc83e4 (patch)
tree1b821588cd7d03e1e5f37e9aa94be9faeba03a77 /Chat Commands.md
parent74018dab9963af589a06441c6bd39fcef4fa564b (diff)
Add `//scale <factor>` command (suggested by Jordach), fix transposition description in docs.
Diffstat (limited to 'Chat Commands.md')
-rw-r--r--Chat Commands.md8
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.