This generator is mainly for use with MetaGenerator to generate default terrain. Note that this can still be a bit buggy and it doesn't populate the chunk, so no trees or ores are generated.
Installation
MetaGenerator
MetaGenerator:"DefaultGenerator" or MetaGenerator:{"plugin":"DefaultGenerator","options":"world type"}
Bukkit.yml
worlds: name_of_the_world: generator: DefaultGenerator:world type
Multiverse
-g DefaultGenerator:world type
Options
- world type
- normal, nether, end or flat; leave unset for default world terrain
Versions
- 1.0
- Initial release.