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 1000
Using Nexo Items
/nexoaddon totem PlayerName diamond_totem
Required 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: 1001
Last updated