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<PlayerTag.exhaustion>
ReturnsElementTag(Decimal)
MechanismPlayerTag.exhaustion
DescriptionReturns the player's exhaustion value. Exhaustion is increased in vanilla when a player sprints or jumps, and is used to reduce food saturation over time.
This can reach a maximum value of 40, and decreases by 4 every tick.
Works with offline players.
Generated Example
- narrate "the decimal value is <player.exhaustion>"
Sourcehttps://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/PlayerTag.java#L904