OrigenNetwork
Docs

Dependencies · origen_vendings

All dependencies listed below must be started before origen_vendings in your server.cfg.


Required

ResourceNotes
ox_libUsed for callbacks, TextUI, notifications, and locale system
oxmysqlAsync MySQL driver — tables are auto-created on first start

Framework compatibility

origen_vendings supports multiple frameworks. The active framework is auto-detected on startup based on which resource is running. You can also force it manually via Config.Framework.

FrameworkResource nameSupport
QBCoreqb-coreFull
QBX Coreqbx_coreFull
ESXes_extendedFull

Auto-detection runs in init.lua on both client and server. If more than one framework is active, detection priority is: qbx_coreqb-corees_extended.


Inventory compatibility

The inventory provider is auto-detected by default (Config.Inventory = 'auto'). Detection checks GetResourceState in priority order. You can also force a specific provider.

InventoryResource name
ox_inventoryox_inventory
QBCore inventoryqb-inventory
QS Inventoryqs-inventory
PS Inventoryps-inventory
Origen Inventoryorigen_inventory
Codem Inventorycodem-inventory
Tgiann Inventorytgiann-inventory
Core Inventorycore_inventory

Auto-detection priority order (first running resource wins): origen_inventorytgiann-inventoryqs-inventorycodem-inventoryox_inventoryqb-inventoryps-inventorycore_inventory. Falls back to ox_inventory if none is detected.


cfg
ensure ox_lib
ensure oxmysql
 
# framework
ensure qb-core        # or qbx_core / es_extended
 
# inventory
ensure ox_inventory   # or your active inventory
 
ensure origen_vendings