Entities
Last updated
Last updated
These are the methods for editing/adding an entity's tags, listed in order of priority, from highest to lowest. Before anything else, here is the configuration for the entities.
Edit/add tags by UUID. Go to the 📁entities/uuid folder and add a file with the entity's UUID (You can obtain the UUID by running the command /tagit get uuid, check ).
Add the to that file (.yml).
Edit/add tags of an entity of MythicMobs. Go to the 📁entities/mobs/mythic-mobs folder and create a file with the name provided by MythicMobs for the entity. For example, SkeletonKing.yml. This configuration will then apply to all mobs with that name.
Edit/add tags of an entity by its type. Go to the 📁entities/mobs/type folder and create a file with the name of the entity type. For example, zombie.yml. This configuration will then apply to all mobs of that type.
Edit/add tags by mob. Go to the 📁entities/mobs folder. There, you will find a file named This file applies to all mobs and serves as the configuration for mobs that have not yet been specified or configured individually.
Add the to that file (.yml).
Add the to that file (.yml).