Configuration
Open:
webaustral_pausemenu/config.luaFramework
Use automatic detection:
Config.Framework = 'auto'Or force one framework:
Config.Framework = 'qbox'
Config.Framework = 'qbcore'
Config.Framework = 'esx'
Config.Framework = 'standalone'Player list columns
Columns can be enabled or disabled from the config.
Config.PlayerList.Columns = {
{ key = 'job', label = 'JOB', enabled = true },
{ key = 'gang', label = 'GANG', enabled = true },
{ key = 'group', label = 'GROUP', enabled = true },
{ key = 'ping', label = 'PING', enabled = true },
}Recommended setup
Keep Config.Framework = 'auto' unless your server uses renamed resources or a custom bridge.