Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

为 Bukkit、Folia 实现现代轻量级 Minecraft 模型

License

Notifications You must be signed in to change notification settings

Davis1216/BetterModel

Repository files navigation

BetterModel

- Modern Bedrock model engine for Bukkit -



This plugin implements fully server-side 3D model by using an item display entity 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

Build

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

Note

It requires Java 21

Library

📗 Wiki

💻 API

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") {
 credentials {
 username = YOUR_GITHUB_USERNAME
 password = YOUR_GITHUB_TOKEN
 }
 }
}
dependencies {
 compileOnly("io.github.toxicity188:bettermodel:VERSION-SNAPSHOT")
}

🌈 Community

💖 Support

About

为 Bukkit、Folia 实现现代轻量级 Minecraft 模型

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 54.3%
  • Java 44.6%
  • GLSL 1.1%

AltStyle によって変換されたページ (->オリジナル) /