Skip to main content
BetterModel is available on Maven Central for Bukkit/Spigot/Paper plugins and Fabric mods. Follow the instructions below for your build system.

Version Requirements

  • Minecraft: 1.21 - 1.21.11
  • Java: 21 or higher
  • Bukkit Platforms: Paper, Purpur, Spigot, Folia, Leaf, Canvas
  • Mod Platforms: Fabric Loader
BetterModel requires Java 21 or higher. Make sure your project targets the correct language level.

Maven Central (Release)

For stable releases, use Maven Central.
Replace 2.2.0 with the latest version from Maven Central.

GitHub Packages (Snapshot)

For bleeding-edge snapshot builds, use GitHub Packages. You’ll need a GitHub personal access token.
Snapshot builds are unstable and may contain breaking changes. Use only for testing.
1

Generate GitHub Token

Create a personal access token with read:packages permission.
2

Add Repository and Dependency

Configure your build file with GitHub Packages authentication:
3

Store Credentials Securely

Add your GitHub credentials to ~/.gradle/gradle.properties:

Plugin Setup

After adding the dependency, declare BetterModel as a dependency in your plugin.yml:
plugin.yml
Use depend if BetterModel is required, or softdepend if it’s optional.

Verification

Verify the installation by checking that BetterModel classes are available:
If the code compiles and the plugin loads, you’re ready to go!

Next Steps

Quick Start

Learn how to spawn and animate your first model

API Reference

Explore the full BetterModel API