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

# Config

````lua
```lua

Config.DrawRadius = 15.0
```
````

This is the radius for the headtags to be displayed

```lua

Config.StaffPerm = "delta.staff"

Config.ShowNamesPerm = "delta.staff"
Config.NoClipShowPerm = "delta.highstaff"

Config.GangTagPermission = "delta.owner"

```

StaffPerm displays STAFF next to the person's name, if show names are enabled

ShowNamesPerm is the permission for /shownames

NoClipShowPerm is the permission to see headtags/ names when someone is in noclip

GangTagPermission allows the user to create gang tags

Config.Bypass = {'948096270654914570'} -- The user ID's for people who are allowed to give/remove gang tags from anyone.

```lua

Config.DefaultTag = '<font color="#636363"><b>NOT IN DISCORD</b></font>'
Config.Headtags = {
    -- HIGH STAFF

    { DiscordRoleID = 1225613269482475541, Tag = '~r~Owner' },
    { DiscordRoleID = 1221625656027381863, Tag = '<font color="#70FCC7">Developer</font>' },
    { DiscordRoleID = 1221625683613323395, Tag = '~g~Verified' },
}
```

Default Tag is the tag used when the person does not have any discord roles / tags or they aren't in the discord.

```lua

Config.HudText = {
    enabled = true,
    x = 0.66,
    y = 1.329,
    fontSize = 0.39,
    defaultText = "~p~Current Headtag: ~w~{HEADTAG}",
}
```

By default the hud is enabled and displays next to the minimap. It can be disabled by setting "enabled" to false.
