From 870873ad151defd9ed59ddf5e4937a58166704d8 Mon Sep 17 00:00:00 2001 From: sfan5 Date: Thu, 31 Aug 2017 19:07:51 +0200 Subject: Add //hollowcube and //cube closes #143 --- ChatCommands.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChatCommands.md') diff --git a/ChatCommands.md b/ChatCommands.md index 9d3f9d8..2a43c05 100644 --- a/ChatCommands.md +++ b/ChatCommands.md @@ -17,6 +17,7 @@ Many commands also have shorter names that can be typed faster. For example, if | `//s` | `//set` | | `//r` | `//replace` | | `//ri` | `//replaceinverse` | +| `//hcube` | `//hollowcube` | | `//hspr` | `//hollowsphere` | | `//spr` | `//sphere` | | `//hdo` | `//hollowdome` | @@ -143,6 +144,19 @@ Replace all nodes other than `` with `` in the curren //replaceinverse dirt Bronze Block //replaceinverse mesecons:wire_00000000_off flowers:flower_tulip +### `//hollowcube ` + +Adds a hollow cube with its ground level centered at WorldEdit position 1 with dimensions `` x `` x ``, composed of ``. + + //hollowcube 6 5 6 Diamond Block + +### `//cube ` + +Adds a cube with its ground level centered at WorldEdit position 1 with dimensions `` x `` x ``, composed of ``. + + //cube 6 5 6 Diamond Block + //cube 7 2 1 default:cobble + ### `//hollowsphere ` Add hollow sphere centered at WorldEdit position 1 with radius ``, composed of ``. -- cgit v1.2.3