forked from Wristspasm/Wristspasm-Discord-Bot
-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.json
88 lines (80 loc) · 2.11 KB
/
config.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"minecraft": {
"prefix": "!",
"guildID": "5b8dd8cb0cf24573ab84c9ad",
"guildExp": 50000,
"messageRepeatBypass": true,
"messageRepeatBypassLength": 24
},
"discord": {
"token": "",
"clientID": "737095235242295337",
"serverID": "600311056627269642",
"guildChatChannel": "600317865429565490",
"officerChannel": "999439762664468603",
"loggingChannel": "992017011959943238",
"commandRole": "975972476020490300",
"messageMode": "minecraft",
"filterMessages": true,
"joinMessage": false,
"linkedRole": "1003353024720277504",
"guildMemberRole": "600313217603993617",
"eliteRole": "903878793859575818",
"noviceRole": "903345611863126126"
},
"channels": {
"guildMember": "821560951677386762",
"guildLevel": "821560990083842089",
"inactivity": "740044200942239808",
"joinRequests": "992017011959943238"
},
"console": {
"maxEventSize": 50,
"debug": true,
"debugChannel": "667191844903452672"
},
"api": {
"hypixelAPI": "https://api.hypixel.net",
"hypixelAPIkey": "",
"antiSniperAPI": "https://api.antisniper.net",
"antiSniperKey": "",
"playerDBAPI": "https://playerdb.co/api/player/minecraft",
"pixelicAPI": "https://api.pixelic.de",
"pixelicAPIkey": "",
"imgurAPIkey": ""
},
"event": {
"enabled": true,
"notifiers": {
"BANK_INTEREST": true,
"DARK_AUCTION": true,
"ELECTION_BOOTH_OPENS": true,
"ELECTION_OVER": true,
"FALLEN_STAR_CULT": true,
"FEAR_MONGERER": true,
"JACOBS_CONTEST": true,
"JERRYS_WORKSHOP": true,
"NEW_YEAR_CELEBRATION": true,
"SEASON_OF_JERRY": true,
"SPOOKY_FESTIVAL": true,
"TRAVELING_ZOO": true
}
},
"guildRequirement": {
"enabled": true,
"autoAccept": false,
"requirements": {
"bedwarsStars": 200,
"bedwarsStarsWithFKDR": 100,
"bedwarsFKDR": 2,
"skywarsStars": 15,
"skywarsStarsWithKDR": 10,
"skywarsKDR": 2,
"duelsWins": 2500,
"duelsWinsWithWLR": 1500,
"duelsWLR": 2.5,
"senitherWeight": 2500,
"lilyWeight": 0
}
}
}