File tree 1 file changed +35
-0
lines changed
1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change @@ -386,3 +386,38 @@ This mode can be left with `//mtschemprob finish`. `//mtschemprob get` will disp
386
386
Clears all objects within the WorldEdit region.
387
387
388
388
//clearobjects
389
+
390
+ ### ` //shift x/y/z/?/up/down/left/right/front/back [+|-]<amount> `
391
+
392
+ Shifts the selection area by [ +|-] <amount > without touching its contents. The shifting axis can be absolute (x/y/z) or
393
+ relative (up/down/left/right/front/back).
394
+
395
+ //shift left 5
396
+
397
+ ### ` //expand [+|-]x/y/z/?/up/down/left/right/front/back <amount> [reverse-amount] `
398
+
399
+ Expands the selection by <amount > in the selected absolute or relative axis. If specified, the selection can be expanded in the
400
+ opposite direction iver the same axis by [ reverse-amount]
401
+
402
+ //expand right 7 5
403
+
404
+ ### ` //contract [+|-]x/y/z/?/up/down/left/right/front/back <amount> [reverse-amount] `
405
+
406
+ Contracts the selection by <amount > in the selected absolute or relative axis. If specified, the selection can be contracted in the
407
+ opposite direction iver the same axis by [ reverse-amount]
408
+
409
+ //expand right 7 5
410
+
411
+ ### ` //outset [h|v] <amount> `
412
+
413
+ Expands the selection in all directions by <amount >. If specified, the selection can be expanded horizontally in the x and z axes [ h]
414
+ or vertically in the y axis [ v] .
415
+
416
+ //outset v 5
417
+
418
+ ### ` //inset [h|v] <amount> `
419
+
420
+ Contracts the selection in all directions by <amount >. If specified, the selection can be contracted horizontally in the x and z axes [ h]
421
+ or vertically in the y axis [ v] .
422
+
423
+ //outset v 5
You can’t perform that action at this time.
0 commit comments