summaryrefslogtreecommitdiff
path: root/ChatCommands.md
diff options
context:
space:
mode:
authorAnthony Zhang <azhang9@gmail.com>2015-02-21 00:42:05 -0500
committerAnthony Zhang <azhang9@gmail.com>2015-02-21 00:42:05 -0500
commitc1bd4986b040d1943a8b5f93a44db72f55dd152d (patch)
tree04ab1996067149ebd2d42aef3858424335ce42e8 /ChatCommands.md
parent4336e7ca1467599feb08c1f9ad0aaa145c080ca8 (diff)
parentbea38a116a441940c0be71fee42405f7b15c784a (diff)
Merge pull request #74 from est31/deleteblocks
Add //deleteblocks command
Diffstat (limited to 'ChatCommands.md')
-rw-r--r--ChatCommands.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChatCommands.md b/ChatCommands.md
index 07bcfd6..0c8b3a1 100644
--- a/ChatCommands.md
+++ b/ChatCommands.md
@@ -98,6 +98,12 @@ Display the volume of the current WorldEdit region.
//volume
+### `//deleteblocks`
+
+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.
+
+ //deleteblocks
+
### `//set <node>`
Set the current WorldEdit region to `<node>`.