# 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>


---

# 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://jota-dev-documentation.gitbook.io/jota-dev/scripts/jota-dev-props-creator.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.
