Denizen Script Tags


Tags are always written with a <between these marks>, and are critical to scripts, as the primary way to read data.
Learn about how tags work in The Beginner's Guide.


Showing 1 out of 2437 tags...
Name<EntityTag.monster_type>
ReturnsElementTag
DescriptionReturns the entity's monster type, if it is a monster.
This is sometimes called 'mob type' or 'entity category', but it is only applicable to enemy monsters - this is used for enchanted damage bonuses, see Tag:EnchantmentTag.damage_bonus.
This can be any of undead/water/illager/arthropod, see 🔗https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/EntityCategory.html.
Generated Example
- narrate <player.monster_type>
Groupdata
Sourcehttps://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/EntityTag.java#L1368