summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnthony <azhang9@gmail.com>2012-08-30 21:38:00 -0700
committerAnthony <azhang9@gmail.com>2012-08-30 21:38:00 -0700
commita25a2a1fb0c198ca427a4da6ba53fd51b344ee54 (patch)
tree422533bd44a4d533ef97afeb2cb3f967b4c4853d /README.md
parent340416c789fc8a2e32ae39c28b0ea6eea403bb4d (diff)
parent6eb08edd3005518f06c6c43f324399d8bed6a830 (diff)
Merge pull request #5 from khonkhortisan/master
Understands meta!
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index 676d425..00e9f56 100644
--- a/README.md
+++ b/README.md
@@ -165,11 +165,12 @@ Flip the current WorldEdit region along the x/y/z/? axis.
### //rotate
-Rotate the current WorldEdit region around the y axis by angle <angle> (90 degree increment).
+Rotate the current WorldEdit region around the axis <axis> by angle <angle> (90 degree increment).
- //rotate 90
- //rotate 180
- //rotate 270
+ //rotate x 90
+ //rotate y 180
+ //rotate z 270
+ //rotate ? -90
### //dig