Skip to content
Jay edited this page Jan 2, 2026 · 51 revisions

DisplayEntityUtils

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.


Dependencies

  • PacketEvents is required for packet-based display entities and is used throughout the plugin.


Getting Started


More Help?

  • Explore the sidebar for guides on specific topics.
  • Join the Discord for support:


Plugin API (For Developers)

API for v3.3.0+

<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>

DisplayEntityUtils Wiki

Overview

General Help / Examples

Display Groups/Models

Interactions & Mannequins

Animations

Animation Effects

DisplayControllers (Mounting, Custom Entities & Equipment)

Skript Help / Examples

API Help / Examples

Old Help / Examples

Clone this wiki locally