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

13 lines
234 B
JSON

{
"version": 1,
"action": "install",
"mode": "oneshot",
"executableKey": "bin/install-server",
"arguments": [],
"environment": {
"GAME_ID": "scum",
"SERVER_TEMPLATE": "scum-local-proof"
},
"timeoutMs": 30000
}