diff options
Diffstat (limited to 'Chat Commands.md')
-rw-r--r-- | Chat Commands.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Chat Commands.md b/Chat Commands.md index 7f6eeb0..1e26586 100644 --- a/Chat Commands.md +++ b/Chat Commands.md @@ -83,6 +83,22 @@ Add sphere at WorldEdit position 1 with radius <radius>, composed of <node>. //sphere 12 default:glass
//sphere 17 mesecons:mesecon
+### //hollowdome <radius> <node>
+
+Add hollow dome at WorldEdit position 1 with radius <radius>, composed of <node>.
+
+ //hollowdome 5 dirt
+ //hollowdome 12 default:glass
+ //hollowdome 17 mesecons:mesecon
+
+### //dome <radius> <node>
+
+Add dome at WorldEdit position 1 with radius <radius>, composed of <node>.
+
+ //dome 5 dirt
+ //dome 12 default:glass
+ //dome 17 mesecons:mesecon
+
### //hollowcylinder x/y/z/? <length> <radius> <node>
Add hollow cylinder at WorldEdit position 1 along the x/y/z/? axis with length <length> and radius <radius>, composed of <node>.
|