added m-tools to chat com ref

This commit is contained in:
VorTechnix 2021-07-15 11:31:22 -07:00
parent 0d7043b537
commit b605ab5a5c
1 changed files with 28 additions and 0 deletions

View File

@ -712,6 +712,34 @@ Pops a selection off your per-user selection stack and applies it to the current
//spop
```
## `//mface`
Returns the horizontal (X/Z) axis or axes the player is looking along.
```
//mface
```
## `//midpos`
Returns the coordinates of the centre of the current selection.
```
//midpos
```
## `//msize`
Returns the lengths of the current selection on the X, Y and Z axes.
```
//msize
```
## `//mtrig`
Returns the length of the diagonal pos1,pos2 and it's angle on the XZ and h/Y axes.
```
//mtrig
```
## `//y`
Confirms the execution of a command if it could potentially affect a large number of nodes and take a while. This is a regular WorldEdit command.