Name | view_distance |
Object | PlayerTag |
Input | ElementTag(Number) |
Related Tags | <PlayerTag.view_distance> Returns this player's view distance, or the view distance of the world they're in if unset.
|
Description | Sets this player's view distance. Input must be a number between 2 and 32.
This will be reset when a player rejoins. Provide no input to unset. |
Generated Example |
|
Group | paper |
Requires | Paper |
Source | https://github.com/DenizenScript/Denizen/blob/dev/paper/src/main/java/com/denizenscript/denizen/paper/properties/PaperPlayerExtensions.java#L152 |