-
Make a Discord Bot: https://discord.com/developers/applications and invite it to your guild.
-
Download this code!
-
Copy the
.env.examplefile and rename the copy to.env. -
Edit the
.envfile with the correct information. -
Add your accounts:
-
Create a folder called
privatein the root directory of the bot. -
Create a file called
mc_accounts.jsoninside of theprivatefolder. -
Place the following inside of the
mc_accounts.jsonfile:- 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.