Back to Plugins
TerraformGenerator [1.21.10-26.1] icon

TerraformGenerator [1.21.10-26.1]

Active tab
Overview
Latest version
Not specified
Minecraft support
0 versions
Topics synced
0
Claim this plugin

This plugin was imported from Spiget and is currently unclaimed.

Live badges: Downloads badge for TerraformGenerator [1.21.10-26.1] Spigot Downloads badge for TerraformGenerator [1.21.10-26.1] GitHub Stars badge for TerraformGenerator [1.21.10-26.1] License badge for TerraformGenerator [1.21.10-26.1] How to embed →

Plugin Information

Type: Minecraft plugin
Spigot Resource: Open on SpigotMC
Created by: Spiget Importer

Description

Table of Contents

git clone https://github.com/Hex27/TerraformGenerator.git
cd TerraformGenerator
gradlew buildProj:shadowJar

The jar at buildProj/build/libs/TerraformGenerator{some version}.jar is the plugin.

As for version 24.0.0, for Minecraft 1.21.9 and up, this command will only build for paper.

To build for Spigot, you must:

  1. Run Buildtools with --remapped for --rev 1.21.9 (and likely for every subsequent version)
  2. Change the gradle command to gradlew buildProj:shadowJar -PincludeSpigot=true

If this gets too cumbersome, the buildscript may be changed to allowed a flag for building just the latest version.

Support Discord: https://discord.gg/yW7JcqM

Wiki: https://github.com/Hex27/TerraformGenerator/wiki/Configuration

TerraformGenerator is a world generator plugin that aims to provide an enhanced vanilla feel. As of now, it is in an Alpha stage, meaning some core features are not implemented yet (a list of known issues and to-dos is at the bottom). However, the world should be playable to an extent, though I will not recommend putting it on any production environment that has strict requirements, because as of now, I am in mandatory National service, and support will be bottle-necked.

There are commands, but they are developer commands and only available via /op. Try not to use them unless you understand what they do.

On another note, for 1.15.2, the version released on 23rd Feb 2020 is the recommended version, as it fixes an itchy spigot issue. More details at the bottom under "bugs". 1.14.4 does not have this fix.

There is also support for Java 14, but be warned that it will spit some minor errors, because the plugin does some Java illegal magic to get things done.

Make sure that you have installed the latest version of TerraformGenerator.
To do that, stop your server and move the jar file to your server's plugins directory. Afterwards can you start your server again.

  1. Turn off the server if it is running
  2. Open the bukkit.yml and add the following info to it.
    # By default does this section not exist within the bukkit.yml
    # and you have to add it yourself.
    worlds:
        world: # Replace this with the World name you want to use.
            generator: TerraformGenerator
    
  3. If present delete the folder of the world that you want TerraformGenerator to create.
  4. Start your Server again.

Before creating the world, make sure it doesn't exist already. If it does will you need to delete it using /mvdelete <world> followed by /mvconfirm.
To create a world with TerraformGenerator, execute /mvcreate <world> normal -g TerraformGenerator where <world> is the name of the world to create.

Note:
There is a rare chance that the world might not get loaded with TerraformGenerator as the World Generator set. In those cases could newly loaded chunks break the look of the world by being normal vanilla chunks. That may mean that you haven't done method one. If you have, try doing method one alone without the world management plugin. If the problem persists, report it on github or discord.

https://github.com/Hex27/TerraformGenerator/wiki/Biomes

https://github.com/Hex27/TerraformGenerator/wiki/Structures

Minecraft Plugin Badges

Use these badge images in docs, README files, or forum posts.

Badge Guide
Downloads
Downloads badge for TerraformGenerator [1.21.10-26.1]
![Downloads](https://ezbanners.org/shields/plugins/61becfa9-c28b-40cb-a6ea-a3e895df65c4/downloads.png)
Spigot Downloads
Spigot Downloads badge for TerraformGenerator [1.21.10-26.1]
![Spigot Downloads](https://ezbanners.org/shields/plugins/61becfa9-c28b-40cb-a6ea-a3e895df65c4/spigot-downloads.png)
GitHub Stars
GitHub Stars badge for TerraformGenerator [1.21.10-26.1]
![GitHub Stars](https://ezbanners.org/shields/plugins/61becfa9-c28b-40cb-a6ea-a3e895df65c4/github-stars.png)
License
License badge for TerraformGenerator [1.21.10-26.1]
![License](https://ezbanners.org/shields/plugins/61becfa9-c28b-40cb-a6ea-a3e895df65c4/license.png)