diff --git a/Chat-Command-Reference.md b/Chat-Command-Reference.md index c68b360..40032c3 100644 --- a/Chat-Command-Reference.md +++ b/Chat-Command-Reference.md @@ -712,6 +712,13 @@ Pops a selection off your per-user selection stack and applies it to the current //spop ``` +## `//mcount` +Alias for [`//count`](#count). + +``` +//mface +``` + ## `//mface` Returns the horizontal (X/Z) axis or axes the player is looking along. diff --git a/README.md b/README.md index 0db3fd5..58a7adc 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,13 @@ The detailed explanations have moved! Check them out [here](https://github.com/s - [`//sstack`](https://github.com/sbrl/Minetest-WorldEditAdditions/blob/main/Chat-Command-Reference.md#sstack) - [`//spush`](https://github.com/sbrl/Minetest-WorldEditAdditions/blob/main/Chat-Command-Reference.md#spush) - [`//spop`](https://github.com/sbrl/Minetest-WorldEditAdditions/blob/main/Chat-Command-Reference.md#spop) - + +### Measure + - [`//mface`](Chat-Command-Reference.md#mface) + - [`//midpos`](Chat-Command-Reference.md#midpos) + - [`//msize`](Chat-Command-Reference.md#msize) + - [`//mtrig`](Chat-Command-Reference.md#mtrig) + ### Meta - [`//multi ....`](https://github.com/sbrl/Minetest-WorldEditAdditions/blob/main/Chat-Command-Reference.md#multi-command_a-command_b-command_c-) - [`//many `](https://github.com/sbrl/Minetest-WorldEditAdditions/blob/main/Chat-Command-Reference.md#many-times-command) _(new in v1.9)_