Skip to content

Instantly share code, notes, and snippets.

@ejm
Created September 13, 2017 19:51
Show Gist options
  • Save ejm/ec9609645513149c5467126de6be318b to your computer and use it in GitHub Desktop.
Save ejm/ec9609645513149c5467126de6be318b to your computer and use it in GitHub Desktop.
{
"server": {
"ip": "",
"port": 25565,
"online-mode": true,
"prevent-proxy-connections": false,
"network-compression-threshold": 256,
"snooper-enabled": true,
"player-idle-timeout": 0,
"max-players": 20,
"max-tick-time": 60000,
"motd": {"text": "A Minecraft Server"},
"op-permission-level": 4,
"query": {
"enable": false,
"port": 25565
},
"rcon": {
"enable": false,
"port": 25575,
"password": ""
},
"resource-pack": {
"url": "",
"sha1": ""
}
},
"level": {
"name": "world",
"type": "default",
"seed": "",
"generator-settings": "",
"max-world-size": 29999984
},
"game": {
"allow-nether": true,
"allow-flight": false,
"spawn-npcs": true,
"spawn-animals": true,
"spawn-monsters": true,
"hardcore": false,
"pvp": true,
"difficulty": "normal",
"gamemode": "survival",
"view-distance": 10
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment