diff --git a/Make-Zone-Command.md b/Make-Zone-Command.md new file mode 100644 index 0000000..3a7635e --- /dev/null +++ b/Make-Zone-Command.md @@ -0,0 +1,15 @@ +[Return](./Chat-Commands) +
+ +## Make Zone Command + +Make zone command allows to add zones to the game world. +Running `:make_zone zoneId` will try to create zone with id of `zoneId` and generator id of `zoneId` +Running `:make_zone zoneId genId` will try to create zone with id of `zoneId` and generator id of `genId` + +At the time of writing this page currently available zone generators (ID - Name) are: +- `base:earth` - Survival +- `base:flat` - Flat world +- `base:basic` - Basic Earthlike +- `base:moon` - Moon +- `base:nostalgic_island` - Nostalgic Islands \ No newline at end of file