summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnthony Zhang <azhang9@gmail.com>2012-09-26 18:02:42 -0400
committerAnthony Zhang <azhang9@gmail.com>2012-09-26 18:02:42 -0400
commit382c57d008dfa8e1c26263d572d606e5d0f7f2ce (patch)
tree11c12c54da1a7ea392d323bf49e0aebfe3efe173 /README.md
parentdef676cd2d12e16a3fc7e2a1995166dd65d5a1a3 (diff)
Replace worldedit.spiral with worldedit.pyramid, as well as related chat commands.
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md
index e513605..5324efb 100644
--- a/README.md
+++ b/README.md
@@ -125,13 +125,13 @@ Add cylinder at WorldEdit position 1 along the x/y/z/? axis with length <length>
//cylinder z -12 3 mesecons:mesecon
//cylinder ? 2 4 stone
-### //spiral <size> <node>
+### //pyramid <height> <node>
-Add spiral at WorldEdit position 1 with size <size>, composed of <node>.
+Add pyramid at WorldEdit position 1 with height <height>, composed of <node>.
- //spiral 8 dirt
- //spiral 5 default:glass
- //spiral 2 stone
+ //pyramid 8 dirt
+ //pyramid 5 default:glass
+ //pyramid 2 stone
### //copy x/y/z/? <amount>
@@ -268,11 +268,11 @@ Adds a cylinder at `pos` along the `axis` axis ("x" or "y" or "z") with length `
Returns the number of nodes added.
-### worldedit.spiral(pos, size, nodename)
+### worldedit.pyramid(pos, height, nodename)
-Adds a spiral at `pos` with size `size`.
+Adds a pyramid at `pos` with height `height`.
-Returns the number of nodes changed.
+Returns the number of nodes added.
### worldedit.copy(pos1, pos2, axis, amount)