From ea25e36f3cd57e2b0b2a99a063a51e7673c53929 Mon Sep 17 00:00:00 2001 From: VorTechnix <45538536+VorTechnix@users.noreply.github.com> Date: Tue, 17 Sep 2024 16:19:05 -0700 Subject: [PATCH] doc updates --- Chat-Command-Reference.md | 40 ++++++++++++++++++--------------------- README.md | 14 ++++++++------ 2 files changed, 26 insertions(+), 28 deletions(-) diff --git a/Chat-Command-Reference.md b/Chat-Command-Reference.md index d3d9c88..6ae04c8 100644 --- a/Chat-Command-Reference.md +++ b/Chat-Command-Reference.md @@ -1130,17 +1130,17 @@ This command is intended for debugging and development purposes, but if you're i --> ### Unified Axis Syntax (UAS) -The Unified Axis Syntax system allows users to input direction and distance information in three dimensions using "natural" language. The key features include axis clumping, double negatives, relative directions, mirroring and compass directions (more information below). +The Unified Axis Syntax system allows users to input direction and distance information in three dimensions using "natural" measurement syntax. The key features include axis clumping, double negatives, relative directions, mirroring and compass directions (more information below). *Note: negatives can be applied to axes, directions **AND** distances* #### Relative Directions |Key Words | Interpretation| |----------|---------------| -|f[ront]\|facing\|? | The direction the player is facing most toward in the world -|b[ack]\|behind\|rear | The opposite of the direction the player is facing most toward in the world -|l[eft] | The direction to the left of the player -|r[ight] | The direction to the right of the player +|`f[ront]\|facing\|?` | The direction the player is facing most toward in the world +|`b[ack]\|behind\|rear` | The opposite of the direction the player is facing most toward in the world +|`l[eft]` | The direction to the left of the player +|`r[ight]` | The direction to the right of the player ```weacmd back 1 @@ -1151,12 +1151,12 @@ f r 4 #### Compass Directions |Key Words | Interpretation| |----------|---------------| -|n[orth] | z -|s[outh] | -z -|e[ast] | x -|w[est] | -x -|u[p] | y -|d[own] | -y +|`n[orth]` | z +|`s[outh]` | -z +|`e[ast]` | x +|`w[est]` | -x +|`u[p]` | y +|`d[own]` | -y ```weacmd south 3 @@ -1167,23 +1167,19 @@ e d -2 #### Axis Clumping Supported axes are `x`, `y`, `z`, `h`, `v`. All horizontal axes are covered by `h` and both vertical ones are covered by `v`. -```weacmd -h 5 == xz -xz 5 == x 5 z 5 x -5 z -5 -v 5 == up down 5 == y -y 5 -vxz 5 == xyz -y 5 == xyz 5 y -5 -``` +- `h 5` == `xz -xz 5` == `x 5 z 5 x -5 z -5` +- `v 5` == `up down 5` == `y -y 5` +- `vxz 5` == `xyz -y 5` == `xyz 5 y -5` #### Inference and Omnidirectionality -The UAK parser takes command input that is split by whitespace and interprets it as a series of values preceded by directional cues. If a number is preceded by another number or nothing it assumes that the number is to be applied on all axes in both positive and negative directions. +The UAS parser takes command input that is split by whitespace and interprets it as a series of numbers preceded by directional cues. If a number is preceded by another number or nothing it assumes that the number is to be applied on all axes in both positive and negative directions. -```weacmd -10 == hv 10 == xyz -xyz 10 -x 3 6 == x 3 hv 6 -``` +- `10` == `hv 10` == `xyz -xyz 10` +- `x 3 6` == `x 3 hv 6` From the above examples you can also see the principle of inference. All direction modifiers before a value are interpreted as belonging to that value. So `x v 5` is equivalent to `x 5 v 5` and `xv 5`. -Because UAK attempts to parse "natural" language, there are many ways to express the same direction and distance. This caters to users with different ways of thinking and different play styles which will hopefully make the tools easier to use. +Because UAS parses "natural" measurement syntax, there are many ways to express the same direction and distance. This caters to users with different ways of thinking and different play styles which will hopefully make the tools easier to use. ### `//unmark` Hides the in-game UI that indicates where the current positions and region are located. diff --git a/README.md b/README.md index 992fb54..5c03eda 100644 --- a/README.md +++ b/README.md @@ -75,18 +75,20 @@ The detailed explanations have moved! Check them out [here](https://worldeditadd - [`//ngroups [v[erbose]]`](https://worldeditadditions.mooncarrot.space/Reference/#ngroups) ### Selection - - [`//scol [ ] `](https://worldeditadditions.mooncarrot.space/Reference/#scol) - - [`//srect [ []] `](https://worldeditadditions.mooncarrot.space/Reference/#srect) - - [`//scube [ [ []]] `](https://worldeditadditions.mooncarrot.space/Reference/#scube) + - [~~`//scol`~~ DEPRECATED](https://worldeditadditions.mooncarrot.space/Reference/#scol) + - [~~`//srect`~~ DEPRECATED](https://worldeditadditions.mooncarrot.space/Reference/#srect) + - [~~`//scube`~~ DEPRECATED](https://worldeditadditions.mooncarrot.space/Reference/#scube) - [`//scloud <0-6|stop|reset>`](https://worldeditadditions.mooncarrot.space/Reference/#scloud) - [`//scentre`](https://worldeditadditions.mooncarrot.space/Reference/#scentre) - - [`//srel [ [ ]]`](https://worldeditadditions.mooncarrot.space/Reference/#srel) + - [`//sgrow `](https://worldeditadditions.mooncarrot.space/Reference/#sgrow) + - [`//srel `](https://worldeditadditions.mooncarrot.space/Reference/#srel) - [`//smake [ []]`](https://worldeditadditions.mooncarrot.space/Reference/#smake) + - [`//sshrink `](https://worldeditadditions.mooncarrot.space/Reference/#sshrink) - [`//sstack`](https://worldeditadditions.mooncarrot.space/Reference/#sstack) - [`//spush`](https://worldeditadditions.mooncarrot.space/Reference/#spush) - [`//spop`](https://worldeditadditions.mooncarrot.space/Reference/#spop) - - [`//sshift [ [ ]]`](https://worldeditadditions.mooncarrot.space/Reference/#sshift) - - [`//sfactor []`](https://worldeditadditions.mooncarrot.space/Reference/#sfactor) + - [`//sshift `](https://worldeditadditions.mooncarrot.space/Reference/#sshift) + - [~~`//sfactor`~~ DEPRECATED](https://worldeditadditions.mooncarrot.space/Reference/#sfactor) - [`//pos `](https://worldeditadditions.mooncarrot.space/Reference/#pos) - [`//pos1`](https://worldeditadditions.mooncarrot.space/Reference/#pos1) - [`//pos2`](https://worldeditadditions.mooncarrot.space/Reference/#pos2)