edit_config
Change a key in a Minecraft config file, with automatic world backup and reset for worldgen or server configs to activate new values on next launch.
Instructions
Change a key in a config file. Worldgen/server configs backup+reset the world by default so the next launch uses the new values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Key or dotted path, e.g. general.maxVeinSize | |
| path | Yes | Relative config path | |
| value | Yes | ||
| world | No | World profile to record the patch on and optionally reset | |
| resetWorld | No | Override whether to reset the world after the edit |