# Job Scoreboard UI

### Config.lua

```lua
Config = {
    Jobs = {
        Police = {"Polizia_SD", "police2"},
        Medic = {"Dottore_SD", "medicjob2"},
        Deputy = {"Deputy_SD", "medicjob2"},
        Marshall = {"Marshall_SD", "medicjob2"},
        Armeria = {"Armeria_TW"}
    },
    JobIcons = {
        Police = '<i class="far fa-star"></i>',
        Medic = '<i class="fas fa-book-medical"></i>',
        Deputy = '<i class="fa fa-angle-double-down"></i>',
        Marshall = '<i class="fas fa-flag-usa"></i>',
        Armeria = '<i class="fa-solid fa-gun"></i>'
    }
}


Config.Command = "scoreboard"
Config.GroupLock = "admin" --put false to disable
Config.NoGroupNotify = "Non hai il gruppo adatto per aprire la scoreboard" -- translate to your lang
```

{% hint style="info" %}
If you need to change icons, use this website and select Font Awesome 5 and 4:\
<https://www.w3schools.com/icons/icons_reference.asp>
{% endhint %}

{% embed url="<https://store.ziomark.xyz/package/6285936>" %}


---

# 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://redm.ziomark.xyz/redm-scripts/job-scoreboard-ui.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.
