Get parsed server settings
pz_get_settingsRetrieve any Project Zomboid server setting (e.g., password, max players, PVP, public name) as parsed key/value pairs from the main .ini file.
Instructions
Read the main .ini and return it as a parsed key/value object. Call this when the user asks about a specific setting (password, max players, PVP, public name) — easier than reading the raw file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| service_id | No | Nitrado service id. Defaults to NITRADO_SERVICE_ID when omitted. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |