From 9f01703744cd7897a0107ed84f9bc424c49fbb17 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Mon, 1 Mar 2021 21:14:33 +0000 Subject: [PATCH] Chat Command Reference: add sectiono on srect --- Chat-Command-Reference.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Chat-Command-Reference.md b/Chat-Command-Reference.md index 03cd8a7..14623c6 100644 --- a/Chat-Command-Reference.md +++ b/Chat-Command-Reference.md @@ -482,6 +482,15 @@ Executes the given command, and then clips the result to the largest ellipsoid t //ellipsoidapply layers desert_sand sand 2 desert_sandstone 4 sandstone 10 ``` +## `//srect [ []] ` +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. + +``` +//srect x z 10 +//srect 3 +//srect -z y 25 +``` + ## `//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.