- Supported Minecraft-Versions are mentioned on the Release itself: Releases
TerraPlusMinus is a plugin which generates the real world terrain and outlines in the projection of BuildTheEarth.
- customize your surface blocks
- offset x,y and/or z world generation and commands
- option to disable different biomes
- option to disable tree generation
- lidar is supported in the same way as in Terra++
- automatic datapack installation
- set coordinate bounds to prevent players from teleporting to areas, which are being worked on by other build teams
- custom tree generation
- link your servers to generate different height sections (preview)
World generation up to 2032 meters above sea level:
Biome generation (including sand in deserts):
Extended Render Distance with Distant Horizons:
/tpll <latitudes> <longitudes> [height] - Permission node: t+-.tpll
/where - Permission node: t+-.where
/offset - Permission node: t+-.offset
Permission node: t+-.admin - Bypasses the coordinate bounds of tpll
Permission node: t+-.autoteleport - Enables automatic teleportation between linked worlds
- Download the latest release of Terra+- here and add it to your plugin folder
- Add these lines at the end of your
bukkit.ymland replace "world" with the name of the server's main world name
worlds:
world:
generator: Terraplusminus
- Start your server
Now your world is from -64 to 320, if you need more height, go to step 5.
-
(Optional) If you only plan to use Minecraft Vanilla heights from -64 to 320, but e.g. your city is on height 500 you can set
y: -300in theterrain_offsetcategory in the config.yml to offset your section which fits into the world and restart your server. -
(Optional) Use a datapack to expand your world height. You can set
height_datapackin config.yml totrueand restart your server. It will automaticly copy a datapack (with maximum world height possibly with a datapack) into your world folder.
For our config.yml please see here

