Initial commit

This commit is contained in:
MrGeorgen
2020-04-12 15:45:54 +02:00
commit 1f2ce221e7
12 changed files with 1490 additions and 0 deletions

22
config.json Normal file
View 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"
}
}