Diff a configuration profile against the live config
pz_diff_config_profileCompare a saved server configuration snapshot to the live .ini file and list only what differs. Use it to answer 'what changed since Friday', confirm an edit applied, or identify what you broke.
Instructions
Compare a saved snapshot's server .ini with the one running now, and report only what differs. This is the tool for 'what changed since Friday', 'what did I break', or checking whether an edit actually landed. Passwords are redacted unless you ask for them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | Yes | Profile id or exact name, from pz_list_config_profiles. | |
| service_id | No | Nitrado service id. Defaults to NITRADO_SERVICE_ID when omitted. | |
| full_values | No | Return long values in full. Off by default because a modded server's Mods line alone runs to thousands of characters and buries the rest of the diff. | |
| include_secrets | No | Reveal passwords instead of redacting them. Off by default — these profiles store the admin, server and RCON passwords in plain text. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |