Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Lightweight BlockBench model engine for Bukkit | Custom hit-box | Folia supported

License

Leone-Gaming/BetterModel

 
 

Repository files navigation

⚡Lightweight BlockBench model engine for Bukkit

Maven Central Version CodeFactor Total line Discord GitHub Issues or Pull Requests bStats Servers



This plugin implements the fully server-side 3D model by using an item-display packet.

  • Importing Generic BlockBench model .bbmodel
  • Auto-generating resource pack
  • Playing animation
  • Syncing with base entity
  • Custom hit box
  • Supports 12-limb player animation

🔧Build info

Library

Build

./gradlew build: Builds all jars
./gradlew shadowJar: Builds plugin jar
./gradlew javadocJar: Builds javadoc jar

Note

It requires Java 21

API

We are using Maven Central and GitHub Packages.
You can see an API examples in here.

Release

repositories {
    mavenCentral()
}

dependencies {
    compileOnly("io.github.toxicity188:bettermodel:VERSION")
}

Snapshot

repositories {
    maven("https://maven.pkg.github.com/toxicity188/BetterModel")
}

dependencies {
    compileOnly("io.github.toxicity188:bettermodel:VERSION-SNAPSHOT")
}

"Buy Me A Coffee"

About

Lightweight BlockBench model engine for Bukkit | Custom hit-box | Folia supported

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 53.3%
  • Java 45.3%
  • GLSL 1.4%