Terra
Terra is an incredibly powerful free & open-source data-driven, platform-agnostic world generator. It allows you to create a world exactly to your specifications, with no knowledge of Java required.
Downloads:
- Paper+ servers (Paper, Tuinity, Purpur, etc): SpigotMC
- Fabric: Modrinth / CurseForge
Licensing
Terra as a whole is licensed under the GNU General Public License, version 3.0. Terra's API is licensed under the GNU Lesser General Public License, version 3.0, in order to allow linking to the API without GPL infection.
Building and running Terra
To build, simply run ./gradlew build
(gradlew.bat build
on Windows). This will produce a jar in build/libs
called Terra-[CURRENT VERSION].jar
. You can put this right into your plugins dir, along with the correct Gaea version.
If you would like to test it with a default server config, just run ./gradlew setupServer
or
./gradlew.bat setupServer
to set up the server, then ./gradlew testWithPaper
or gradlew.bat testWithPaper
to run the server. If you
want a clean installation of the server, re-run the setupServer
task. This will download a default server config
from here
and install the server in the target/server
directory, along with all the needed plugins.
Note: You will need to adjust the NAME
variable bukkit.yml
of the test server if you are not using the default Terra config.
Contributing
Contributions are welcome! If you want to see a feature in Terra, please, open an issue, or implement it yourself and submit a PR! Join the discord here if you would like to talk more about the project!
Beta
Terra is still in beta! While it is stable, it is not feature-complete. There is a lot to be added!