From 74018dab9963af589a06441c6bd39fcef4fa564b Mon Sep 17 00:00:00 2001 From: Anthony Zhang Date: Wed, 12 Jun 2013 19:59:13 -0400 Subject: Support descriptions and partial node names in chat commands (e.g., `//set blue lightstone`, `//replace piston_normal_off bronze block`). --- Chat Commands.md | 86 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 43 insertions(+), 43 deletions(-) (limited to 'Chat Commands.md') diff --git a/Chat Commands.md b/Chat Commands.md index b3d8cfa..4b39526 100644 --- a/Chat Commands.md +++ b/Chat Commands.md @@ -51,93 +51,93 @@ Display the volume of the current WorldEdit region. Set the current WorldEdit region to . - //set dirt - //set default:glass - //set mesecons:mesecon + //set cactus + //set Bronze Block + //set mesecons:wire_00000000_off ### //replace Replace all instances of with in the current WorldEdit region. - //replace cobble stone - //replace default:steelblock glass - //replace dirt flowers:flower_waterlily - //replace flowers:flower_rose flowers:flower_tulip + //replace Cobblestone cactus + //replace lightstone_blue glass + //replace dirt Bronze Block + //replace mesecons:wire_00000000_off flowers:flower_tulip ### //replaceinverse Replace all nodes other than with in the current WorldEdit region. - //replaceinverse air stone - //replaceinverse water_source default:dirt - //replaceinverse mesecons:mesecon air - //replaceinverse default:steelblock default:glass + //replaceinverse Cobblestone cactus + //replaceinverse flowers:flower_waterlily glass + //replaceinverse dirt Bronze Block + //replaceinverse mesecons:wire_00000000_off flowers:flower_tulip ### //hollowsphere Add hollow sphere at WorldEdit position 1 with radius , composed of . - //hollowsphere 5 dirt - //hollowsphere 12 default:glass - //hollowsphere 17 mesecons:mesecon + //hollowsphere 5 Diamond Block + //hollowsphere 12 glass + //hollowsphere 17 mesecons:wire_00000000_off ### //sphere Add sphere at WorldEdit position 1 with radius , composed of . - //sphere 5 dirt - //sphere 12 default:glass - //sphere 17 mesecons:mesecon + //sphere 5 Diamond Block + //sphere 12 glass + //sphere 17 mesecons:wire_00000000_off ### //hollowdome Add hollow dome at WorldEdit position 1 with radius , composed of . - //hollowdome 5 dirt - //hollowdome 12 default:glass - //hollowdome 17 mesecons:mesecon + //hollowdome 5 Diamond Block + //hollowdome 12 glass + //hollowdome 17 mesecons:wire_00000000_off ### //dome Add dome at WorldEdit position 1 with radius , composed of . - //dome 5 dirt - //dome 12 default:glass - //dome 17 mesecons:mesecon + //dome 5 Diamond Block + //dome 12 glass + //dome 17 mesecons:wire_00000000_off ### //hollowcylinder x/y/z/? Add hollow cylinder at WorldEdit position 1 along the x/y/z/? axis with length and radius , composed of . - //hollowcylinder x +5 8 dirt - //hollowcylinder y 28 10 default:glass - //hollowcylinder z -12 3 mesecons:mesecon - //hollowcylinder ? 2 4 stone + //hollowcylinder x +5 8 Bronze Block + //hollowcylinder y 28 10 glass + //hollowcylinder z -12 3 mesecons:wire_00000000_off + //hollowcylinder ? 2 4 default:stone ### //cylinder x/y/z/? Add cylinder at WorldEdit position 1 along the x/y/z/? axis with length and radius , composed of . - //cylinder x +5 8 dirt - //cylinder y 28 10 default:glass - //cylinder z -12 3 mesecons:mesecon - //cylinder ? 2 4 stone + //cylinder x +5 8 Bronze Block + //cylinder y 28 10 glass + //cylinder z -12 3 mesecons:wire_00000000_off + //cylinder ? 2 4 default:stone ### //pyramid Add pyramid at WorldEdit position 1 with height , composed of . - //pyramid 8 dirt - //pyramid 5 default:glass - //pyramid 2 stone + //pyramid 8 Diamond Block + //pyramid 5 glass + //pyramid 2 mesecons:wire_00000000_off ### //spiral Add spiral at WorldEdit position 1 with width , height , space between walls , composed of . - //spiral 20 5 3 dirt - //spiral 5 2 1 default:glass - //spiral 7 1 5 stone + //spiral 20 5 3 Diamond Block + //spiral 5 2 1 glass + //spiral 7 1 5 mesecons:wire_00000000_off ### //copy x/y/z/? @@ -218,17 +218,17 @@ Hide all nodes in the current WorldEdit region non-destructively. Suppress all in the current WorldEdit region non-destructively. - //suppress dirt - //suppress default:glass - //suppress mesecons:mesecon + //suppress Diamond Block + //suppress glass + //suppress mesecons:wire_00000000_off ### //highlight Highlight in the current WorldEdit region by hiding everything else non-destructively. - //highlight dirt - //highlight default:glass - //highlight mesecons:mesecon + //highlight Diamond Block + //highlight glass + //highlight mesecons:wire_00000000_off ### //restore -- cgit v1.2.3