Skip to content

Commit 99fa0eb

Browse files
authoredJul 26, 2018
Document //stretch, remove old documentation for //scale
scale was replaced with stretch in 674d647
1 parent a97cccd commit 99fa0eb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎ChatCommands.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -283,13 +283,13 @@ Stack the current WorldEdit region `<count>` times by offset `<x>`, `<y>`, `<z>`
283283
//stack2 5 3 8 2
284284
//stack2 1 -1 -1 -1
285285

286-
### `//scale <factor>`
286+
### `//stretch <stretchx> <stretchy> <stretchz>`
287287

288-
Scale the current WorldEdit positions and region by a factor of positive integer `<factor>` with position 1 as the origin.
288+
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.
289289

290-
//scale 2
291-
//scale 1
292-
//scale 10
290+
//scale 2 2 2
291+
//scale 1 2 1
292+
//scale 10 20 1
293293

294294
### `//transpose x/y/z/? x/y/z/?`
295295

0 commit comments

Comments
 (0)
Please sign in to comment.