summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBrett O'Donnell <cornernote@gmail.com>2012-09-26 18:36:11 -0400
committerAnthony Zhang <azhang9@gmail.com>2012-09-26 18:36:11 -0400
commita82ab9176f831b4f1beb9d2f3c3a7d582abf8b44 (patch)
tree94cccae40f75d943e73a672c28e9a75a3dff115a /README.md
parent382c57d008dfa8e1c26263d572d606e5d0f7f2ce (diff)
Fix worldedit.spiral and the correspondign chat command, //spiral.
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5324efb..f6dbf87 100644
--- a/README.md
+++ b/README.md
@@ -133,6 +133,13 @@ Add pyramid at WorldEdit position 1 with height <height>, composed of <node>.
//pyramid 5 default:glass
//pyramid 2 stone
+### //spiral <width> <height> <spacer> <node>
+
+Add spiral at WorldEdit position 1 with width <width>, height <height>, space between walls <spacer>, composed of <node>.
+
+ //spiral 20 5 3 dirt
+ //spiral 5 2 1 default:glass
+ //spiral 7 1 5 stone
### //copy x/y/z/? <amount>
@@ -274,6 +281,12 @@ Adds a pyramid at `pos` with height `height`.
Returns the number of nodes added.
+### worldedit.spiral(pos, width, height, spacer, nodename)
+
+Adds a spiral at `pos` with width `width`, height `height`, space between walls `spacer`, composed of `nodename`.
+
+Returns the number of nodes added.
+
### worldedit.copy(pos1, pos2, axis, amount)
Copies the region defined by positions `pos1` and `pos2` along the `axis` axis ("x" or "y" or "z") by `amount` nodes.