Totem Command

Totem Animation Command.

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

The animation will only show correctly if:

  1. The item is a TOTEM_OF_UNDYING

  2. The custom model/texture is properly set up in Nexo

Last updated