tagTags

Each one serves a different function. It’s important to save each configuration in its respective folder, depending on what you want to achieve with the tag.

tags folder.

ItemsAdder

You can change the unicodes for an ItemsAdder font


Bars

To create a bar tag, go to the 📁tags/bars folder and create a .yml file there, where you will add your configuration.

bars folder

Features

  • Custom bars (you can create all bars you want editing resource-pack or using the plugins supported)

  • Differents modes (check the "mode" section of the config)

  • Can add a frame

  • Can change the bar color and the background color

Config (.yml)

Placeholders (owned)

  • name-tag

    • %tagit_health% -> shows the bar


Hearts

To create a hearts tag, go to the 📁tags/hearts folder and create a .yml file there, where you will add your configuration.

hearts folder

Features

  • Custom hearts (you can create all hearts you want editing resource-pack or using the plugins supported)

  • Animation overlay

  • Effects -> Poison, Wither

Config (.yml)

Placeholders (owned)

  • name-tag

    • %tagit_health% -> shows the hearts

  • Suffix.format -> show a text to the end of the hearts

%tagit_health_amount:0+1%
%tagit_health_amount:0%
%tagit_health_amount:+1%
%tagit_health_amount%
Explanation

begin hearts

end hearts


Normal

To create a normal tag, go to the 📁tags/normal folder and create a .yml file there, where you will add your configuration.

normal folder

Features

  • Custom names (Add all custom names that yo want to any entity)

  • customName detection

  • entity type detection

Config (.yml)

Placeholders (owned)

  • name-tag

    • %tagit_entity:customName% -> shows the custom name of the entity (name tag)

    • %tagit_entity:type% -> shows the type of the entity

Last updated