Framework, target, inventory, notifications

Auto-detection and manual overrides.

Core toggles

Config.Framework = 'auto'
Config.Target = 'auto'
Config.Inventory = 'auto'
Config.Notification = 'ox_lib'
Config.menu = 'custom'

Recommended: keep 'auto' for detection.

Options

  • Framework: 'auto', 'esx', 'qb-core'

  • Target: 'auto', 'ox_target', 'qb-target'

  • Inventory: 'auto', 'ox_inventory', 'qb-inventory'

  • Notification: 'ox_lib', 'custom'

  • menu: 'custom', 'ox_lib'

Manual override

Config.Framework = 'esx'      -- Force ESX
Config.Target = 'ox_target'   -- Force ox_target

Inventory item aliasing

Maps logical item names to framework-specific IDs.

Add custom items like this:

circle-info

Item requirements were removed. Items are not needed to start jobs.

Last updated