-
Notifications
You must be signed in to change notification settings - Fork 40
/
config.example.json
128 lines (125 loc) · 3.09 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
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
{
"minecraft": {
"bot": {
"prefix": "!",
"messageFormat": "{username} » {message}",
"messageRepeatBypassLength": 24
},
"commands": {
"normal": true,
"soopy": true
},
"fragBot": {
"enabled": true,
"whitelist": false,
"whitelisted": [],
"blacklist": false,
"blacklisted": []
},
"guild": {
"guildExp": 50000
},
"API": {
"hypixelAPIkey": "HYPIXEL_API_KEY",
"imgurAPIkey": "IMGUR_API_KEY"
},
"guildRequirements": {
"enabled": false,
"autoAccept": false,
"requirements": {
"bedwarsStars": -1,
"bedwarsStarsWithFKDR": -1,
"bedwarsFKDR": -1,
"skywarsStars": -1,
"skywarsStarsWithKDR": -1,
"skywarsKDR": -1,
"duelsWins": -1,
"duelsWinsWithWLR": -1,
"duelsWLR": -1,
"senitherWeight": -1,
"lilyWeight": -1,
"skyblockLevel": -1
}
},
"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": "DISCORD_BOT_TOKEN",
"serverID": "DISCORD_SERVER_ID"
},
"channels": {
"guildChatChannel": "GUILD_CHAT_CHANNEL_ID",
"officerChannel": "OFFICER_CHANNEL_ID",
"loggingChannel": "LOGGING_CHANNEL_ID",
"debugMode": true,
"debugChannel": "DEBUG_CHANNEL_ID",
"allowedBots": ["BOT_USER_ID"]
},
"commands": {
"checkPerms": true,
"commandRole": "COMMAND_ROLE_ID",
"blacklistRoles": ["BLACKLIST_ROLE_ID"],
"users": ["486155512568741900"]
},
"other": {
"messageMode": "minecraft",
"messageFormat": "{chatType} > {skin} {rank} {username} {guildRank}§f: {message}",
"filterMessages": true,
"filterWords": ["dox", "doxx", "doxed", "doxxed", "doxing", "doxxing", "doxes", "doxxes"],
"joinMessage": true,
"autoLimbo": false
}
},
"web": {
"enabled": false,
"port": 1439,
"token": "WEBSOCKET_TOKEN"
},
"verification": {
"enabled": false,
"verifiedRole": "VERIFIED_ROLE_ID",
"removeVerificationRole": true,
"guildMemberRole": "GUILD_MEMBER_ROLE_ID",
"autoUpdater": true,
"autoUpdaterInterval": 24,
"name": "{username}",
"ranks": [
{
"name": "IN_GAME_RANK_NAME",
"role": "DISCORD_ROLE_ID"
}
]
},
"other": {
"autoUpdater": true,
"autoUpdaterInterval": 12,
"logToFiles": true
}
}