Skip to content

Installation

Rutger Kok edited this page May 5, 2020 · 4 revisions

Please decide first which section your are going to follow. Then, follow all steps carefully.

Installation for servers without a multiworld plugin

  1. Make sure the server is stopped.

  2. Place WorldGeneratorApi.jar in the ./plugins/ folder, if it is not already there.

  3. Place Dough.jar in the ./plugins/ folder.

  4. Open up your ./bukkit.yml file, and add the following lines at the end of the file:

    worlds:
      world:
        generator: Dough

    This assumes that the name of the world you want to change is simply world. If you changed the world name in the server.properties file, or wish to use Dough for another world, you'll need to replace world with the actual name of the world.

    Note that you must use spaces here (two before world, four before generator: Dough) and not tabs.

  5. Dough will only affect newly generated chunks. Therefore, it is recommend to start a new world by deleting your world folder.

  6. Start the server, and explore some new terrain. Notice that your terrain looks exactly like before: you haven't changed any settings yet.

  7. Notice that a new folder has appeared: /plugins/Dough/. It will contain a configuration file of your world, so that you can change the shape of the terrain. See the Configuration page for more information.

Done! Remember: Dough will only affect newly generated terrain. If you change any settings, either explore some new terrain, or delete the world folder to start with a new world.

Installation for servers with Multiverse

  1. Place WorldGeneratorApi.jar in the ./plugins/ folder, if it is not already there.
  2. Place Dough.jar in the ./plugins/ folder.
  3. (Re)start the server.
  4. Use /mv create your_world_name_here normal -g Dough to create a new world using Dough.
  5. Enter the world using /mvtp your_world_name. The terrain will look exactly like vanilla, as you haven't changed any settings yet.
  6. Notice that a new folder has appeared: /plugins/Dough/. It will contain a configuration file of your world, so that you can change the shape of the terrain. See the Configuration page for more information.

Done! Remember: Dough will only affect newly generated terrain. If you change any settings, either explore some new terrain, or delete the world folder to start with a new world.

Installation for servers with another multiworld plugin

  1. Place WorldGeneratorApi.jar in the ./plugins/ folder, if it is not already there.
  2. Place Dough.jar in the ./plugins/ folder.
  3. (Re)start the server.
  4. Look up the documentation of your multiworld plugin, and find out how to use a custom terrain generator. Use Dough as the name of the custom terrain generator.
  5. Initially, the terrain of the new world will look exactly like vanilla. You will need to change the terrain settings, which are stored in the folder plugins/Dough. See the Configuration page for what settings you can change.

Done! Remember: Dough will only affect newly generated terrain. If you change any settings, either explore some new terrain, or delete the world folder to start with a new world.

Clone this wiki locally