Source: https://www.spigotmc.org/resources/voidgenerator.25391/
This plugin was added because JimmyDaRat wanted it.. and like most things Jimmy starts it was abandoned very quickly and never used again… typical… but it remains on the server for future use
Voidgenerator is made to handle all aspects of how you create void worlds.
Now includes full biome control!โ
โ
STEP 1
Setting up the bukkit.ymlย (ย recommendedย )
<worldname>:
generator:ย VoidGenerator:<biome>
โขย <worldname>ย – This is the name of the world you want the plugin to work in.
โขย <biome>ย – is an optional parameter. Leaving the value out, is equivalent to specifyingย THE_VOIDย as the biome to use. If you want the vanilla biome grid, simply apply the valueย VANILLA. All possible biomes for the latest spigot version can be foundย here.
โขย Void darknessย – start at around Y=64, if you want them to start at Y=0, set theย level-typeย in theย server.propertiesย file toย FLAT.
STEP 2
Worldmanagement
In case you are running a world management plugin likeย Multiverseย this is important for you. If you are not using Multiverse use the corresponding commands from your plugin of choice.
You have three different choices,ย Createย a world,ย Importย a world and/or use theย default world.
Create:ย Use the following command, when creating a new World:
โขย <worldname>ย – This is the name of the world you want the plugin to work in.
โขย <env>ย – represents the environment of the world, useย /mv envย to see a list of all possible environments. Most common ones areย NORMALย andย NETHER
โขย <biome>ย – is an optional parameter. Leaving the value out, is equivalent to specifyingย THE_VOIDย as the biome to use. If you want the vanilla biome grid, simply apply the valueย VANILLA. All possible biomes for the latest spigot version can be foundย here.
โขย Void darknessย start at around Y=64, if you want them to start at Y=0, set theย level-typeย in theย server.propertiesย file toย FLAT.
Import:ย Use the following command, when creating a new World:
โขย <worldname>[/COLOR] represents the name of the world you want to generate.
โขย <env>[/COLOR] represents the environment of the world, useย /mv envย to see a list of all possible environments. Most common ones areย NORMALย andย NETHER
โขย <biome>[/COLOR] is optional. Leaving the value out, is equivalent to specifyingย THE_VOIDย as the biome to use. All possible biomes for the latest spigot version can be foundย here.
โ
Default world:ย We already specified the generator in theย bukkit.ymlย file. But we also need to change the generator in our multiverse world file to:
STEP 3
Restart
voidgenerator.notifyupdate
The permission applied to operators by defaultโ