Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.4
Platforms
Bukkit
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed GPL-2.0-only
Published 2 years ago
Updated 6 months ago
Usage
/totemanimation <player> <custom_model_data>
command allows you to display totem animation with provided CustomModelData to specified player. Obviously, that player has to have resource pack with CustomModelData totems enabled.
API
Plugin can be used as an API
<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);