VoidGenerator

67k Downloads

Very basic world generator. All it makes is void; except one block (which, by default, you will spawn on) of bedrock, that you can use as a base to build, as you need a block to place another block. It's useful if you want to keep users enclosed in an area, as even if users escape from whatever you build on the map, they don't have any other place to go.

To set it up, use "VoidGenerator" (without quotes) when Bukkit or a plugin asks you for a world generator name:

  • for example, for Multiverse:
    /mv create world NORMAL -g VoidGenerator
    
  • or in bukkit.yml:
    worlds:
        world:
            generator: VoidGenerator