Files
browser/plugins/examples/scum-server-plugin/actions/start.json
T

13 lines
233 B
JSON

{
"version": 1,
"action": "start",
"mode": "supervised",
"executableKey": "bin/game-server",
"arguments": ["--foreground"],
"environment": {
"GAME_ID": "scum",
"SERVER_ACTION": "start"
},
"timeoutMs": 30000
}