Skip to content

1. General

Option Notes
Config.Version The config schema version this file was written for, currently 1. Bumped when a release adds or renames options. Leave it alone — the console tells you when your config is from an older version
Config.Debug Verbose console output on both the F8 and server consoles. Turn it on before opening a support ticket
Config.Locale The language, and the only setting there is for it. Name any file in locales/, including one you wrote yourself: "en", "fr", "pt-BR". Case and -/_ do not matter, and pt-BR finds locales/pt.lua when there is no locales/pt-br.lua. "auto" reads server.cfg instead — nuggs:locale, then esx:locale, then qb:locale — and the server replicates what it resolves so the character screen agrees. A code with no file behind it is named in the console and English is used. See Adding a language
Config.Framework auto, esx, qbcore, qbox. "auto" checks qbx_corees_extendedqb-core. Leave it on "auto" unless you run two frameworks side by side