Skip to content
Jay edited this page Sep 25, 2025 · 48 revisions

DisplayEntityUtils

DisplayEntityUtils is a Paper 1.20.4+ Plugin made with the intent to make manipulating display entities easier, especially when paired with models/animations created from BDEngine. This wiki should help you get started with using this plugin and it's API.

Important

Bug fixes and updates will only be made with the latest version of Minecraft in-mind. Using this plugin on older-versions of the game should be used as your own risk, as all features are not guaranteed to work. Rolling back to an older plugin version, after using a newer one may results in errors.

Dependencies

  • This dependency allows for usage of packet-based display entities, and is used throughout the plugin

Getting Started

More Help?

  • Explore the sidebar for help on specific topics

  • Feel free to ask for help in the Discord

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>

API for versions before v3.3.0

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

DisplayEntityUtils Wiki

Overview

General Help / Examples

Display Groups

Interaction Entities

Animations

Animation Effects (w/ Frame Points)

DisplayControllers (Mounting, Custom Entities & Equipment)

Skript Help / Examples

API Help / Examples

Old Help / Examples

Clone this wiki locally