VoidGenerator

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
    

Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

  • Project ID
    35139
  • Created
    Dec 27, 2011
  • Last Released File
    Dec 27, 2011
  • Total Downloads
    69,765
  • License

Categories

Members

Recent Files

Bukkit