-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathexampleconfig.json
38 lines (38 loc) · 1.02 KB
/
exampleconfig.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
{
"token": "TOKEN",
"server": {
"ip": "mc.hypixel.net",
"port": 25565
},
"motd_pfp": true,
"defPresence": {
"status": "dnd",
"activity": {
"type": "PLAYING",
"name": "at mc.hypixel.net"
}
},
"updates": {
"presence": {
"enabled": true,
"type": "WATCHING",
"format": "%p% players",
"offline": "🛑 0 players!",
"timeout": 10
},
"channel_name": {
"enabled": true,
"channel_id": "CHANNEL_ID",
"format": "📊 %p% online",
"offline": "🛑 Offline",
"timeout": 300
},
"channel_description": {
"enabled": true,
"channel_id": "CHANNEL_ID",
"format": "📊 There are %p% people on the server! Join at mc.hypixel.net",
"offline": "🛑 Server is currently offline!",
"timeout": 300
}
}
}