Totem Command
Totem Animation Command.
The item MUST be a TOTEM_OF_UNDYING to display custom models/textures!
Usage
/nexoaddon totem <player> <customModelData|nexoID>Examples
Using CustomModelData
/nexoaddon totem PlayerName 1000Using Nexo Items
/nexoaddon totem PlayerName diamond_totemRequired Item Setup
For custom totems to work, they must be properly configured as TOTEM_OF_UNDYING items. Here are example configurations:
Nexo Item Configuration
diamond_totem:
material: TOTEM_OF_UNDYING
Pack:
parent_model: item/generated
texture: item/diamond
custom_model_data: 1000
cool_totem:
material: TOTEM_OF_UNDYING
Pack:
model: my_cool_model
custom_model_data: 1001Last updated