default config located at config.json.example
This commit is contained in:
@ -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
|
3. Open a terminal and navigate to the folder you downloaded it
|
||||||
4. Run `npm install`
|
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.
|
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.
|
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
|
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.
|
9. For trust reasons, this tool does not update automatically. Check back here once in a while to see if there are any updates.
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
"discordBot": true,
|
"discordBot": true,
|
||||||
"webserver": false,
|
"webserver": false,
|
||||||
"ports":{
|
"ports":{
|
||||||
"minecraft":25566, // port for the proxy server
|
"minecraft":25565, // port for the proxy server
|
||||||
"web":8080
|
"web":8080
|
||||||
},
|
},
|
||||||
"openBrowserOnStart": false,
|
"openBrowserOnStart": false,
|
||||||
Reference in New Issue
Block a user