@@ -389,35 +389,35 @@ Clears all objects within the WorldEdit region.
389
389
390
390
### ` //shift x/y/z/?/up/down/left/right/front/back [+|-]<amount> `
391
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).
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
394
395
395
//shift left 5
396
396
397
397
### ` //expand [+|-]x/y/z/?/up/down/left/right/front/back <amount> [reverse-amount] `
398
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]
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 over the same axis by ` [reverse-amount] ` .
401
401
402
402
//expand right 7 5
403
403
404
404
### ` //contract [+|-]x/y/z/?/up/down/left/right/front/back <amount> [reverse-amount] `
405
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]
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 over the same axis by ` [reverse-amount] ` .
408
408
409
409
//expand right 7 5
410
410
411
411
### ` //outset [h|v] <amount> `
412
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] .
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
415
416
416
//outset v 5
417
417
418
418
### ` //inset [h|v] <amount> `
419
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] .
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
422
423
423
//outset v 5
0 commit comments