A simple world generator that creates a slightly less boring looking flat world.
Usage
Multiverse can be used to create a almost flat world using the command
/mv create <world_name> NORMAL -g AlmostFlatLands
The worlds section of the bukkit.yml file can also be used, information on that method is available on the wiki.
Config
the default config file looks like this
prevent-spawning: true set-world-type: true
If prevent-spawning is set to true no mobs will be allowed to spawn in worlds created with this generator. If set-world-type is set to true then the worlds created will have their type set to FLAT, this fixes the issue with the void fog but may cause issues with other plugins.