-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.json
37 lines (37 loc) · 948 Bytes
/
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
{
"ip": "127.0.0.1",
"port": 3838,
"singleUseLimit": 15000,
"fetchServerListPeriod": 3600000,
"pingActiveServerPeriod": 300000,
"pingInactiveServerPeriod": 900000,
"serverVendors": {
"bungeecord": "bungeecord",
"cauldron": "cauldron",
"spigot": "spigot",
"tekkit": "tekkit",
"bukkit": "bukkit"
},
"sourceList": [
{
"jsonPath": "http://hkcdc.org/server_list.php",
"thread": "http://bbs.hkcdc.org/thread-{tid}-1-1.html",
"ip": "{mc_ip}"
},
{
"jsonPath": "https://apps.wtako.net/mchkstat/list",
"thread": "http://www.minecraft-hk.com/thread-{ThreadID}-1-1.html",
"ip": "{IP}:{Port}"
},
{
"jsonPath": "https://forum.minecraft-hk.net/svlisting",
"thread": "https://forum.minecraft-hk.net/threads.{tid}~1-1",
"ip": "{sv_ip}"
}
],
"stats": {
"enabled": true,
"db": "mongodb://localhost/mcs",
"keepTimespan": 10080000
}
}