Name | exhaustion |
Object | PlayerTag |
Input | ElementTag(Decimal) |
Related Tags | <PlayerTag.exhaustion> Returns 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. (...)
|
Description | Sets the exhaustion level of a player.
Works with offline players. |
Generated Example |
|
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/PlayerTag.java#L3302 |