# Common Configs

{% hint style="success" %}
The Common config file is located in:

`[Minecraft files (usually: /.minecraft)]/config/cobbledollars/common.json`
{% endhint %}

## The default file

{% code title="common.json" lineNumbers="true" %}

```json
{
  "earnCobbleDollarsFromNPC": true,
  "earnCobbleDollarsFromWildPokemon": true,
  "cobbleDollarsIncomeMultiplier": 1.0,
  "playerDataSaveFrequency": 5
}
```

{% endcode %}

***

### <mark style="color:blue;">`earnCobbleDollarsFromNPC`</mark>

* Enable earning CobbleDollars by defeating NPCs in battle.

***

### <mark style="color:blue;">`earnCobbleDollarsFromWildPokemon`</mark>

* Enable earning CobbleDollars by defeating wild pokémons in battle.

***

### <mark style="color:blue;">`cobbleDollarsIncomeMultiplier`</mark>

* Set a multiplier for the CobbleDollars earnings from defeating NPCs and wild pokémons in battle.

***

### <mark style="color:blue;">`playerDataSaveFrequency`</mark>

* The frequency in minutes of when the server is saving players CobbleDollars balance for the leaderboard.

***


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://harmex.gitbook.io/cobbledollars/configuration/common-configs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
