Skip to content

Installation instructions

rutgerkok edited this page Aug 12, 2012 · 21 revisions

Singleplayer

Terrain Control only affects worlds created with the world type Terrain Control. If you don't edit the settings found in .minecraft/saves/your_world_name/TerrainControl, the world will look like a default Minecraft world. Each time you change the settings, you must delete the .minecraft/saves/your_world_name/region folder to generate the world again. Changed settings won't magically affect already generated chunks!

2.1.8 and older

Just download the zip linked on the homepage and put all files inside the zip in your minecraft.jar. Don't forget to delete the META-INF folder!

2.2 and newer

First, download and install Modloader. Then download the download the zip linked on the homepage and put all files inside the zip in you minecraft.jar. Don't forget to delete the META-INF folder!

Multiplayer

Terrain Control requires Bukkit. Simply put the jar file in the plugins folder to install, just like evry other Bukkit plugin. After you have installed it, you must still activate it for your world. If you don't have a multiworld management plugin like Multiverse, add the following to your bukkit.yml to enable Terrain Control for that world (use spaces, not tabs!):

worlds:
  your_world_name:
    generator: TerrainControl

If you are using Multiverse, you can create a new Terrain Control world using:

/mv create your_world_name normal -g TerrainControl

If you are using another multiworld management plugin, look up the documentation for that plugin. Use TerrainControl (without a space!) as the generator name.

If you don't change the settings, the world will look like a default Minecraft world. Each time you change the settings, you must delete the your_world_name/region folder to generate the world again. Changed settings won't magically affect already generated chunks!

Clone this wiki locally