]> git.lizzy.rs Git - worldedit.git/blobdiff - ChatCommands.md
Fixed dropdown menus in the WorldEdit GUI (closes #78, thanks to @sponce)
[worldedit.git] / ChatCommands.md
index 07bcfd61016380d5ea7efd4a39928dbc3b668408..d3ed7db52d8997e6ab9aabcee2e2db594a3c0e7f 100644 (file)
@@ -98,6 +98,12 @@ Display the volume of the current WorldEdit region.
 \r
     //volume\r
 \r
+### `//deleteblocks`\r
+\r
+Delete the MapBlocks (16x16x16 units) that contain the selected region. This means that mapgen will be invoked for that area. As only whole MapBlocks get removed, the deleted area is usually larger than the selected one. Also, mapgen can trigger mechanisms like mud reflow or cavegen, which affects nodes (up to 112 nodes away) outside the MapBlock, so dont use this near buildings. Note that active entities are not part of a MapBlock and do not get deleted.\r
+\r
+    //deleteblocks\r
+\r
 ### `//set <node>`\r
 \r
 Set the current WorldEdit region to `<node>`.\r