Skip to content

huzvanec/Bestium

Repository files navigation

Capybara

Bestium

A powerful plugin library for creating custom Minecraft entities with unique behaviors.

Docs

Unlike traditional methods, Bestium injects your entity code directly into the Minecraft and Bukkit runtimes, it allows you to create custom entities without extending non-abstract vanilla entities, meaning you're not bound by their existing implementations.

Note

Due to frequent changes in Minecraft's internal codebase, Bestium only supports the latest Minecraft release.

Usage

Check out the Documentation and Javadoc for more information.

Building

Requirements:

git clone https://github.com/huzvanec/Bestium.git
cd Bestium
./gradlew build

Complete JAR is now located in ./build/libs/.
API JAR is now located in ./api/build/libs/.

About

Create Minecraft entities with custom behavior

Topics

Resources

License

Stars

Watchers

Forks

Contributors