From 1c31bd7f0d78447ea35e195b59fc1b2577ebaf18 Mon Sep 17 00:00:00 2001 From: Anthony Zhang Date: Sat, 13 Oct 2012 21:45:50 -0400 Subject: Separate components into separate mods, add visualization API with hide(), suppress(), find(), and restore() for nondestructive node visualization. Corresponding chat commands are //hide, //suppress, //find, and //restore. Commands and functions documented. --- Chat Commands.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'Chat Commands.md') diff --git a/Chat Commands.md b/Chat Commands.md index f4febf7..f140880 100644 --- a/Chat Commands.md +++ b/Chat Commands.md @@ -166,6 +166,34 @@ Dig the current WorldEdit region. //dig +## //hide + +Hide all nodes in the current WorldEdit region non-destructively. + + //hide + +### //suppress + +Suppress all in the current WorldEdit region non-destructively. + + //suppress dirt + //suppress default:glass + //suppress mesecons:mesecon + +### //find + +Find in the current WorldEdit region by hiding everything else non-destructively. + + //find dirt + //find default:glass + //find mesecons:mesecon + +### //restore + +Restores nodes hidden with WorldEdit in the current WorldEdit region. + + //restore + ### //save Save the current WorldEdit region to "(world folder)/schems/.we". -- cgit v1.2.3