โ๏ธConfiguration
Config
// config.json
{
"port": "3000",
"unlDisableServe": "false",
"unlMySQLSessions": "false",
"QBName": "qb-core",
"QBObject": "QBCore",
"QBShared": "QBShared",
"vehGarageColumn": "garage",
"vehStateColumn": "state",
"vehTables": [
{
"table": "trunkitems",
"column": "plate"
},
{
"table": "gloveboxitems",
"column": "plate"
}
],
"additionalMoneyTypes": {},
"usedInventory": "qb-inventory",
"maxPlayerSlots": "41",
"disableWeaponLogs": "false",
"excludeWeaponLogsFromDiscord": "false",
"unlDiscordHook": "false",
"unlGameDiscordHook": "false",
"unlPlayerDiscordHook": "false",
"unlDevDiscordHook": "false",
"unlWebDiscordHook": "false",
"dashboardInterval": "5000",
"mapInterval": "1250"
"vehGarageColumn": "garage",
"vehStateColumn": "state",
"customHandleDeadEvent": "false",
"customHandleCuffedEvent": "false"
}
Convars
External frontend
Last updated