Outspending / BiomesAPI

Create Custom Biomes in Spigot / PaperMC!
GNU General Public License v3.0
15 stars 4 forks source link
biomes minecraft minecraft-api nms

BiomesAPI

Custom Biomes!


[!NOTE]
BiomesAPI is currently being developed and ain't finished yet

BiomesAPI is a Custom Biome API for Spigot / PaperMC Servers. This API allows you to create custom biomes with custom colors. This API is also pretty easy to use and user-friendly.

BiomesAPI was made for servers who are looking for more of an aesthetic feel to their builds.

Release Notes 📃

Check out the more detailed release notes HERE

Installation ⭐

Installing BiomesAPI is easy! Just follow these steps, and you'll be on your way to creating your own custom biomes!

  1. Find the latest version of BiomesAPI HERE
  2. Add the repository to your build.gradle file
    repositories {
    mavenCentral()
    maven { url 'https://jitpack.io' }
    }
  3. Add the dependency to your build.gradle file
    dependencies {
        implementation 'com.github.Outspending:BiomesAPI:0.0.5'
    }
  4. Build your project
  5. All done!

Now you can use our API to create your own custom biomes!

Nightly Builds 🌙

Nightly builds are builds that add experimental features to BiomesAPI. Some of these features are just in testing and might not make it into the main API!

If you are intrested in Nightly Builds please check our Wiki and the Nightly Branch

Wiki 🧑‍💻

Our Wiki is a great place to learn how to use BiomesAPI. This Wiki is updated frequently to make sure our users know how to use our API.

The wiki has everything from how to create a biome to how to use our API to its full potential. It's also pretty descriptive, so you'll know exactly what you're doing.

Check out the Wiki HERE

Why BiomesAPI 🤔

BiomesAPI is the best way to create custom biomes for free, and it's easy to use! We also offer a Plugin and Skript addon for people who don't know how to use Java.

BiomesAPI is a light-weight API and is pretty small in size. This API is also very fast and efficient, so you don't have to worry about lag. And is updated frequently to make sure it's up-to-date with the latest version of Spigot.

Advantages & Disadvantages 👌

Advantages

Disadvantages

Credits 🙏

Thanks to all of these people for helping make BiomesAPI possible!

Contributing 📰

[!WARNING] If you do not follow our conventions, your pull request will be denied.

If you are looking to contribute to BiomesAPI, please read our CONTRIBUTING.md file before doing so.

This file will tell you everything about our conventions and how to contribute to BiomesAPI.

License 🪪

BiomesAPI is licensed under the GPL-3.0 License