-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.ini
More file actions
28 lines (24 loc) · 642 Bytes
/
config.ini
File metadata and controls
28 lines (24 loc) · 642 Bytes
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
auto_reconnect = 1
debug = 1
; Stam Web API key can be obtained from https://steamcommunity.com/dev/apikey
steam_api_key = XXXXXXXXXXXXXXXXXXXXXXXX
; WebRCON server address, incluing (including rcon port)
rcon_address = "127.0.0.1:28016"
; WebRCON password
rcon_password = "xxxxxxxxxxxxxxxxxxxxxx"
; Anti cheat configs
anticheat = "autoban1,autoban2,autoban3"
[autoban1]
number_of_vac_bans = 1
days_since_last_ban = 180
[autoban2]
number_of_vac_bans = 2
days_since_last_ban = 540
[autoban3]
number_of_vac_bans = 3
days_since_last_ban = 0
[tg]
sync_chat = 1
bot_api = "XXXXXXX:XXXXXXXXXXXXXXXXX"
chat_id = "-123456789"
chat_title = "Rusty"