# 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.


---

# 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://delta-studios.gitbook.io/delta-headtags/config.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.
