forked from MrGeorgen/2smart2wait
Initial commit
This commit is contained in:
22
config.json
Normal file
22
config.json
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user