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 596 tags...
Name<client.climbing_speed>
ReturnsElementTag(Decimal)
Mechanismclient.climbing_speed
DescriptionReturns the client's climbing speed.
Generated Example
- narrate "the decimal value is <client.climbing_speed>"
Sourcehttps://github.com/DenizenScript/Clientizen/blob/master/src/main/java/com/denizenscript/clientizen/tags/ClientTagBase.java#L171