# Modify the starting money on my Nova-Life server

{% hint style="info" %}
The starting money is set in `roleplay.json` with:

* `startMoney` : money on hand at creation
* `startBank` : money in bank at creation
  {% endhint %}

### Objective

Change the starting money of **new characters** on Nova Life by editing `startMoney` and `startBank`.

### Step-by-step guide

{% stepper %}
{% step %}
**Go to Server Settings**

On the dashboard, open the **Settings**.

<figure><img src="/files/a835326405c4d74ee27825fb8198e6242ae4bd71" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Edit the file `roleplay.json`**

Modify the settings `startMoney` and `startBank`.

<figure><img src="/files/be4a9a3f008620225a28b64c7d9418a0ccbd9c5a" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Do not add spaces in numbers: write `2000` (not `2 000`).
{% endhint %}

Save the new configuration.
{% endstep %}

{% step %}
**Restart the server**

Restart the server to apply the configuration.
{% endstep %}
{% endstepper %}

### Common issues

* **The server no longer starts** : `roleplay.json` is probably invalid. Restore a backup, then try again.
* **The value does not change in-game** : this mainly concerns **new characters**. Test by creating a character.
* **I can't find startMoney** : make sure you are editing `NovaLifeServer/Config/roleplay.json` (not another file).

### FAQ

#### Does this change existing players' money?

No. It changes the starting money at **creation** of the character.

#### Can I set very high amounts?

Yes, but avoid absurd amounts.\
It can unbalance the server's economy.


---

# 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://docs.oxygenserv.com/en/nova-life/modifier-largent-de-depart-sur-mon-serveur-nova-life.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.
