-
Notifications
You must be signed in to change notification settings - Fork 6
/
config.json
28 lines (28 loc) · 866 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
{
"token": "COMPLETE THIS VALUE",
"presence_type": "watching",
"presence": "open source grow",
"discord_member_count_channel_id": 12345678900,
"discord_member_count_format": "{count} members",
"user_channel_ids": [
12345678901
],
"cftools_application_id": "COMPLETE THIS VALUE",
"cftools_client_id": "COMPLETE THIS VALUE",
"cftools_secret": "COMPLETE THIS VALUE",
"servers": [
{
"name": "Example Server",
"ip": "COMPLETE THIS VALUE",
"rcon_port": 2302,
"rcon_password": "COMPLETE THIS VALUE",
"steam_port": 27016,
"admin_channel_id": 12345678902,
"chat_channel_id": 12345678903,
"player_count_channel_id": 12345678904,
"player_count_format": "Players: {players}/{slots}",
"player_count_queue_format": " +{queue}",
"cftools_service_id": "COMPLETE THIS VALUE"
}
]
}