]> git.lizzy.rs Git - worldedit.git/commitdiff
Document //stretch, remove old documentation for //scale
authorsfan5 <sfan5@live.de>
Thu, 26 Jul 2018 09:52:10 +0000 (11:52 +0200)
committerGitHub <noreply@github.com>
Thu, 26 Jul 2018 09:52:10 +0000 (11:52 +0200)
scale was replaced with stretch in 674d647

ChatCommands.md

index 47a100f88f33e6bad87145e26ba4ae41c3b94e82..a37b65a8105279fe629275d8faa2b75ea32757c5 100644 (file)
@@ -283,13 +283,13 @@ Stack the current WorldEdit region `<count>` times by offset `<x>`, `<y>`, `<z>`
     //stack2 5 3 8 2\r
     //stack2 1 -1 -1 -1\r
 \r
-### `//scale <factor>`\r
+### `//stretch <stretchx> <stretchy> <stretchz>`\r
 \r
-Scale the current WorldEdit positions and region by a factor of positive integer `<factor>` with position 1 as the origin.\r
+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.\r
 \r
-    //scale 2\r
-    //scale 1\r
-    //scale 10\r
+    //scale 2 2 2\r
+    //scale 1 2 1\r
+    //scale 10 20 1\r
 \r
 ### `//transpose x/y/z/? x/y/z/?`\r
 \r