# 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](https://block-display.com/).

{% hint style="info" icon="diamond-exclamation" %}

* 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**.
  {% endhint %}

[![](https://dcbadge.limes.pink/api/server/k3wtdG5fRZ)](https://discord.gg/k3wtdG5fRZ)

### Dependencies

* **PacketEvents (Required)**
* WorldEdit (Optional, for converting builds to groups/models)
* Skript (Optional, for Skript syntax usage)
* MythicMobs (Optional, for custom modeled entities, using **DisplayControllers**)

### Plugin API (For Developers) [![](https://jitpack.io/v/PZDonny/DisplayEntityUtils.svg)](https://jitpack.io/#PZDonny/DisplayEntityUtils)

#### 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 versions before v3.3.0

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://jay-12.gitbook.io/displayentityutils/displayentityutils.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
