BetterModel is available on Maven Central for Bukkit/Spigot/Paper plugins and Fabric mods. Follow the instructions below for your build system.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/toxicity188/BetterModel/llms.txt
Use this file to discover all available pages before exploring further.
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.Generate GitHub Token
Create a personal access token with
read:packages permission.Plugin Setup
After adding the dependency, declare BetterModel as a dependency in yourplugin.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:Next Steps
Quick Start
Learn how to spawn and animate your first model
API Reference
Explore the full BetterModel API
