This is just a plugin to manage entities using PacketEvents and EntityLib in compiled mode.
Installation: Must be installed in the plugins root folder (not an addon or ext.)
https://github.com/UlrichBR/EntityWizard/releases/latest
https://jitpack.io/#UlrichBR/EntityWizard/1.5.0
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependency>
<groupId>com.github.UlrichBR</groupId>
<artifactId>EntityWizard</artifactId>
<version>1.5.0</version>
</dependency>