mirror of
https://github.com/danbulant/flying-squid
synced 2026-05-19 12:18:52 +00:00
29 lines
537 B
JSON
Executable file
29 lines
537 B
JSON
Executable file
{
|
|
"motd": "A Minecraft Server \nRunning flying-squid",
|
|
"port": 25565,
|
|
"max-players": 10,
|
|
"online-mode": true,
|
|
"logging": true,
|
|
"gameMode": 1,
|
|
"difficulty": 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,
|
|
"max-entities":100,
|
|
"version": "1.12.2"
|
|
}
|