flying-squid/config/default-settings.json
Romain Beaumont 7f47dacc60 add a server setting view-distance, and take the min of that settings and the player settings to get the distance to send chunks
I experimented with vanilla, and its "MultiplayerChunkCache" indicates this behavior for a vanilla server
progress on #127
2015-11-26 01:32:35 +01:00

20 lines
340 B
JSON

{
"motd": "A Minecraft Server \nRunning flying-squid",
"port": 25565,
"max-players": 10,
"online-mode": true,
"logging": true,
"gameMode": 1,
"generation": {
"name":"diamond_square",
"options":{
"worldHeight":80
}
},
"kickTimeout":10000,
"plugins": {
},
"modpe": false,
"view-distance":10
}