Warn about invalid //stretch usage

This commit is contained in:
sfan5
2018-11-15 20:48:20 +01:00
parent b37605943b
commit b2b2b9364d
2 changed files with 7 additions and 4 deletions

View File

@ -289,9 +289,9 @@ Stack the current WorldEdit region `<count>` times by offset `<x>`, `<y>`, `<z>`
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 2 2
//scale 1 2 1
//scale 10 20 1
//stretch 2 2 2
//stretch 1 2 1
//stretch 10 20 1
### `//transpose x/y/z/? x/y/z/?`