Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Clean some documentation issues
  • Loading branch information
danierukun committed Jul 4, 2016
1 parent b922097 commit 78890dd
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions ChatCommands.md
Expand Up @@ -389,35 +389,35 @@ Clears all objects within the WorldEdit region.

### `//shift x/y/z/?/up/down/left/right/front/back [+|-]<amount>`

Shifts the selection area by [+|-]<amount> without touching its contents. The shifting axis can be absolute (x/y/z) or
relative (up/down/left/right/front/back).
Shifts the selection area by `[+|-]<amount>` 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 <amount> [reverse-amount]`

Expands the selection by <amount> 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]
Expands the selection by `<amount>` in the selected absolute or relative axis. If specified, the selection can be expanded in the
opposite direction over the same axis by `[reverse-amount]`.

//expand right 7 5
### `//contract [+|-]x/y/z/?/up/down/left/right/front/back <amount> [reverse-amount]`

Contracts the selection by <amount> 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]
Contracts the selection by `<amount>` in the selected absolute or relative axis. If specified, the selection can be contracted in the
opposite direction over the same axis by `[reverse-amount]`.

//expand right 7 5
### `//outset [h|v] <amount>`

Expands the selection in all directions by <amount>. If specified, the selection can be expanded horizontally in the x and z axes [h]
or vertically in the y axis [v].
Expands the selection in all directions by `<amount>`. 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] <amount>`

Contracts the selection in all directions by <amount>. If specified, the selection can be contracted horizontally in the x and z axes [h]
or vertically in the y axis [v].
Contracts the selection in all directions by `<amount>`. 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

0 comments on commit 78890dd

Please sign in to comment.