-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.json
More file actions
27 lines (27 loc) · 1.14 KB
/
Copy pathconfig.example.json
File metadata and controls
27 lines (27 loc) · 1.14 KB
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
{
"exe": "C:\\sbox-server\\sbox-server.exe",
"game-dir": "C:\\sbox-server",
"child-args": "+game facepunch.sandbox facepunch.flatgrass +port 27015 +net_query_port 27016 +hostname \"My S&box Server\"",
"child-port": 27015,
"listen-port": 27019,
"rcon-port": 27020,
"query-port": 27016,
"query-poll-sec": 30,
"bind": "127.0.0.1",
"rcon-password": "change-me-please",
"buffer-size": 1000,
"shutdown-command": "quit",
"audit-log": "C:\\sbox-server\\logs\\sbox-console-audit.jsonl",
"discord-webhook": "",
"banlist": "C:\\sbox-server\\state\\banlist.json",
"allowlist": "C:\\sbox-server\\state\\allowlist.json",
"kick-command": "kick {steamid}",
"connect-regex": "",
"disconnect-regex": "",
"scheduler": "C:\\sbox-server\\state\\scheduler.json",
"logs-dir": "C:\\sbox-server\\logs",
"no-auto-restart": false,
"restart-backoff-sec": 5,
"restart-max-attempts": 5,
"restart-window-sec": 600
}