-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathconfig.json
More file actions
51 lines (51 loc) · 1.43 KB
/
config.json
File metadata and controls
51 lines (51 loc) · 1.43 KB
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
{
"bot": {
"token": "bottoken",
"presence": {
"status": "online",
"activities": [{
"name": "Minecraft Servers",
"type": "WATCHING"
}]
}
},
"minecraft": {
"servers": [{
"name": "Hypixel",
"ip": "hypixel.net",
"port": 25565,
"channelId": "1361757965014798526",
"updateInterval": 30000,
"display": {
"type": "chart",
"banner": {
"url": "https://github.com/BLKOFFICIAL.png",
"enabled": false
},
"chart": {
"enabled": true,
"historyHours": 24,
"color": "#3498db"
},
"showNextUpdate": true
}
}]
},
"embed": {
"colors": {
"online": "#00ff00",
"offline": "#ff0000"
},
"title": "🎮 Minecraft Server Status",
"footer": {
"text": "Made with ❤️ by Team BLK",
"iconURL": "https://github.com/BLKOFFICIAL.png"
}
},
"credits": {
"author": "Team BLK",
"youtube": "https://www.youtube.com/@team_blk_official",
"discord": "adithyadev.blk",
"github": "https://github.com/BLKOFFICIAL"
}
}