From 542f97f2f496a8e37f9be5b7f7e3ba466dd028ce Mon Sep 17 00:00:00 2001 From: Burlone <108557545+burlone0@users.noreply.github.com> Date: Sat, 24 Aug 2024 14:04:10 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ac6c2c0..8a8d4b5 100644 --- a/README.md +++ b/README.md @@ -77,16 +77,16 @@ Challenges contributed by [NotTacos](https://github.com/PhysicalDrive) - `/removeitem {user} {cosmeticname}` - Allows you to remove a cosmetic (skin, pickaxe, glider, etc.) from a user - `/unban {targetUsername}` - Unban a user from the backend by their username. ### How to set up moderators? -1) Go to Config/config.json in the directory you extracted Reboot Backend into. +1) Go to Config/config.json in the directory you extracted Reload Backend into. 2) Open it, you should see a "moderators" section in the file. 3) You have to get your discord id and replace discordId with it. 4) You can set multiple moderators like this `["discordId","discordId2"]`. -## How to start Reboot Backend +## How to start Reload Backend 1) Install [NodeJS](https://nodejs.org/en/) and [MongoDB](https://www.mongodb.com/try/download/community). -2) Download and Extract Reboot Backend to a safe location. +2) Download and Extract Reload Backend to a safe location. 3) Run "install_packages.bat" to install all the required modules. -4) Go to Config/config.json in the directory you extracted Reboot Backend into. +4) Go to Config/config.json in the directory you extracted Reload Backend into. 5) Open it, set your discord bot token (DO NOT SHARE THIS TOKEN) and save it. The discord bot will be used for creating accounts and managing your account (You can disable the discord bot by entering "bUseDiscordBot" to false in "Config/config.json"). 6) Run "start.bat", if there is no errors, it should work. 7) Use something to redirect the Fortnite servers to localhost:8080 (Which could be fiddler, ssl bypass that redirects servers, etc...)