โš™๏ธFull Configuration Breakdown

๐ŸŒ Language Configuration

-- Set the default language for notifications
Config.Language = 'en' -- Available options: 'en', 'de', 'es', 'fr', 'it'

Adding New Languages

To add a new language, edit the shared/translation.lua file and extend the Translations.Languages and Translations.Messages sections.


๐Ÿ“ข Notification Configuration

-- Default display duration for notifications (in milliseconds)
Config.DefaultDuration = 5000

๐Ÿ› ๏ธ Framework Configuration

-- Choose the framework to use ('auto', 'esx', or 'qbcore')
Config.Framework = 'esx'

-- Set to 'true' for older ESX versions that use TriggerEvent instead of Export
Config.UseOldESX = false

โฑ๏ธ Cooldown Configuration


๐Ÿ”„ Automatic Announcement Configuration


๐Ÿ”’ Admin Permissions Configuration


๐Ÿ‘ฎโ€โ™‚๏ธ Job Announcements Configuration


๐Ÿ”„ TxAdmin Integration


๐Ÿ“ค Discord Logging


๐ŸŽจ Notification Appearance and Styles

Notification Types

Sound Settings


๐Ÿ”„ Feature Toggles


๐Ÿ“Š Notification Duration


๐Ÿ“Š Notification Prefixes

Last updated