diff options
author | sfan5 <sfan5@live.de> | 2018-07-26 11:52:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-26 11:52:10 +0200 |
commit | 99fa0ebd752ca9102b775d78953bad858327c2af (patch) | |
tree | 1bd5e104e234ea1ece7432ecd42044de07cbb64d | |
parent | a97cccd2a15347bed0d78c599d83e72dc0b99c65 (diff) |
Document //stretch, remove old documentation for //scale
scale was replaced with stretch in 674d647
-rw-r--r-- | ChatCommands.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ChatCommands.md b/ChatCommands.md index 47a100f..a37b65a 100644 --- a/ChatCommands.md +++ b/ChatCommands.md @@ -283,13 +283,13 @@ Stack the current WorldEdit region `<count>` times by offset `<x>`, `<y>`, `<z>` //stack2 5 3 8 2
//stack2 1 -1 -1 -1
-### `//scale <factor>`
+### `//stretch <stretchx> <stretchy> <stretchz>`
-Scale the current WorldEdit positions and region by a factor of positive integer `<factor>` with position 1 as the origin.
+Scale the current WorldEdit positions and region by a factor of `<stretchx>`, `<stretchy>`, `<stretchz>` along the X, Y, and Z axes, repectively, with position 1 as the origin.
- //scale 2
- //scale 1
- //scale 10
+ //scale 2 2 2
+ //scale 1 2 1
+ //scale 10 20 1
### `//transpose x/y/z/? x/y/z/?`
|