Configure gameplay settings for your DayZ server (cfggameplay.json). Control stamina, shock, movement, base building, UI, and more.
Authentication required: All endpoints require a valid Bearer token. See Authentication for details.
Retrieve the gameplay configuration for an instance.
GET /api/instance/{instance_sid}/cfg-gameplay
Create or update gameplay settings. Only one config exists per instance.
POST /api/instance/{instance_sid}/cfg-gameplay
PATCH /api/instance/{instance_sid}/cfg-gameplay
DELETE /api/instance/{instance_sid}/cfg-gameplay
Reset gameplay to default by deleting the configuration.
Disable base building checks like disableIsCollidingBBoxCheck for more flexible building. Set displayPlayerPosition to true for easier navigation on PvE servers. Adjust stamina modifiers to change the pace of gameplay.