> For the complete documentation index, see [llms.txt](https://uzstore.gitbook.io/uzstore/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://uzstore.gitbook.io/uzstore/typhon/player-list/customize.md).

# Customize

{% tabs %}
{% tab title="Customize.lua" %}
{% code title="Customize/Customize.lua" %}

```lua
Customize = {
    AllPlayerRefresh = 60000, --(60000: 1min)
    PlayerImage = true,
    UIColor = '#92FFA2',

    PlayerList = {
        OpenKeyPress = '*',
        OpenCommand = 'PlayerList'
    },

    ShowID = {
        ShowID = true,
        OnlyID = false,
        Distance = 6,
        OpenKeyPress = '-',
        OpenCommand = 'ShowID'
    }
}
```

{% endcode %}
{% endtab %}
{% endtabs %}
