> For the complete documentation index, see [llms.txt](https://jota-dev-documentation.gitbook.io/jota-dev/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/scripts/jota-dev-props-creator.md).

# Jota Dev Props Creator

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

How to start the script for its correct operation:

**Put in your server.cfg**

```markdown
# JotaDev Props Creator
ensure jc_props_creator
```

***

**Gym Script Settings:**

{% tabs %}
{% tab title="Setting" %}
{% code expandable="true" %}

```lua
Config = {}

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

Config.Notify = {
    Notification = 'ox_lib' -- 'ox_lib'  // 'esx_framework' // 'qb-core'
}

--[[  
Configure your language using the following:
    'es' -> Spanish
    'en' -> English
    'fr' -> French
    'de' -> German
    'it' -> Italian
    'pt' -> Portuguese
]]
Config.Locale = 'en'

Config.PropCreatorCommand = 'propcreator'

Config.Admin = {
    Groups = { -- Groups that are allowed to use the command, NUI and placing props
        'admin',
        'owner',
        'superadmin',
        'god'
    },
    AcePermissions = {
        'jc_props_creator',
    },
}

Config.WorldProps = {
    SpawnBatchSize = 6, -- Props per frame in client
    SyncChunkSize = 35, -- Props per chunk server → client
    StreamChunkDelayMs = 0, -- Pause in ms between chunks (0 = disabled)
}

Config.Debug = false
```

{% endcode %}
{% 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>
