Created
April 3, 2016 17:18
-
-
Save vimes1984/b32803ee0135b2680874c8bcd97e8708 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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