DisplayEntityUtils
DisplayEntityUtils is a PaperMC plugin designed to make using of Display & Interaction entities easier. Supports BDEngine, a modeling/animation engine designed for display entities without resource packs or mods.
DisplayEntityUtils
DisplayEntityUtils
DisplayEntityUtils makes handling customizable entities simpler.
Supported Entities
- Mannequins - Mannequins - Mannequins - Mannequins - Mannequins
Dependencies
BDEngine
- BDEngine is a modeling and animation engine designed for display entities, without the need for resource packs or mods - The created models and animations can be transferred into your game world and reused with BDEngine. > DISCLAIMER: I DO NOT OWN BDEngine! ALL ISSUES AND SUGGESTIONS RELATED TO THAT PROJECT SHOULD BE BROUGHT TO THE OWNER, %%MD1%%, IN THE BDENGINE DISCORD FOUND %%MD2%%
Features
- Manipulate Display, Interaction, Mannequin Entities - Save and load BDEngine models - Manipulate entities in a model/group - Save/Load/Play BDEngine Animations - Interaction entity click commands - Intergration with MythicMobs - Create Animation State Machines - Save groups and animations through Local Storage, MySQL, or MongoDB - Integration with MythicMobs
- And so much more!
Showcases
- Models as equipment
- Animation State Machines (DisplayControllers)
> > *Dodo Bird Model and Animations by Yegor_Mechanic*
API
API for v3.3.0+ ```xml <repositories> <repository> <id>jitpack.io</id> <url>https://jitpack.io</url> </repository> </repositories>
<dependency> <groupId>com.github.PZDonny.DisplayEntityUtils</groupId> <artifactId>api</artifactId> <version>PLUGIN-VERSION</version> <scope>provided</scope> </dependency> ```
API for v3.3.0 and earlier ```xml <repositories> <repository> <id>jitpack.io</id> <url>https://jitpack.io</url> </repository> </repositories>
<dependency> <groupId>com.github.PZDonny</groupId> <artifactId>DisplayEntityUtils</artifactId> <version>PLUGIN-VERSION</version> <scope>provided</scope> </dependency> ```
