-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Jay edited this page Jan 2, 2026
·
51 revisions
DisplayEntityUtils is a Paper 1.20.4+ plugin designed to make manipulating display entities easier—especially when paired with models and animations created with BDEngine.
This wiki provides everything you need to get started with the plugin and its API.
Important
Bug fixes and updates are only guaranteed for the latest version of Minecraft.
Using this plugin on older versions is at your own risk, as not all features are guaranteed to work.
Rolling back to an older plugin version after using a newer one may result in errors.
-
PacketEvents is required for packet-based display entities and is used throughout the plugin.
- Start here.
- Run
/deuin-game to view descriptions for all commands. - View Command Permissions.
- Explore the sidebar for guides on specific topics.
- Join the Discord for support:
<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>