⛰️Create your worlds

Generate it with bukkit

By editing your bukkit.yml file, you can replace your overworld generator, as demonstrated in the following property:

worlds:
  world-name:
    generator: ParadiseLand:eden.yml

The 'worlds' property might not be present in your configuration. Simply add it at the bottom of your bukkit.yml file.

The 'world-name' must be the same as the server.properties file.

Generate it with a world management plugin

You can generate a ParadiseLand world with any management plugin that supports the generator name.

-> MultiverseCore

You can generate a ParadiseLand world with the MultiverseCore plugin by typing:

/mv create skylands NORMAL -g ParadiseLand:eden.yml -t FLAT

-> My Worlds

You can generate a ParadiseLand world with the My Worlds plugin by typing:

/world create skylands/flat:ParadiseLand:eden.yml

Common questions

  1. Can I create multiple worlds without a world management plugin? No, the bukkit.yml configuration can only be used to replace the generator type of the default overworld world.

  2. Can MultiverseCore edit the overworld generator type? As of the current writing, there are no methods to achieve that. Instead, use the bukkit.yml configuration.

  3. Why flat? The flat environment is a solution to fix the black sky glitch.

Last updated