From e4d9921048154981df5bf367d5409a6fcd170de6 Mon Sep 17 00:00:00 2001 From: MrGeorgen Date: Sun, 28 Jun 2020 21:53:27 +0200 Subject: [PATCH] default config located at config.json.example --- README.md | 2 +- config.json => config.json.example | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename config.json => config.json.example (95%) diff --git a/README.md b/README.md index 0f32e32..e31d4cd 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/config.json b/config.json.example similarity index 95% rename from config.json rename to config.json.example index e99fd98..324531a 100644 --- a/config.json +++ b/config.json.example @@ -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,