# Configuration

The core configuration file located at `/config/engine.yml`.

## Disabling Modules

To disable a specific claim module, add it to the `Disabled-Claim-Modules` list.

**Example:**
```yaml engine.yml
Core:
  Disabled-Claim-Modules:
  - regions
  - wilderness
```

{.compact}
| Module | ID  |
| ---    | --- |
| Lands | `lands` |
| Regions | `regions` |
| Wilderness | `wilderness` |

!!!
A server restart is required to apply changes.
!!!

## Auto-Save Interval

You can change auto-save interal value in the `Auto-Save` setting:

```yaml
Claim:
  Auto-Save:
    Interval: 30
```
