# Configuration

### Configuration

All configurable options are loaded from the `{game}/x64/scripts/config/AlwaysSpawnTreasuresConfig.lua` file when opening the game.

This configuration file can be modified via any text editor. The following configuration is the default:

<details>

<summary>Default Configuration</summary>

```lua
local uniqueState = false

return uniqueState
```

</details>

Below is a list of all configurable options and what they are used for:

#### Unique State

If set to `true`, only spawn unique treasures if they haven't been opened before.
