Server Run Instructions - BuildTheEarth/terraplusplus GitHub Wiki
Check out our official server pack if you want to easily setup a server.
Setup a Forge server (which can be installed through the standard Forge installer), and install the CubicChunks, CubicWorldGen, and Terra++ jars to the /mods/ directory.
Inside of the server.properties file, change:
level-type=defaultto
level-type=EarthCubicAnd change the default world name ("world"):
level-name=worldTo something else, so that a new world is generated with Terra++.
You should now have a Terra++ server loaded and generating properly. But to limit load on the server, change:
view-distance=16And:
vertical-view-distance=-1To a number of chunks that your server can handle, and re-run your server (using -1 is whatever the player's vertical distance is, for all players), you may need to tweak these numbers until you get a stable server setting.
We also recommend launching your Forge server with more RAM in the JVM arguments:
<JAVA_HOME>/bin/java -Xmx#### -jar forge-<MCVERSION>-<FORGEVERSION>.jar
Here, replace #### with the amount you need. Remember to use a capital letter (G instead of g).
- 
-Xmx1G: 1 gigabyte - 
-Xmx8G: 8 gigabytes - 
-Xmx16G: 16 gigabytes - ...
 
Join the server with the required mods. If you end up spawning on the mushroom island, then you have properly loaded Terra++ on your server.