23 lines
755 B
JSON
23 lines
755 B
JSON
{
|
|
"discordBot": true,
|
|
"webserver": false,
|
|
"ports":{
|
|
"minecraft":25566, // port for the proxy server
|
|
"web":8080
|
|
},
|
|
"openBrowserOnStart": false,
|
|
"password":"", // password for the webinterface
|
|
"MCversion":"1.12.2",
|
|
"logging": true, // log errors and queue place
|
|
"reconnect": {
|
|
"onError": true, // reconnect on error or if 2b2t kicks you
|
|
"notConnectedQueueEnd": true // restart the queue if you are not connect at the end of it
|
|
},
|
|
"minecraftserver": { // the server you want to connect. Make not much sense to change it, was just added for development purpose
|
|
"hostname": "localhost",
|
|
"port": 25565,
|
|
"renderDistance": 10,
|
|
"version": "1.12.2"
|
|
}
|
|
}
|