-
Notifications
You must be signed in to change notification settings - Fork 35
Getting Started
Make sure that you have installed the latest version of TerraformGenerator.
To do that, stop your server and upload both jar files to your server's plugins
directory. Afterwards can you start your server again.
Please note that some server types like CraftBukkit may not work with TerraformGenerator and can result in a crash of your server.
To prevent this do we recommend to either use Spigot or PaperMC (Later one is more recommended).
You can choose between two methods on how to generate the world with TerraformGenerator
- Turn off the server if it is running
- Open the
bukkit.yml
and add the following info to it.# By default does this section not exist within the bukkit.yml # and you have to add it yourself. worlds: <world_name>: # Replace <world_name> with the world name you want to use. generator: TerraformGenerator
- If present delete the folder of the world that you want TerraformGenerator to create.
- Start your Server again.
Do method one first.
This method requires the usage of a World Management plugin.
In this example are we using Multiverse-Core. TerraformGenerator should work with any other World Manager, but we won't guarantee it!
Before creating the world, make sure it doesn't exist already. If it does will you need to delete it using /mvdelete <world>
followed by /mvconfirm
.
To create a world with TerraformGenerator, execute /mvcreate <world> normal -g TerraformGenerator
where <world>
is the name of the world to create.
It's recommended but not necessary to pre-generate your world using a plugin.
Please take a look at our FAQ for a list of plugins for pre-generating Worlds.