default config located at config.json.example

This commit is contained in:
MrGeorgen
2020-06-28 21:53:27 +02:00
parent 833b7af2bf
commit e4d9921048
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ A fork of the popular proxy to wait out 2b2t.org's way too long queue. [2lazy2wa
3. Open a terminal and navigate to the folder you downloaded it
4. Run `npm install`
5. copy secrets.json.example and name it secrets.json. Fill out your minecraft information in the file. Note that you must use your email adress and not your minecraft username.
6. If you so wish, edit the configuration in config.json. (On Linux ports below 1024, including port 80, require you to run the program with administrator rights.)
6. copy config.json.example and name it config.json. If you so wish, change the config. (On Linux ports below 1024, including port 80, require you to run the program with administrator rights.)
7. You need to create a discord bot. Search for a tutorial if you do not how to do that.
8. Edit the file secrets.json and replace BOT_TOKEN with your bots token
9. For trust reasons, this tool does not update automatically. Check back here once in a while to see if there are any updates.

View File

@ -2,7 +2,7 @@
"discordBot": true,
"webserver": false,
"ports":{
"minecraft":25566, // port for the proxy server
"minecraft":25565, // port for the proxy server
"web":8080
},
"openBrowserOnStart": false,