-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.json
149 lines (149 loc) · 3.69 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
{
"minecraft": {
"bot": {
"prefix": "!",
"messageFormat": "{username} » {message}",
"messageRepeatBypass": true,
"messageRepeatBypassLength": 24,
"pseudo1": "",
"pseudo2": ""
},
"commands": {
"normal": true,
"soopy": true
},
"guild": {
"guildExp": 50000
},
"API": {
"hypixelAPIkey": "",
"imgurAPIkey": ""
},
"guildRequirement": {
"enabled": false,
"autoAccept": false,
"requirements": {
"senitherWeight": 0,
"lilyWeight": 0,
"skyblockLevel": 0
}
},
"skyblockEventsNotifications": {
"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,
"HOPPITY_HUNT": true
},
"customTime": {
"2": ["BANK_INTEREST", "DARK_AUCTION", "JACOBS_CONTEST"]
}
},
"hypixelUpdates": {
"enabled": true,
"hypixelNews": true,
"statusUpdates": true,
"skyblockVersion": true
}
},
"discord": {
"bot": {
"token": "",
"usernameBot": "",
"clientID": "238809504374980618",
"serverID": "1084606312257683497",
"tag": "[FLV1]",
"tag2": "[FLV2]",
"webhookid": "1074341327216574514"
},
"channels": {
"guildChatChannel": "",
"giveawayChannel": "",
"officerChannel": "",
"loggingChannel": "",
"debugMode": false,
"debugChannel": "",
"guildOnlineChannel": ""
},
"AutoreactChannel": {
"channel": ["1086001398770057268", "1086001398770057268"],
"emojis": [["1037683345758376007"], ["1057733768300994631"]]
},
"commands": {
"checkPerms": true,
"adminRole": "953370681171644506",
"staffRole": "1084606469732839474",
"users": [
"177438319590899712",
"320690641850073098",
"238809504374980618",
"323059785966813184"
],
"logChannelCarrier": "",
"logChannelTicket": "",
"logChannelDefaultService": "",
"logChannelCarrierService": "",
"logChannelCandidatureService": "",
"catégorieslayer": "",
"catégoriefloor": "",
"catégoriemaster": "",
"catégoriecarry": "",
"catégorieticket": "",
"catégoriekuudra": "",
"rolef7Id": "",
"rolef6Id": "",
"rolef5Id": "",
"rolef4Id": "",
"rolef3Id": "",
"rolef2Id": "",
"rolef1Id": "",
"rolem7Id": "",
"rolem6Id": "",
"rolem5Id": "",
"rolem4Id": "",
"rolem3Id": "",
"rolem2Id": "",
"rolem1Id": "",
"roleT3SpiderId": "",
"roleT4SpiderId": "",
"roleT4WolfId": "",
"roleT4REVId": "",
"roleT5REVId": "",
"roleT3emanId": "",
"roleT4emanId": "",
"roleT2blazeId": "",
"roleT3blazeId": "",
"roleT4blazeId": "",
"roleT1kuudraId": "",
"roleT2kuudraId": "",
"roleT3kuudraId": "",
"roleT4kuudraId": "",
"roleT5kuudraId": ""
},
"other": {
"messageMode": "webhook",
"messageFormat": "{chatType} > {skin} {rank} {username} {guildRank}§f: {message}",
"filterMessages": true,
"filterWords": ["dox", "doxx", "doxed", "doxxed", "doxing", "doxxing", "doxes", "doxxes"],
"joinMessage": false,
"logToFiles": true
}
},
"other": {
"logToFiles": true,
"autoLimbo": true
},
"database": {
"uri": ""
}
}