update cmd gives better output

This commit is contained in:
MrGeorgen
2020-06-28 17:24:14 +02:00
parent e3fef4f097
commit 833b7af2bf
2 changed files with 85 additions and 51 deletions

View File

@ -11,14 +11,14 @@
"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
"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": "localhost",
"hostname": "2b2t.org",
"port": 25565,
"renderDistance": 8,
"version": "1.12.2",
"onlinemode": false, // chunk caching does not work correctly if set to false
"onlinemode": true, // chunk caching does not work correctly if set to false
"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