forked from SkyKings-Network/Hypixel-Chat-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.example.json
38 lines (38 loc) · 1.93 KB
/
config.example.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"server": {
"host": "mc.hypixel.net",
"port": 25565
},
"minecraft": {
"username": "yourUsername",
"password": "yourPassword",
"lobbyHolder": "ignUsername",
"accountType": "mojang"
},
"discord": {
"token": "discordBotToken",
"channel": "channelId",
"commandRole": "roleId",
"ownerId": "ownerId",
"prefix": "!",
"messageMode": "bot",
"autoAccept": false,
"weightRequirements": 0,
"blacklistedWords": ["nigger", "negro", "cunt", "faggot", "bitch", "fuck", "gay", "fag", "shit", "slag", "slut", "hitler", "nazi", "dick", "ch1t",
"d1ck", "dik", "dichead", "d1c", "azz", "c0ck", "cock", "penis", "vagina", "vegina", "vejina", "vajina", "muzerfucer", "motherfucker",
"kock", "koc", "k0ck", "f0k", "fock", "fok", "foc", "kys", "fuck", "cunt", "cvnt", "dickhead", "asshole", "arsehole", "fuckhead",
"fag", "fags", "faggot", "faggots", "feggit", "feggits", "faggit", "faggits", "cunts", "kkk", "whore", "whores", "slut", "sluts",
"cunt", "cunts", "dickhead", "dickheads", "fucktard", "fucker", "fvcker", "fuckerrs", "fvckers", "fckkers", "fucking", "fvcking",
"shit", "shart", "shite", "whalecum", "pussy", "cock", "dick", "twat", "hump", "whitey", "redneck", "rednecks", "chingchong", "darky",
"darkey", "darkie", "darkies", "darkys", "darkeys", "redskin", "redskins", "squinty", "tacohead", "anal", "bastard", "blowjob", "boner",
"boob", "boobs", "boobies", "boobeez", "boobiez", "boobz", "tit", "tits", "titties", "dildo", "vagina", "whore", "cum", "heil", "sex",
"piss", "bitch", "fap", "rape", "raped", "kekma", "niggas"],
"blacklistedPlayers": [],
"embedMessages": true
},
"express": {
"enabled": false,
"port": 8880,
"authorization": "authorizationHeaderString"
}
}