Server Setup
There are a couple of ways to use TerraForged on a Forge server:
- Edit the
server.properties
file and change the level-type
property to level-type=terraforged
.
- Create the world in single-player, copy the world folder to your server, and make sure the
level-name
property is set to whatever your called your world (in the server.properties
file).
Note: at the time of writing there is an issue with using modded world types on Forge servers. A fix has been proposed but may or may not be incorporated. Option #2 should be used until the problem has been addressed
Custom Settings On Servers
If following option #1 above, the world will generate using TerraForged's default settings. You can use the client settings gui to export custom generator settings to a .json
file, and copy this to your server's config directory. When the server starts and the world is created for the first time, TerraForged will read the settings from this json
file and apply to the world.
From within the settings gui, simply make your changes to the sliders and press the 'export' button. This will open your client's config folder and should have a file called terraforged-generator.json
in it, which is what you need to copy to your server.