update_server_cfg
Update a specific server.cfg key by providing key and value, allowing direct modification of settings like hostname or maxplayers.
Instructions
Update a specific key in server.cfg (e.g., 'hostname', 'maxplayers').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | The configuration key to update | |
| value | Yes | The new value for the key |