Skip to content

Pack Installation

Jason Ding edited this page Jan 15, 2023 · 10 revisions

To download this pack, go to the releases located at the bottom right corner of the home of the repository. Download the first file underneath the Assets header (the one with the cube next to it), and you will be able to proceed to install the pack.

Installing via bukkit.yml

Firstly, make sure to set generate-structures to false in server.properties before you start/restart your server, as Terra will try to locate a suitable place for Strongholds to generate, which of course will not succeed and the server will crash, due to the generation being in the Nether. Disabling structures will make Terra skip this step, and thus prevent the server from crashing. Make sure you are on Minecraft v1.19.x, otherwise this step will not be skipped, and will cause further problems. In a future version of Terra, custom structures will be supported and hopefully will fix this issue.

After you do that, simply install this pack like any other Terra generation pack. Add these lines to the end of bukkit.yml. The ID of the pack is TARTARUS. However, rather than specifying the pack to generate in world, you would replace it with world_nether:

worlds:
  world_nether:
    generator: Terra:TARTARUS

Obviously, if your Nether world name is named something different, you would rename it to that instead.

Installing via Multiverse

If you wish to generate Tartarus as a separate world with Multiverse, simply enter this command line into the chat:

/mv create nether_world_name NETHER -g Terra:TARTARUS -a false

Replace nether_world_name with the name of the world you want to call it.

This will create a Nether world with Tartarus as the terrain generator. Note that this world also does not include any structures, as to again prevent Terra from searching futilely for a proper place for Strongholds. Make sure you are on Minecraft v1.19.x, otherwise this command will not work with Terra properly.

Clone this wiki locally