Skip to content

Instantly share code, notes, and snippets.

@vimes1984
Created April 3, 2016 17:18
Show Gist options
  • Save vimes1984/b32803ee0135b2680874c8bcd97e8708 to your computer and use it in GitHub Desktop.
Save vimes1984/b32803ee0135b2680874c8bcd97e8708 to your computer and use it in GitHub Desktop.
{
"servers":[
{
"name": "scripting",
"description": "A scripting enabled server",
"public": true,
"port": 17099,
"host" : "localhost",
"version": "1.9.2",
"keepAlive": false,
"directaddress": ""
}
],
"proxy":{
"onlineMode": true,
"port": 25567,
"host": "0.0.0.0",
"UDPqueryport": 25567,
"UDPqueryportenabled": true,
"keepAlive": false,
"version": "1.9.2",
"motd": ""
},
"logcommands":{
"client": {
"login": true,
"end": true,
"error": true,
"packet": true,
"raw": true
},
"proxy": {
"login": true,
"packet": true,
"raw": true,
"end": true,
"error": true
}
},
"mongodb": {
"host": "",
"port": "",
"username": "",
"password": ""
},
"mcstats": true,
"connectionthrottle": 50000,
"timeout": 30000,
"ipforward": true,
"playerlimit": 10,
"pingpassthrough": true,
"forcedefaultserver": true,
"default": "scripting",
"fallback": "scripting"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment