Config
These Lua files stay open (editable) after escrow. They are the offline defaults; the Settings UI can override them at runtime.
config/shared.lua
Framework, inventory, notify, and shared modules.
lua
BridgeSharedConfig.Framework = 'auto' -- or 'qbx_core' / 'qb-core' / 'es_extended'
BridgeSharedConfig.Inventory = 'auto' -- or 'ox_inventory' / …
BridgeSharedConfig.Notify = 'auto'
BridgeSharedConfig.Lang = 'en'
BridgeSharedConfig.Primary = '#0099FF'Use 'auto' to detect a started resource, or set the resource name to force it.
config/client.lua
Client-only modules: Menu, Input, Target, Fuel, VehicleKey, ProgressBar.
lua
BridgeClientConfig.MenuSystem = 'auto' -- ox_lib | qb-menu | …
BridgeClientConfig.TargetSystem = 'auto' -- ox_target | qb-target | …
BridgeClientConfig.Fuel = 'auto'config/server.lua
Settings panel command and who can open it.
lua
BridgeServerConfig.SettingsCommand = 'lumixbridge'
BridgeServerConfig.SettingsAlias = 'lbridge'
BridgeServerConfig.AcePermission = 'lumix.bridge.admin'
BridgeServerConfig.AdminGroups = { 'admin', 'god', 'superadmin' }shared/modules.lua
Catalog of options shown in the Settings UI dropdowns. See Adding modules.
locales/*.json
Translation strings for the settings panel and bridge messages. Active language is chosen in the Theme tab.