
TotemAnimations
How to Use
Using the /totemanimation <player> <custom_model_data>
command, you can play a totem animation with the specified CustomModelData value for the selected player. Naturally, this player must have a resource pack enabled with totems supporting CustomModelData.
Programming Interface
This plugin can be used as a development library
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
<dependency>
<groupId>com.github.YouHaveTrouble</groupId>
<artifactId>TotemAnimations</artifactId>
<version>VERSION</version>
</dependency>
TotemAnimations.playTotemAnimation(Player player, int customModelData);