The server has a cap on render distance, we have our view-distance=10.
Sets the amount of world data the server sends the client, measured in chunks in each direction of the player (radius, not diameter). It determines the server-side viewing distance. The “Far” viewing distance is 16 chunks, sending 1089 total chunks (the amount of chunks that the server will load can be seen in the debug screen). “Normal” view distance is 8, for 289 chunks.
10 is the default/recommended. If you have major lag, reduce this value.
I don’t want people spawning and seeing a bunch of crappy cobblestone boxes, I try to strive for quality for the server.
Thread closed.