From a5e633a0588b2c472abe7c55fa618a973a55f990 Mon Sep 17 00:00:00 2001 From: Daniel Sosa Date: Wed, 18 Feb 2015 17:27:32 -0600 Subject: [PATCH] Update command documentation --- Chat Commands.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/Chat Commands.md b/Chat Commands.md index 07bcfd6..3c6a8cd 100644 --- a/Chat Commands.md +++ b/Chat Commands.md @@ -374,3 +374,38 @@ This mode can be left with `//mtschemprob finish`. `//mtschemprob get` will disp Clears all objects within the WorldEdit region. //clearobjects + +### `//shift x/y/z/?/up/down/left/right/front/back [+|-]` + +Shifts the selection area by [+|-] without touching its contents. The shifting axis can be absolute (x/y/z) or +relative (up/down/left/right/front/back). + + //shift left 5 + +### `//expand [+|-]x/y/z/?/up/down/left/right/front/back [reverse-amount]` + +Expands the selection by in the selected absolute or relative axis. If specified, the selection can be expanded in the +opposite direction iver the same axis by [reverse-amount] + + //expand right 7 5 + +### `//contract [+|-]x/y/z/?/up/down/left/right/front/back [reverse-amount]` + +Contracts the selection by in the selected absolute or relative axis. If specified, the selection can be contracted in the +opposite direction iver the same axis by [reverse-amount] + + //expand right 7 5 + +### `//outset [h|v] ` + +Expands the selection in all directions by . If specified, the selection can be expanded horizontally in the x and z axes [h] +or vertically in the y axis [v]. + + //outset v 5 + +### `//inset [h|v] ` + +Contracts the selection in all directions by . If specified, the selection can be contracted horizontally in the x and z axes [h] +or vertically in the y axis [v]. + + //outset v 5 \ No newline at end of file