From 462332d5ad420ba34579c822875cd496c8be38cf Mon Sep 17 00:00:00 2001 From: VorTechnix <45538536+VorTechnix@users.noreply.github.com> Date: Fri, 20 Sep 2024 09:47:58 -0700 Subject: [PATCH] Update Chat-Command-Reference.md --- Chat-Command-Reference.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Chat-Command-Reference.md b/Chat-Command-Reference.md index ef675de..404a727 100644 --- a/Chat-Command-Reference.md +++ b/Chat-Command-Reference.md @@ -1262,7 +1262,7 @@ This also synchronises with WorldEdit, as all other WorldEditAdditions commands ``` -### `//scol [ ] {REMOVED (v1.15)}` +### `//scol [ ] ` (**REMOVED** in 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 @@ -1271,7 +1271,7 @@ Short for _select column_. Sets the pos2 at a set distance along 1 axis from pos //scol x 3 ``` -### `//srect [ []] {REMOVED (v1.15)}` +### `//srect [ []] ` (**REMOVED** in 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 @@ -1282,7 +1282,7 @@ Short for _select rectangle_. Sets the pos2 at a set distance along 2 axes from ``` -### `//scube [ [ []]] {REMOVED (v1.15)}` +### `//scube [ [ []]] ` (**REMOVED** in 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. ```weacmd @@ -1402,7 +1402,7 @@ Name | Description ``: If `` == odd or even | Does nothing ``: If `` == equal | Overrides `` and sets all `` axes equal to itself -### `//sfactor [] {REMOVED (v1.15)}` +### `//sfactor []` (**REMOVED** in 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: