diff options
| author | Anthony Zhang <azhang9@gmail.com> | 2013-04-27 18:28:20 -0400 | 
|---|---|---|
| committer | Anthony Zhang <azhang9@gmail.com> | 2013-04-27 18:28:20 -0400 | 
| commit | 71b6004b928766abc3638aaca3526b80af642140 (patch) | |
| tree | df61f94df1138ae60c836f30a3a98a52b8ee3cf5 /Chat Commands.md | |
| parent | 20722389bdc12359399ae2d1eab9b11f556fdb56 (diff) | |
New commands //hollowdome and //dome, as well as new API functions worldedit.dome and worldedit.hollow_dome. Oh, and spheres generate faster too.
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>.
  | 
