mirror of
https://github.com/YouHaveTrouble/minecraft-optimization.git
synced 2026-05-11 22:06:56 +00:00
no-tick chunks respect client render distance
This commit is contained in:
@@ -78,7 +78,7 @@ View-distance is distance in chunks around the player that the server will tick.
|
||||
|
||||
`Good starting value: 7`
|
||||
|
||||
This option allows you to set the maximum distance in chunks that the players will see. This enables you to have lower `view-distance` and still let players see further. It's important to know that while the chunks beyond actual `view-distance` won't tick, they will still load from your storage, so don't go overboard. `10` is basically maximum of what you should set this to. As of now chunks are sent to the client regardless of their view distance setting, so going on higher values for this option can cause issues for players with slower connections.
|
||||
This option allows you to set the maximum distance in chunks that the players will see. This enables you to have lower `view-distance` and still let players see further. It's important to know that while the chunks beyond actual `view-distance` won't tick, they will still load from your storage, so don't go overboard. `10` is basically maximum of what you should set this to. View distance will be matched to client client's render distance setting if it's lower than this value.
|
||||
|
||||
#### delay-chunk-unloads-by
|
||||
|
||||
|
||||
Reference in New Issue
Block a user