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 BDEnginearrow-up-right.

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.

arrow-up-right

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) arrow-up-right

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

Last updated