From 175ac211ca06af7eec9dfbc62e11e1d6eb448c03 Mon Sep 17 00:00:00 2001 From: Uberi Date: Sun, 6 Jul 2014 19:42:02 -0400 Subject: Documentation for `//stack2`, code style fixes, add author section to README. --- Chat Commands.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'Chat Commands.md') diff --git a/Chat Commands.md b/Chat Commands.md index c3d5250..8faac65 100644 --- a/Chat Commands.md +++ b/Chat Commands.md @@ -98,13 +98,13 @@ Display the volume of the current WorldEdit region. //volume -### `//set ` +### `//set ...` -Set the current WorldEdit region to ``. +Set the current WorldEdit region to a random mix of ``, `...`. //set air - //set cactus - //set Bronze Block + //set cactus stone glass + //set Bronze //set mesecons:wire_00000000_off ### `//replace ` @@ -219,6 +219,13 @@ Stack the current WorldEdit region along the x/y/z/? axis `` times. //stack z +5 //stack ? 12 +### `//stack2 ` + +Stack the current WorldEdit region `` times by offset ``, ``, ``. + + //stack2 5 3 8 2 + //stack2 1 -1 -1 -1 + ### `//scale ` Scale the current WorldEdit positions and region by a factor of positive integer `` with position 1 as the origin. -- cgit v1.2.3