68 lines
		
	
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			68 lines
		
	
	
	
		
			1.4 KiB
		
	
	
	
		
			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"
 | 
						|
    }
 | 
						|
  ],
 | 
						|
 | 
						|
  "stashTables": [
 | 
						|
    {
 | 
						|
      "type": "Stash",
 | 
						|
      "updateTriggerType": "stash",
 | 
						|
      "identifier": "stash",
 | 
						|
      "itemColumn": "items",
 | 
						|
      "table": "stashitems",
 | 
						|
      "maxSlots": 50
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "Trunk",
 | 
						|
      "updateTriggerType": "trunk",
 | 
						|
      "identifier": "plate",
 | 
						|
      "itemColumn": "items",
 | 
						|
      "table": "trunkitems",
 | 
						|
      "maxSlots": 30
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "Glovebox",
 | 
						|
      "updateTriggerType": "glovebox",
 | 
						|
      "identifier": "plate",
 | 
						|
      "itemColumn": "items",
 | 
						|
      "table": "gloveboxitems",
 | 
						|
      "maxSlots": 5
 | 
						|
    }
 | 
						|
  ],
 | 
						|
 | 
						|
  "additionalMoneyTypes": {},
 | 
						|
 | 
						|
  "usedInventory": "qs-inventory",
 | 
						|
  "maxPlayerSlots": "40",
 | 
						|
 | 
						|
  "disableWeaponLogs": "false",
 | 
						|
  "excludeWeaponLogsFromDiscord": "false",
 | 
						|
  "unlDiscordHook": "false",
 | 
						|
  "unlGameDiscordHook": "false",
 | 
						|
  "unlPlayerDiscordHook": "false",
 | 
						|
  "unlDevDiscordHook": "false",
 | 
						|
  "unlWebDiscordHook": "false",
 | 
						|
 | 
						|
  "dashboardInterval": "5000",
 | 
						|
  "mapInterval": "1250",
 | 
						|
 | 
						|
  "customHandleDeadEvent": "false",
 | 
						|
  "customHandleCuffedEvent": "false"
 | 
						|
}
 |