-added multidimension support for chunk caching

-discord Bot sends a message when the queue is about to finish
This commit is contained in:
MrGeorgen
2020-04-14 18:31:31 +02:00
parent 1f2ce221e7
commit ada57813e5
3 changed files with 109 additions and 84 deletions

View File

@ -14,9 +14,15 @@
"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",
"hostname": "2b2t.org",
"port": 25565,
"renderDistance": 10,
"version": "1.12.2"
"renderDistance": 8,
"version": "1.12.2",
"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
"enabled": true, // you must send the bot a message once.
"queuePlace": 20
}
}