Files
browser/plugins/examples/scum-server-plugin/actions/install.json
T
2026-07-20 16:42:33 +08:00

13 lines
229 B
JSON

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