-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.example.json
41 lines (41 loc) · 1002 Bytes
/
config.example.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
{
"servers": [
{
"name": "example-server",
"serverApiId": "CFTools Cloud Server ID",
"connect": {
"ip": "127.0.0.1",
"port": 2302
},
"commands": {
"haspriority": {},
"details": {},
"playerstats": {},
"leaderboard": {
"defaultStat": "kills",
"allowedStats": [
"kills",
"deaths",
"suicides",
"playtime",
"longest_kill",
"longest_shot",
"kdratio"
]
}
}
}
],
"discord": {
"token": "Discord app token",
"author": "Optional author name (remove to use default)",
"guild": {
"id": "The Guild ID of your Discord server (right click on the server and select 'Copy ID' once you enabled the developer mode in Discord)"
},
"presence": false
},
"cftools": {
"applicationId": "CFTools Cloud application ID",
"secret": "CFTools Cloud application secret"
}
}