mirror of
https://github.com/ApfelTeeSaft/Reload-Backend.git
synced 2026-08-26 19:33:26 +00:00
4.6 KiB
4.6 KiB
Reload Backend
Reload Backend is a universal Fortnite private server backend written in JavaScript
Created by Burlone, This is a modded backend, all main backend credits to Lawin
Features
- Locker:
- Changing items.
- Changing banner icon and banner color.
- Changing item edit styles.
- Favoriting items.
- Marking items as seen.
- Friends:
- Adding friends.
- Accepting friend requests.
- Removing friends.
- Blocking friends.
- Setting nicknames.
- Removing nicknames.
- Item Shop:
- Customizable Item Shop.
- Purchasing items from the Item Shop.
- Gifting items to your friends.
- BattlePass (s2-s10):
- Possibility to buy the battle pass.
- Possibility to purchase pass levels.
- Challenges:
- Daily missions worked (Backend Part).
- Working weekly missions (Backend Part).
- SAC (Support A Creator):
- It supports a supported creator, you can set it using the
/createsac {code} {ingame-username}command on discord. - Rewards in vbucks for those who support a creator.
- It supports a supported creator, you can set it using the
- Matchmaker:
- An improved matchmaker.
XMPP Features
- Parties (builds 3.5 to 14.50).
- Chat (whispering, global chat, party chat).
- Friends.
TO-DO
- Create an automatic shop
- Create a support with save the world
Discord Bot Commands
User Commands:
/create {email} {username} {password}- Creates an account on the backend (You can only create 1 account)./details- Retrieves your account info./lookup {username}- Retrieves someones account info./exchange-code- Generates an exchange code for login. (One time use for each code and if not used it expires after 5 mins)./change-username {newUsername}- You can change your username using this command./change-email {newEmail}- You can change your email using this command./change-password {newPassword}- You can change your password using this command./sign-out-of-all-sessions- Signs you out if you have an active session./vbucksamount- Shows how many vbucks to the user
Admin Commands:
- You can only use the admin commands if you are a moderator.
/addall {user}- Allows you to give a user all cosmetics. Note: This will reset all your lockers to default/addvbucks {user} {vbucks}- Lets you change a users amount of vbucks/ban {targetUsername}- Ban a user from the backend by their username./createsac {code} {ingame-username}- Creates a Support A Creator Code./delete {username}- Deletes a users account/kick {targetUsername}- Kick someone out of their current session by their username./removevbucks {user} {vbucks}- Lets you change a users amount of vbucks/unban {targetUsername}- Unban a user from the backend by their username.
How to set up moderators?
- Go to Config/config.json in the directory you extracted Reboot Backend into.
- Open it, you should see a "moderators" section in the file.
- You have to get your discord id and replace discordId with it.
- You can set multiple moderators like this
["discordId","discordId2"].
How to start Reboot Backend
- Install NodeJS and MongoDB.
- Download and Extract Reboot Backend to a safe location.
- Run "install_packages.bat" to install all the required modules.
- Go to Config/config.json in the directory you extracted Reboot Backend into.
- 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").
- Run "start.bat", if there is no errors, it should work.
- Use something to redirect the Fortnite servers to localhost:8080 (Which could be fiddler, ssl bypass that redirects servers, etc...)
- When Fortnite launches and is connected to the backend, enter your email and password (or launch with an exchange code) then press login. It should let you in and everything should be working fine.
