Skip to content
Faun471 edited this page Sep 28, 2020 · 24 revisions

Installation

Method One

  1. Turn off the server if it is running
  2. Install Drycell
  3. Place TerraformGenerator.jar in your plugins folder
  4. Inside bukkit.yml, add this, where "world" is your world name:
worlds:
    world:
        generator: TerraformGenerator
  1. Delete the old world folder (if present), and start the server

Method two

  1. Turn off the server if it is running
  2. Install Drycell
  3. Place TerraformGenerator.jar in your plugins folder
  4. Inside bukkit.yml, add this, where "world" is your world name:
worlds:
    world:
        generator: TerraformGenerator
  1. Delete the old world folder (if present), and start the server
  2. Using Multiverse as an example: Use the command /mv create worldName normal -g TerraformGenerator

Other World Manager plugins should work too, but Multiverse is the only one I tried it with.

Clone this wiki locally