summaryrefslogtreecommitdiff
path: root/Chat Commands.md
diff options
context:
space:
mode:
Diffstat (limited to 'Chat Commands.md')
-rw-r--r--Chat Commands.md17
1 files changed, 12 insertions, 5 deletions
diff --git a/Chat Commands.md b/Chat Commands.md
index 8e8da96..b90318b 100644
--- a/Chat Commands.md
+++ b/Chat Commands.md
@@ -182,13 +182,13 @@ Suppress all <node> in the current WorldEdit region non-destructively.
//suppress default:glass
//suppress mesecons:mesecon
-### //find <node>
+### //highlight <node>
-Find <node> in the current WorldEdit region by hiding everything else non-destructively.
+Highlight <node> in the current WorldEdit region by hiding everything else non-destructively.
- //find dirt
- //find default:glass
- //find mesecons:mesecon
+ //highlight dirt
+ //highlight default:glass
+ //highlight mesecons:mesecon
### //restore
@@ -203,6 +203,13 @@ Save the current WorldEdit region to "(world folder)/schems/<file>.we".
//save some random filename
//save huge_base
+### //allocate <file>
+
+Set the region defined by nodes from "(world folder)/schems/<file>.we" as the current WorldEdit region.
+
+ //allocate some random filename
+ //allocate huge_base
+
### //load <file>
Load nodes from "(world folder)/schems/<file>.we" with position 1 of the current WorldEdit region as the origin.