summaryrefslogtreecommitdiff
path: root/Chat Commands.md
diff options
context:
space:
mode:
authorAnthony Zhang <azhang9@gmail.com>2013-06-22 23:05:34 -0400
committerAnthony Zhang <azhang9@gmail.com>2013-06-22 23:05:34 -0400
commit58970e7fab96c6d2883ee8c14ee84b07dc8acdfc (patch)
treee72e02b66b5abc05d8c6b2d808369749e50a086d /Chat Commands.md
parent7070f81c59afdfce0cb279310b3c02c0864de273 (diff)
Clarify the documentation regarding the the positioning of WorldEdit primitives relative to position 1.
Diffstat (limited to 'Chat Commands.md')
-rw-r--r--Chat Commands.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/Chat Commands.md b/Chat Commands.md
index eee08eb..9951ca3 100644
--- a/Chat Commands.md
+++ b/Chat Commands.md
@@ -75,7 +75,7 @@ Replace all nodes other than <search node> with <replace node> in the current Wo
### //hollowsphere <radius> <node>
-Add hollow sphere at WorldEdit position 1 with radius <radius>, composed of <node>.
+Add hollow sphere centered at WorldEdit position 1 with radius <radius>, composed of <node>.
//hollowsphere 5 Diamond Block
//hollowsphere 12 glass
@@ -83,7 +83,7 @@ Add hollow sphere at WorldEdit position 1 with radius <radius>, composed of <nod
### //sphere <radius> <node>
-Add sphere at WorldEdit position 1 with radius <radius>, composed of <node>.
+Add sphere centered at WorldEdit position 1 with radius <radius>, composed of <node>.
//sphere 5 Diamond Block
//sphere 12 glass
@@ -91,7 +91,7 @@ Add sphere at WorldEdit position 1 with radius <radius>, composed of <node>.
### //hollowdome <radius> <node>
-Add hollow dome at WorldEdit position 1 with radius <radius>, composed of <node>.
+Add hollow dome centered at WorldEdit position 1 with radius <radius>, composed of <node>.
//hollowdome 5 Diamond Block
//hollowdome 12 glass
@@ -99,7 +99,7 @@ Add hollow dome at WorldEdit position 1 with radius <radius>, composed of <node>
### //dome <radius> <node>
-Add dome at WorldEdit position 1 with radius <radius>, composed of <node>.
+Add dome centered at WorldEdit position 1 with radius <radius>, composed of <node>.
//dome 5 Diamond Block
//dome 12 glass
@@ -125,7 +125,7 @@ Add cylinder at WorldEdit position 1 along the x/y/z/? axis with length <length>
### //pyramid <height> <node>
-Add pyramid at WorldEdit position 1 with height <height>, composed of <node>.
+Add pyramid centered at WorldEdit position 1 with height <height>, composed of <node>.
//pyramid 8 Diamond Block
//pyramid 5 glass
@@ -133,7 +133,7 @@ Add pyramid at WorldEdit position 1 with height <height>, composed of <node>.
### //spiral <width> <height> <spacer> <node>
-Add spiral at WorldEdit position 1 with width <width>, height <height>, space between walls <spacer>, composed of <node>.
+Add spiral centered at WorldEdit position 1 with width <width>, height <height>, space between walls <spacer>, composed of <node>.
//spiral 20 5 3 Diamond Block
//spiral 5 2 1 glass