forked from themoonisacheese/2bored2wait
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json.example
32 lines (32 loc) · 1.33 KB
/
config.json.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"discordBot": DISCORDBOT_FLAG,
"webserver": WEBSERVER_FLAG,
"ports":{
"minecraft":MINECRAFT_PROXY_PORT, // port for the proxy server
"web":WEB_UI_PORT
},
"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": false // 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": "2b2t.org",
"is2b2t": true, // to allow proxies inbetween 2bored2wait and 2b2t
"port": 25565,
"version": "1.12.2",
"onlinemode": true,
"username": "lol" // the username to use if onlinemode is false
},
"notification": { // sends a message via discord if the place in the queue reaches the specified number
"enabled": true, // you must send the bot a message once.
"queuePlace": 20
},
"userStatus": true, // show username in discord bot status, in case of alts
"antiAntiAFK": true, // to bypass antiAFK plugins
"chunkCaching": true,
"joinOnStart": false // join the server when 2b2w is started
}