Configuration

General Configuration
Basic settings to customize the server, framework, UI visuals, and third-party compatibility.
Config.Framework
: Your server’s main framework (qb
,esx
,oldqb
,oldesx
,qbox
).Config.CurrencyUnit
: Symbol shown next to currency (e.g.,$
,€
,₺
).Config.SQL
: SQL driver used for database interactions (oxmysql
,mysql-async
, etc.).Config.Inventory
: Inventory system in use (qb_inventory
,ox_inventory
, etc.).Config.ServerName
: Server name, used in UI elements (max 10 characters).Config.MoneyType
: Currency label (used in UI or display purposes).Config.QBCoreJobVaultSql
: Table name used to store job vault money (bank_account
ormanagement_funds
).Config.ExampleProfilePicture
: Default profile image for users in the UI.Config.DefaultLogo
: Logo shown in header or title screens.Config.DefaultBanner
: Banner shown in menus or main interfaces.Config.ClothingMenu
: Clothing system integration (qb-clothing
,fivem-appearance
, etc.).Config.CreatorCommand
: Command to open the boss creator menu.Config.SelectMoney
: Which money type to show in UI or charge (bank
orcash
).

Admin & Permissions Configuration
These options define admin roles, qb-management integration and default permissions for job ranks.
Config.Admins
: List of group names with admin access (e.g.,"admin"
,"mod"
).Config.ExportManagementFunds
: Iftrue
, integrates withqb-management
to export job funds.Config.DefaultPermissions
: Default job rank permissions (e.g., view logs, withdraw money, manage ranks, etc.). Each permission includes a label, default value (false
) and a unique ID.
Last updated