Langue

BiomesAPI

BiomesAPI

Modrinth

BiomesAPI is a custom biome API for Paper servers without the use of datapacks.

76 téléchargements mis à jour 3d ago
dernière v2.3.0 Modrinth
Folia Paper Purpur 1.21.11 – 26.2

biomesapi.png

BiomesAPI

Custom Biomes for Paper servers without datapacks.


Docs 📚

Documentation for BiomesAPI can be found at https://biomes.lumas.dev.
Documentation is still under construction!

About 📃

BiomesAPI is a custom biome API for PaperMC Servers. This API is a fork of Outspending's original BiomesAPI and
has been updated to support the modern Minecraft versions. Currently, we support Minecraft 1.21.11
but version support will expand with time.

Please be aware that BiomesAPI is in active development, and some features may not be fully implemented yet.
BiomesAPI was made for servers who are looking for more of an aesthetic feel to their builds.

Getting Started ⭐

BiomesAPI is built using Gradle and is hosted on my repository (repo.jsinco.dev). To get started with BiomesAPI,
follow the instructions below to add BiomesAPI to your project.

  1. Find the latest version of BiomesAPI HERE. Versions with a git commit hash at the end are snapshot builds and may be unstable.
  2. Add the repository to your build.gradle.kts, build.gradle, or pom.xml file.

And example for Gradle Kotlin DSL is provided below:

plugins {
    // Make sure to shade it in if you're not using it as an external dependency!
    id("com.gradleup.shadow") version "$SHADOW_VERSION"
}


repositories {
    maven("https://repo.jsinco.dev/releases")
}

// 3. Replace VERSION with the latest version found in step 1
dependencies {
    implementation("me.outspending.biomesapi:BiomesAPI:$VERSION")
}

// 4. Shade the BiomesAPI package to avoid conflicts
shadowJar {
    relocate("me.outspending.biomesapi", "your.package.name.biomesapi")
}

BiomesAPI comes as a shaded dependency or a standalone plugin, take your pick!

Why BiomesAPI 🤔

I believe that BiomesAPI is one of the best ways to create custom biomes on a Paper-based Minecraft server.
At the time of writing, there are no other APIs that allow you to create custom biomes as easily as BiomesAPI does.

BiomesAPI is designed to be easy to use, flexible, and friendly for developers of all skill levels.

Features 👌

  • Easy to use
  • Updated frequently
  • Free forever
  • Wiki and javadocs available
  • Supports modern Minecraft versions
  • Supports packet-based biome changing with ProtocolLib or PacketEvents

Credits 🙏

BiomesAPI was originally created by Outspending. I (Jsinco) have forked the project to add additional features and
support modern Minecraft versions. This project would not be possible without Outspending's original work.

Contributing 📰

Contributions are welcome! If you find a bug or have a feature request, please open an issue on GitHub.

License 🪪

BiomesAPI is licensed under the GPL-3.0 License

Versions

Release
2.3.0
folia, paper, purpur · 1.21.11, 26.1.2, 26.2 · 3d ago
No changelog was specified.
10
Release
2.2.0
folia, paper, purpur · 1.21.11, 26.1.2 · 19d ago
No changelog was specified.
25
Release
2.1.3
folia, paper, purpur · 1.21.11, 26.1.2 · 1mo ago
- Hotfix for 2.1.2 that removes some debug logging **Full Changelog**: https://github.com/LumaLibre/BiomesAPI/compare/2.1.2...2.1.3
19
Release
2.1.2
folia, paper, purpur · 1.21.11, 26.1.2 · 1mo ago
- Hotfix for 2.1.1 that re-implements metrics using proper Bukkit lifecycles **Full Changelog**: https://github.com/LumaLibre/BiomesAPI/compare/2.1.1...2.1.2
8
Release
2.1.1
folia, paper, purpur · 1.21.11, 26.1.2 · 1mo ago
- Hotfix for 2.1.0 that uses a jvm shutdown hook for metrics instead of the bukkit event bus **Full Changelog**:…
8
Release
2.1.0
folia, paper, purpur · 1.21.11, 26.1.2 · 1mo ago
- Adds the NETTY injector for packet-based custom biomes without external dependencies. - Adds the **BiomesAPI** interface for info aboit biomesapi - Adds…
6

Commentaires 0

Aucun commentaire pour l'instant. Sois le premier à donner ton avis.

Télécharger BiomesAPI

Les fichiers proviennent directement de la source d'origine. Modgrid ne les héberge ni ne les modifie.