Name | simulation_distance |
Object | WorldTag |
Input | ElementTag(Number) |
Related Tags | <WorldTag.view_distance> Returns the view distance of this world. Chunks are visible to players inside this radius. (...)
<server.view_distance> Returns the server's current view distance.
|
Description | Sets this world's view distance. All chunks within this radius will be tracked by the server.
Input should be a number from 2 to 32. See also WorldTag.view_distance |
Generated Example |
|
Group | paper |
Requires | Paper |
Source | https://github.com/DenizenScript/Denizen/blob/dev/paper/src/main/java/com/denizenscript/denizen/paper/properties/PaperWorldExtensions.java#L140 |