feat: add controlled scum player state patches
This commit is contained in:
@@ -169,6 +169,16 @@
|
||||
"resultSchemaRef": "schemas/bridge/maintenance-prepare.result.schema.json",
|
||||
"timeoutSeconds": 120,
|
||||
"maxPayloadBytes": 4096
|
||||
},
|
||||
{
|
||||
"type": "game-state.patch",
|
||||
"title": "Patch SCUM player state",
|
||||
"permission": "server.game-client.maintenance",
|
||||
"approvalLevel": "platform-admin",
|
||||
"payloadSchemaRef": "schemas/bridge/game-state-patch.payload.schema.json",
|
||||
"resultSchemaRef": "schemas/bridge/game-state-patch.result.schema.json",
|
||||
"timeoutSeconds": 120,
|
||||
"maxPayloadBytes": 4096
|
||||
}
|
||||
],
|
||||
"snapshots": [
|
||||
@@ -193,6 +203,13 @@
|
||||
"keepForSeconds": 86400,
|
||||
"maxRecords": 1000
|
||||
},
|
||||
{
|
||||
"type": "player.state",
|
||||
"schemaVersion": "1",
|
||||
"schemaRef": "schemas/bridge/player-state.snapshot.schema.json",
|
||||
"keepForSeconds": 86400,
|
||||
"maxRecords": 1000
|
||||
},
|
||||
{
|
||||
"type": "squads",
|
||||
"schemaVersion": "1",
|
||||
|
||||
Reference in New Issue
Block a user