Skip to main content

Framework & Inventory

Framework and inventory provider configuration

This section

Framework & Inventory

Supported Frameworks

FrameworkResourceAuto-Detected
ESXes_extendedYes
QBCoreqb-coreYes
QBoxqbx_coreYes

Supported Inventories

ProviderResourceFeatures
oxox_inventoryAddItem, RemoveItem, Search, Stash, metadata
qsqs-inventoryAddItem, RemoveItem, GetItemTotalAmount, Stash
codemcodem-inventoryAddItem, RemoveItem, GetItemCount, Stash
esxESX defaultaddInventoryItem, removeInventoryItem
qbQB defaultAddItem, RemoveItem, GetItemByName
qboxQBox defaultSame as QBCore pattern

Config

lua
Config.Inventory = {
provider = 'auto', -- 'auto', 'esx', 'qb', 'qbox', 'ox', 'qs', 'codem'
}

Notification Systems

lua
Config.Notification = {
system = 'esx', -- 'gta', 'ox_lib', 'esx', 'qb', 'okokNotify', 'pNotify', 'mythic_notify', 'custom'
title = 'Mechanic',
duration = 5000,
customEvent = nil, -- Only used when system = 'custom'
}