-
Make a Discord Bot: https://discord.com/developers/applications and invite it to your guild.
-
Download this code!
-
Copy the
.env.example
file and rename the copy to.env
. -
Edit the
.env
file with the correct information. -
Add your accounts:
-
Create a folder called
private
in the root directory of the bot. -
Create a file called
mc_accounts.json
inside of theprivate
folder. -
Place the following inside of the
mc_accounts.json
file:- One account:
[ {"auth": "mojang", "username": "", "email": "", "password": ""} ]
- Two accounts:
[ {"auth": "mojang", "username": "", "email": "", "password": ""}, {"auth": "mojang", "username": "", "email": "", "password": ""} ]
- Three accounts:
[ {"auth": "mojang", "username": "", "email": "", "password": ""}, {"auth": "mojang", "username": "", "email": "", "password": ""}, {"auth": "mojang", "username": "", "email": "", "password": ""} ]
The last line ending with a
}
must not have a,
at the end. - One account:
-
Enter the account information for each account.
-
-
Start the bot with start_bot.cmd or start_bot_in_wt.cmd (If you have Windows Terminal Installed).
- Finish this README.md file.