diff options
Diffstat (limited to 'Chat Commands.md')
-rw-r--r-- | Chat Commands.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Chat Commands.md b/Chat Commands.md index 675532a..f70bf75 100644 --- a/Chat Commands.md +++ b/Chat Commands.md @@ -155,9 +155,9 @@ Add pyramid centered at WorldEdit position 1 along the x/y/z/? axis with height //pyramid 5 glass
//pyramid 2 mesecons:wire_00000000_off
-### //spiral <width> <height> <spacer> <node>
+### //spiral <length> <height> <spacer> <node>
-Add spiral centered at WorldEdit position 1 with width <width>, height <height>, space between walls <spacer>, composed of <node>.
+Add spiral centered at WorldEdit position 1 with side length <length>, height <height>, space between walls <spacer>, composed of <node>.
//spiral 20 5 3 Diamond Block
//spiral 5 2 1 glass
|