diff --git a/Chat-Command-Reference.md b/Chat-Command-Reference.md index 404a727..f4e3358 100644 --- a/Chat-Command-Reference.md +++ b/Chat-Command-Reference.md @@ -1262,7 +1262,9 @@ This also synchronises with WorldEdit, as all other WorldEditAdditions commands ``` -### `//scol [ ] ` (**REMOVED** in v1.15) +### `//scol [ ] ` +> [!WARNING] +> **REMOVED** in v1.15 in favour of [`//srel`](#srel) 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 @@ -1271,7 +1273,9 @@ Short for _select column_. Sets the pos2 at a set distance along 1 axis from pos //scol x 3 ``` -### `//srect [ []] ` (**REMOVED** in v1.15) +### `//srect [ []] ` +> [!WARNING] +> **REMOVED** in v1.15 in favour of [`//srel`](#srel) 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 @@ -1282,7 +1286,9 @@ Short for _select rectangle_. Sets the pos2 at a set distance along 2 axes from ``` -### `//scube [ [ []]] ` (**REMOVED** in v1.15) +### `//scube [ [ []]] ` +> [!WARNING] +> **REMOVED** in v1.15 in favour of [`//srel`](#srel) 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. ```weacmd @@ -1402,7 +1408,9 @@ Name | Description ``: If `` == odd or even | Does nothing ``: If `` == equal | Overrides `` and sets all `` axes equal to itself -### `//sfactor []` (**REMOVED** in v1.15) +### `//sfactor []` +> [!WARNING] +> **REMOVED** in v1.15 in favour of [`//sgrow`](#sgrow) and [`//sshrink`](#sshrink) 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: