mirror of
https://github.com/danbulant/flying-squid
synced 2026-06-10 10:01:48 +00:00
26 lines
477 B
JSON
26 lines
477 B
JSON
{
|
|
"motd": "A Minecraft Server \nRunning flying-squid",
|
|
"port": 25565,
|
|
"max-players": 10,
|
|
"online-mode": true,
|
|
"logging": true,
|
|
"gameMode": 1,
|
|
"worldFolder":"world",
|
|
"generation": {
|
|
"name": "diamond_square",
|
|
"options":{
|
|
"worldHeight": 80
|
|
}
|
|
},
|
|
"kickTimeout": 10000,
|
|
"plugins": {
|
|
|
|
},
|
|
"modpe": false,
|
|
"view-distance": 10,
|
|
"player-list-text": {
|
|
"header":"Flying squid",
|
|
"footer":"Test server"
|
|
},
|
|
"everybody-op":true
|
|
}
|