> For the complete documentation index, see [llms.txt](https://docs.biyei.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.biyei.net/scripts/multiplejobs/configuration.md).

# Configuration

{% hint style="info" %}
It is important to choose your framework
{% endhint %}

## Config File

```
Config = {}

Config.Debug = false

Config.OpenCommand = 'doblejob'

Config.UnemployedJob = 'unemployed'
Config.GradeUnemployed = 0

Config.DefaultJobs = 2
Config.JobsPerPlayer = {
    {
        -- Work only characters id for example: (char1:xxxxxx or XXXXXX)
        identifier = "char1:e5b673a44035ffa5c4333b413f995cb309818a13",
        jobs = 4
    }
}
```

{% hint style="success" %}
You can add a customized number of jobs for each player.
{% endhint %}

```lua
Config.JobsPerPlayer = {
    {
        -- Work only characters id for example: (char1:xxxxxx or XXXXXX)
        identifier = "char1:e5b673a44035ffa5c4333b413f995cb309818a13",
        jobs = 4
    }
}
```

## Exports

Open Menu

<pre class="language-lua"><code class="lang-lua"><strong>exports.biyei_multijobs:OpenMenu()
</strong></code></pre>
