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 2471 tags...
Name<EntityTag.body_stingers>
ReturnsElementTag(Number)
MechanismEntityTag.body_stingers
Description(Property) Returns the number of bee stingers stuck in an entity's body.
Note: Bee stingers will only be visible for players or player-type npcs.
Generated Example
- narrate "the number value is <player.body_stingers>"
GroupProperties
RequiresPaper
Sourcehttps://github.com/DenizenScript/Denizen/blob/dev/paper/src/main/java/com/denizenscript/denizen/paper/properties/EntityBodyStingers.java#L10