> For the complete documentation index, see [llms.txt](https://jota-dev-documentation.gitbook.io/jota-dev-docs-hidden/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jota-dev-documentation.gitbook.io/jota-dev-docs-hidden/basics/interactive-blocks.md).

# Jota Dev Real Money

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

How to start the script for its correct operation:

**Put in your server.cfg**

```markdown
# JotaDev Real Money System
ensure jc_real_money
```

**General script settings:**

{% tabs %}
{% tab title="Setting" %}

```lua
Config = {}

Config.Framework = 'auto'  -- 'esx', 'qb' or 'auto'

Config.Inventory = {
    type = '' -- 'ox' | OX Inventory // 'qs-inventory' | Qasar Inventory // 'origen_inventory' | Origen Inventory // 'qb-inventory' | QB Inventory // 'esx_inventory' | For esx inventory default
}

Config.Bills = { -- Items that make real money
    {item = 'bill_100', value = 100},
    {item = 'bill_50', value = 50},
    {item = 'bill_20', value = 20},
    {item = 'bill_10', value = 10},
    {item = 'bill_5', value = 5},
    {item = 'bill_1', value = 1}
}

Config.AdminCommands = {
    addCash = 'addcash',
    removeCash = 'removecash'
}

Config.LogsDiscord = 'PUT_HERE_YOUR_WEBHOOK'

Config.StaffGroups = {
    esx = { 'admin', 'superadmin' },
    qb  = { 'admin', 'god' }
}
```

{% endtab %}
{% endtabs %}

***

<details>

<summary>If you have any questions or problems, do not hesitate to contact us:</summary>

Discord: [`https://discord.gg/EDuZKM7Zuv`](https://discord.gg/EDuZKM7Zuv)

</details>
