# Entities

These are the methods for <mark style="color:yellow;">editing/adding</mark> an entity's tags, listed in <mark style="color:yellow;">order of priority</mark>, from highest to lowest. Before anything else, here is the configuration for the entities.

## Principal config (yml)

```yaml
enabled: true # if false => tags will not work.
translation:
  x: 0
  y: 0
  z: 0
tags:  # check tags' folder.
  - hearts/normal-style
  - normal/custom-name
```

***

## UUID

Edit/add tags by UUID. Go to the 📁<mark style="color:blue;">**entities/uuid**</mark>**&#x20;folder** and add a file with the entity's UUID (You can obtain the UUID by running the command <mark style="color:purple;">/tagit get uuid</mark>, check [**Commands & Permission**](/plugins-eyestechno/plugins/premium/tagit/commands-and-permissions.md)).

Add the [Principal Config (cick here)](#principal-config-yml) to that file (.yml).

<div align="left"><figure><img src="/files/TiVNqfDg8CoHFypCBDg2" alt=""><figcaption><p>uuid folder</p></figcaption></figure></div>

## Mobs

Edit/add tags by mob.  Go to the 📁<mark style="color:blue;">**entities/mobs**</mark>**&#x20;folder**. There, you will find a file named [<mark style="color:blue;">**general.yml**</mark>.](#principal-config-yml) This file applies to all mobs and serves as the configuration for mobs that have not yet been specified or configured individually.

<div align="left"><figure><img src="/files/LjlLmd8nTlyD8egEZwkk" alt=""><figcaption><p>mobs folder</p></figcaption></figure></div>

### MythicMobs

Edit/add tags of an entity of MythicMobs. Go to the 📁<mark style="color:blue;">**entities/mobs/mythic-mobs**</mark>**&#x20;folder** and create a file with the name provided by MythicMobs for the entity. For example, <mark style="color:blue;">**SkeletonKing.yml**</mark>. This configuration will then apply to all mobs with that name.&#x20;

Add the [Principal Config (cick here)](#principal-config-yml) to that file (.yml).

<div align="left"><figure><img src="/files/w1W7TCHf2FdTBdgKEy5d" alt=""><figcaption><p>mythic-mobs folder</p></figcaption></figure></div>

### Type

Edit/add tags of an entity by its type. Go to the 📁<mark style="color:blue;">**entities/mobs/type**</mark>**&#x20;folder** and create a file with the name of the entity type. For example, <mark style="color:blue;">**zombie.yml**</mark>. This configuration will then apply to all mobs of that type.

Add the [Principal Config (cick here)](#principal-config-yml) to that file (.yml).

<div align="left"><figure><img src="/files/NiH2Hu6RxSBq8jLXsARc" alt=""><figcaption></figcaption></figure></div>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://eyestechno.gitbook.io/plugins-eyestechno/plugins/premium/tagit/entities.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
