-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.json
More file actions
18 lines (18 loc) · 1.33 KB
/
config.json
File metadata and controls
18 lines (18 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"token": "1234", // Set your Token of your bot
"prefix": "?", //Set a prefix for your bot to use the commands, example: (?) example command: (?coords)
"ip": "0.0.0.0", // Ip example: (localhost or 0.0.0.0)
"port": 25565, // Set the server port example: (25565)
"username": "AnarchyDevBot_Test", // Set su to the nickname of the bot example: (AnarchyDevBot), and if you put your bot in mojang or microsoft mode put your email, example: email@example.com
"password": "", // Put the password of your account, this only works for premium accounts if it is a cracked account leave as is
"password_server": "P@ssw0rd1234", // If the server is not premium put a password, example: (P@ssw0rd1234)
"version": "1.12.2", // Server version
"auth": "cracked", // Mojang or Microsoft or Cracked
"chatchannelid": "0000000000000000000", // set to your discord channel id for the chat
"guildid": "0000000000000000000", // Set to your guild id on discord
"userid": "0000000000000000000", // Set to your user id on discord, or the commands wont work
"activity": "Configuring anarchy servers", // Bot info
"status": "online", // Bot status dnd / online / idle
"antiafk": "true", // bot goes forward for anti-afk, true / false
"loginmessage": "I am the anarchydev bot, created by PistonCube" // Message on login
}