> For the complete documentation index, see [llms.txt](https://arivia.rlib.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://arivia.rlib.io/faq/hide-unavailable-jobs.md).

# Hide Unavailable Jobs

## <mark style="color:red;">▸Solution</mark>

By default; most server owners wanted ALL jobs to show for all players, however, show as greyed out. If you do not wish for custom or unavailable jobs to display for a player unless they can actually become that job; do the following:

* Open **`lua\modules\arivia\cfg\sh_4_tabs.lua`**
* Locate the setting **`unavail.bShow`** listed within the **`cfg.tabs.jobs`**`table`
* Set value to **false**

{% hint style="warning" %}
There is a **bShow** setting for each main section within this config file. Go through each one and set the value to false if you do not wish for jobs or items to show unless joinable or buyable.
{% endhint %}

##

## <mark style="color:red;">▸Example</mark>

{% tabs %}
{% tab title="lua\modules\arivia\cfg\sh\_4\_tabs.lua" %}

```lua
unavail =
{
    bShow                   = false,  <--------------------------
    bFade_box               = true,
    bShowCustoms            = true,
}
```

{% endtab %}
{% endtabs %}
