NexoAddon
PolymartSpigotDiscordGithubNexo
  • NexoAddon
  • Components
    • equippable
    • fertilizer
    • jukebox_playable
    • skull_value
  • Mechanics
    • Aura
    • BedrockBreak
    • BigMining
    • BlockAura
    • BottledExp
    • Custom Block Experience
    • Decay
    • Infested
    • KillMessage
    • MiningTools
    • Remember
    • Repair
    • ShiftBlock
    • Signal
    • SpawnerBreak
    • Stackable
    • Unstackable
    • VeinMiner
  • Populators
    • Block Populators
  • Recipes
    • Smithing Recipe
  • Commands
    • Totem Command
  • Settings
    • Double Hit Destroy
    • Bossbar
    • Count shears as silktouch
    • Prevent furniture breaks
    • Delay of Aura Mechanic
    • Default config.yml
Powered by GitBook
On this page
  • Usage
  • Examples
  • Required Item Setup
Edit on GitHub
  1. Commands

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

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

PreviousSmithing RecipeNextDouble Hit Destroy

Last updated 2 months ago