> For the complete documentation index, see [llms.txt](https://jay-12.gitbook.io/displayentityutils/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jay-12.gitbook.io/displayentityutils/displayentityutils.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
