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 2465 tags...
Name<PlayerTag.view_distance>
ReturnsElementTag(Number)
MechanismPlayerTag.view_distance
DescriptionReturns this player's view distance, or the view distance of the world they're in if unset.
Generated Example
- narrate "the number value is <player.view_distance>"
Grouppaper
RequiresPaper
Sourcehttps://github.com/DenizenScript/Denizen/blob/dev/paper/src/main/java/com/denizenscript/denizen/paper/properties/PaperPlayerExtensions.java#L82