]> git.lizzy.rs Git - worldedit.git/blobdiff - Chat Commands.md
Support negative values to make upside-down domes and pyramids (slight changes to...
[worldedit.git] / Chat Commands.md
index e44f2425e38b192ee4fe44833a8de1dc2e4f8b51..d27ebfcc9d9f03f4a312f4bdef2f4d2810988023 100644 (file)
@@ -56,6 +56,14 @@ Set WorldEdit region, WorldEdit position 1, or WorldEdit position 2 by punching
     //p set2\r
     //p get\r
 \r
+### //fixedpos set1 x y z\r
+\r
+Set a WorldEdit region position to the position at (<x>, <y>, <z>).\r
+\r
+    //fixedpos set1 0, 0, 0\r
+    //fixedpos set1 -30, 5, 28\r
+    //fixedpos set2 1004, -200, 432\r
+\r
 ### //volume\r
 \r
 Display the volume of the current WorldEdit region.\r
@@ -110,7 +118,7 @@ Add sphere centered at WorldEdit position 1 with radius <radius>, composed of <n
 Add hollow dome centered at WorldEdit position 1 with radius <radius>, composed of <node>.\r
 \r
     //hollowdome 5 Diamond Block\r
-    //hollowdome 12 glass\r
+    //hollowdome -12 glass\r
     //hollowdome 17 mesecons:wire_00000000_off\r
 \r
 ### //dome <radius> <node>\r
@@ -118,7 +126,7 @@ Add hollow dome centered at WorldEdit position 1 with radius <radius>, composed
 Add dome centered at WorldEdit position 1 with radius <radius>, composed of <node>.\r
 \r
     //dome 5 Diamond Block\r
-    //dome 12 glass\r
+    //dome -12 glass\r
     //dome 17 mesecons:wire_00000000_off\r
 \r
 ### //hollowcylinder x/y/z/? <length> <radius> <node>\r
@@ -139,9 +147,9 @@ Add cylinder at WorldEdit position 1 along the x/y/z/? axis with length <length>
     //cylinder z -12 3 mesecons:wire_00000000_off\r
     //cylinder ? 2 4 default:stone\r
     \r
-### //pyramid <height> <node>\r
+### //pyramid x/y/z? <height> <node>\r
 \r
-Add pyramid centered at WorldEdit position 1 with height <height>, composed of <node>.\r
+Add pyramid centered at WorldEdit position 1 along the x/y/z/? axis with height <height>, composed of <node>.\r
 \r
     //pyramid 8 Diamond Block\r
     //pyramid 5 glass\r
@@ -315,3 +323,9 @@ After using //mtschemprob start all nodes punched will bring up a text field whe
 This mode can be left with //mtschemprob finish. //mtschemprob get will display the probabilities saved for the nodes.\r
 \r
     //mtschemprob get\r
+\r
+### //clearobjects\r
+\r
+Clears all objects within the WorldEdit region.\r
+\r
+    //clearobjects\r