Installation
Install Bestium
Section titled “Install Bestium”To install Bestium on your PaperMC server:
- Download the latest plugin JAR from GitHub.
- Make sure your server version matches the one listed in the release title.
(A release titledBestium 3.2.0 for Paper 1.21.10will only work onPaperMC 1.21.10.) - Drop the downloaded JAR into your server’s
plugins/folder. - Modify your server start command to include
-javaagent:plugins/Bestium-3.2.0.jar.
For example:Paper start command java -javaagent:plugins/Bestium-3.2.0.jar -jar paper-1.21.10.jar nogui - Restart your server.
Done!
Install BetterModel
Section titled “Install BetterModel”BetterModel is a Bedrock model engine that lets Bestium display models without the need for mods. While it is optional to install BetterModel, you will need it if you want mobs with custom apppearance on your server.
To install BetterModel:
- Download the plugin JAR from Modrinth
- Drop the downloaded JAR into your server’s
plugins/folder, next to the Bestium JAR. - Restart your server.
BetterModel works by generating a custom resource pack in plugins/BetterModel/build.zip. To display the models to clients, you must set this resource pack
as your server resource pack and send it to clients (see Minecraft Wiki - Preloaded resource packs).
Install Bestium Example
Section titled “Install Bestium Example”Bestium is a library plugin, which means it doesn’t add anything to the game by itself. It provides tools that other plugins can use to register and spawn custom entities.
If you don’t have a plugin using Bestium yet, you can try the Bestium Example plugin that adds a simple capybara entity:
- Download the latest BestiumExample JAR from GitHub.
- Drop the downloaded JAR into your server’s
plugins/folder, next to the Bestium JAR. - Restart your server again.