βš™οΈFull Configuration Breakdown

🌍 Server-Side Configuration (config.lua)

Language Setting

Config.Language = "en" -- Available: "en", "de", "fr", "it", "es"

Command Settings

Config.CommandName = "callplayer" -- Name of the command
Config.DefaultMessage = "An admin wants to speak with you in support!" -- Default message if none is specified
Config.CommandCooldown = 30 -- Cooldown in seconds between command uses (per admin)

Permission Settings

Config.PermissionGroups = { -- Groups that can use the command
    "admin",
    "mod", 
    "superadmin",
    "god"
}

Framework Settings

Config.Framework = "auto" -- "auto", "esx" or "qbcore"
Config.UseNewESX = true -- true for Export (new ESX), false for TriggerEvent (old ESX)

Discord Webhook

Discord Log Detail Settings

TxAdmin Integration

Notification Settings


🎨 Frontend UI Configuration (html/config.js)

Notification Duration and Effects

Position Settings

Style Settings

Duration Bar Settings

Notification Types

Screen Edge Shadow

Font Settings

Alert Icon Settings

Text Settings


πŸ”„ Usage Examples

Basic Usage

Trigger via Event

Last updated