Getting Started - Hex27/TerraformGenerator GitHub Wiki
Ensure that you have at least Java 16.
Make sure that you have installed the latest version of TerraformGenerator.
To do that, stop your server and upload the jar file to the plugins
directory of your server. 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 the usage of either Spigot or PaperMC (The latter is 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.# # NOTE: # This section does by default NOT exist in your bukkit.yml # 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.
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.
Warning
Do not use these instructions if you only intend to have one world. World Managers are only for managing multiple worlds.*
Multiverse has been known to cause a few weird issues. Follow the instructions very precisely. In our example will we use Multiverse-Core. Terraform Generator may work with other World-managers but we won't guarantee it!*
- Make sure you perform the necessary edits to bukkit.yml like in regular setup.
- Make sure that the World-Manager is enabled (Shows up green in the
/plugins
list). - When a World with your selected name already exists, delete it with
/mvdelete <world>
followed by/mvconfirm
- Note that this won't work with default worlds and requires a stop of your server and manual deletion of the world!
- Create the world using
/mvcreate <world> normal -g TerraformGenerator
where<world>
is the name of the world you defined in bukkit.yml