From b605ab5a5c386c46558d52df7d5901a94989f8d4 Mon Sep 17 00:00:00 2001 From: VorTechnix <45538536+VorTechnix@users.noreply.github.com> Date: Thu, 15 Jul 2021 11:31:22 -0700 Subject: [PATCH] added m-tools to chat com ref --- Chat-Command-Reference.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/Chat-Command-Reference.md b/Chat-Command-Reference.md index 3414858..c68b360 100644 --- a/Chat-Command-Reference.md +++ b/Chat-Command-Reference.md @@ -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.