diff --git a/Chat-Command-Reference.md b/Chat-Command-Reference.md index d6cffde..ef675de 100644 --- a/Chat-Command-Reference.md +++ b/Chat-Command-Reference.md @@ -1262,19 +1262,36 @@ This also synchronises with WorldEdit, as all other WorldEditAdditions commands ``` -### `//scol [ ] ` -#### === DEPRECATED === -Please use `//srel` instead. +### `//scol [ ] {REMOVED (v1.15)}` +Short for _select column_. Sets the pos2 at a set distance along 1 axis from pos1. If the axis isn't specified, defaults the direction you are facing. Implementation thanks to @VorTechnix. + +```weacmd +**REMOVED** in favour of `//srel` +//scol 10 +//scol x 3 +``` + +### `//srect [ []] {REMOVED (v1.15)}` +Short for _select rectangle_. Sets the pos2 at a set distance along 2 axes from pos1. If the axes aren't specified, defaults to positive y and the direction you are facing. Implementation thanks to @VorTechnix. + +```weacmd +**REMOVED** in favour of `//srel` +//srect x z 10 +//srect 3 +//srect -z y 25 +``` -### `//srect [ []] ` -#### === DEPRECATED === -Please use `//srel` instead. +### `//scube [ [ []]] {REMOVED (v1.15)}` +Short for _select cube_. Sets the pos2 at a set distance along 3 axes from pos1. If the axes aren't specified, defaults to positive y, the direction you are facing and the axis to the left of facing. Implementation thanks to @VorTechnix. - -### `//scube [ [ []]] ` -#### === DEPRECATED === -Please use `//srel` instead. +```weacmd +**REMOVED** in favour of `//srel` +//scube 5 +//scube z a y 12 +//scube x z 3 +//scube -z 12 +``` ### `//scloud <0-6|stop|reset>` @@ -1385,9 +1402,24 @@ Name | Description ``: If `` == odd or even | Does nothing ``: If `` == equal | Overrides `` and sets all `` axes equal to itself -### `//sfactor []` -#### === Deprecated === -Use `//sgrow` and `//sshrink` instead. +### `//sfactor [] {REMOVED (v1.15)}` +Short for _selection factor_; alias: `//sfac`. Built specifically for use with `//maze`, this command sets targeted axes equal to the nearest multiple of `` based on the ``. + +Usage examples: + +```weacmd +**REMOVED** in favour of `//sgrow` and `//sshrink` +//sfac grow 5 +//sfac avg 3 xy +``` + +#### ``: grow|shrink|average + +Value | Description +--------|-------------- +`grow` | Rounds the length of each target axis up to the nearest multiple of `` +`shrink` | Rounds the length of each target axis down to the nearest multiple of `` +`average`/`avg` | Takes the average of all axes specified in `` and then for each specified axis grows or shrinks it, depending on whether it is less than or greater than the average, to the nearest multiple of `` ### `//sstack` Displays the contents of your per-user selection stack. This stack can be pushed to and popped from rather like a stack of plates. See also `//spush` (for pushing to the selection stack) and `//spop` (for popping from the selection stack). diff --git a/README.md b/README.md index 71287e4..f63744b 100644 --- a/README.md +++ b/README.md @@ -76,9 +76,9 @@ The detailed explanations have moved! Check them out [here](https://worldeditadd - [`//uasparse `](https://worldeditadditions.mooncarrot.space/Reference/#uasparse) _(new in v1.15)_ ### Selection - - [~~`//scol`~~ DEPRECATED](https://worldeditadditions.mooncarrot.space/Reference/#scol) - - [~~`//srect`~~ DEPRECATED](https://worldeditadditions.mooncarrot.space/Reference/#srect) - - [~~`//scube`~~ DEPRECATED](https://worldeditadditions.mooncarrot.space/Reference/#scube) + - [~~`//scol [ ] `~~](https://worldeditadditions.mooncarrot.space/Reference/#scol) (REMOVED in v1.15) + - [~~`//srect [ []] `~~](https://worldeditadditions.mooncarrot.space/Reference/#srect) (REMOVED in v1.15) + - [~~`//scube [ [ []]] `~~](https://worldeditadditions.mooncarrot.space/Reference/#scube) (REMOVED in v1.15) - [`//scloud <0-6|stop|reset>`](https://worldeditadditions.mooncarrot.space/Reference/#scloud) - [`//scentre`](https://worldeditadditions.mooncarrot.space/Reference/#scentre) - [`//sgrow `](https://worldeditadditions.mooncarrot.space/Reference/#sgrow) _(new in v1.15)_ @@ -89,7 +89,7 @@ The detailed explanations have moved! Check them out [here](https://worldeditadd - [`//spush`](https://worldeditadditions.mooncarrot.space/Reference/#spush) - [`//spop`](https://worldeditadditions.mooncarrot.space/Reference/#spop) - [`//sshift `](https://worldeditadditions.mooncarrot.space/Reference/#sshift) - - [~~`//sfactor`~~ DEPRECATED](https://worldeditadditions.mooncarrot.space/Reference/#sfactor) + - [~~`//sfactor []`~~](https://worldeditadditions.mooncarrot.space/Reference/#sfactor) (REMOVED in v1.15) - [`//pos `](https://worldeditadditions.mooncarrot.space/Reference/#pos) - [`//pos1`](https://worldeditadditions.mooncarrot.space/Reference/#pos1) - [`//pos2`](https://worldeditadditions.mooncarrot.space/Reference/#pos2)