From aa4a70d237db22b587d46a50a21d1a71a445874e Mon Sep 17 00:00:00 2001 From: Anthony Zhang Date: Sun, 21 Oct 2012 17:49:43 -0400 Subject: Rename //find to //highlight and worldedit.find to worldedit.highlight, add //allocate and worldedit.allocate as well as related documentation. Improve documentation by fixing a few mistakes and adding return signatures. --- Chat Commands.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'Chat Commands.md') 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 in the current WorldEdit region non-destructively. //suppress default:glass //suppress mesecons:mesecon -### //find +### //highlight -Find in the current WorldEdit region by hiding everything else non-destructively. +Highlight 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/.we". //save some random filename //save huge_base +### //allocate + +Set the region defined by nodes from "(world folder)/schems/.we" as the current WorldEdit region. + + //allocate some random filename + //allocate huge_base + ### //load Load nodes from "(world folder)/schems/.we" with position 1 of the current WorldEdit region as the origin. -- cgit v1.2.3