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.
Check out the more detailed release notes HERE
Installing BiomesAPI is easy! Just follow these steps, and you'll be on your way to creating your own custom biomes!
- Find the latest version of BiomesAPI HERE
- Add the repository to your
build.gradle
file
repositories {
mavenCentral()
maven { url 'https://jitpack.io' }
}
- Add the dependency to your
build.gradle
file
dependencies {
implementation 'com.github.Outspending:BiomesAPI:0.0.5'
}
- Build your project
- All done!
Now you can use our API to create your own custom biomes!
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
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
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.
- Easy to use
- Light-weight
- Fast and efficient
- Updated frequently
- Free
- Plugin and Skript addon
- Well Documented Wiki
- Only works on Spigot 1.19.3+
Thanks to all of these people for helping make BiomesAPI possible!
- SpigotMC - For making Spigot and allowing us to use their API
- Jitpack - For allowing us to use their repository
- Gradle - For allowing us to use their build tool
- GitHub - For hosting our code
- IntelliJ IDEA - For allowing us to use their IDE
- Lombok - For allowing us to use their library
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.
BiomesAPI is licensed under the GPL-3.0 License