-
Notifications
You must be signed in to change notification settings - Fork 0
/
config_sample.json
59 lines (59 loc) · 1.86 KB
/
config_sample.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
{
"token": "your.discordbot.token",
"channel_id": "channel identifier",
"steam_key": "get your key at https://steamcommunity.com/dev/apikey",
"bdb_database_path": "/path/to/botdb/",
"query_interval": 60,
"failure_limit": 10,
"query_timeout": 3,
"threads": {
"899251801575026708": {
"join": true,
"meme": true,
"track_reposts": true,
"no_self_upvote": true,
"competition": true,
"competition_deadline": 17,
"competition_announcement": 13,
"competition_length": 30,
"announce_winner_to": "773505866359242774"
}
},
"servers": [
{
"name": "Server 1",
"address": "192.168.0.1:27016",
"player_slots": 20,
"spec_slots": 6,
"id_url": "https://example.com/steamids.json",
"query_id_interval": 60,
"announce_delay": 300,
"regular_timeout": 3600,
"regular_channel_id": "123412342564546234",
"status_template": "{{ .ServerName }} Pl:{{ .Players }}/{{ .PlayerSlots }}+{{ .SpecSlots }}={{ .TotalSlots }};{{ .Map }}@{{ .Skill }}",
"down_notify_ids": ["373545713602910362", "1231241134234"],
"up_notify_ids": ["373545713602910362"]
},
{
"name": "Server 2",
"address": "192.168.0.2:27018",
"player_slots": 16,
"spec_slots": 4
}
],
"users": {
"123123123123123123": "admin",
"456456456456456456": "admin"
},
"seeding": {
"seeding": 4,
"almost_full": 12,
"cooldown": 600,
"notify_empty": true,
"ping_roles": {
"seeding": "1038787804307673119",
"almost_full": "1038788021673271388",
"full": "1038788103634173992"
}
}
}