From 8209adc6961e7d3e8f139a088158352e24962408 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sun, 14 Oct 2018 12:58:47 +0100 Subject: [PATCH] Update documentation --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c4c2068..6e2c9a3 100644 --- a/README.md +++ b/README.md @@ -62,11 +62,20 @@ Creates a solid torus at position 1 with the specified major and minor radii. Th ``` ### `//hollowtorus ` -Creates a hollow torus at position 1 with the radius `(rx, ry, rz)`. Works the same way as `//torus` does. +Creates a hollow torus at position 1 with the radius major and minor radii. Works the same way as `//torus` does. ``` -//hollowtorus 10 5 15 glass -//hollowtorus 21 11 41 stone +//hollowtorus 10 5 glass +//hollowtorus 21 11 stone +``` + +### `//multi .....` +Executes multi chat commands in sequence. Intended for _WorldEdit_ commands, but does work with others too. Don't forget a space between commands! + +``` +//multi //1 //2 //shift z -10 //sphere 5 sand //shift z 20 //ellipsoid 5 3 5 ice +//multi //1 //hollowtorus 30 5 stone //hollowtorus 20 3 dirt //torus 10 2 dirt_with_grass +//multi /time 7:00 //1 outset h 20 //outset v 5 //overlay dirt_with_grass //1 //sphere 8 air //shift down 1 //floodfill //reset ``` ## Contributing