## 用法
`/totemanimation <玩家> ` 命令允许你向指定玩家显示带有提供的 CustomModelData 的图腾动画。显而易见的是,该玩家必须拥有启用了 CustomModelData 图腾的资源包。
## API
插件可以作为 API 使用
```xml
jitpack.io
https://jitpack.io
```
```xml
com.github.YouHaveTrouble
TotemAnimations
VERSION
```
```java
TotemAnimations.playTotemAnimation(Player player, int customModelData);
```