# Dependencies > Required and optional dependencies for ML PropsCarry Category: ITEM CARRY · Source: https://miciomods.it/docs/ml-propscarry-dependencies · Last updated: 2026-07-13 ## Required - [ml_bridge](https://portal.cfx.re): Framework abstraction, inventory operations, item definitions, permissions - [ox_lib](https://github.com/overextended/ox_lib): Callbacks, model loading, weapon asset loading - [oxmysql](https://github.com/overextended/oxmysql): Stores the live admin item catalog (`ml_propscarry_items`) ## Framework **QBCore** **server.cfg** ```cfg ensure oxmysql ensure qb-core ensure ox_lib ensure ml_bridge ensure ml_propscarry ``` **QBox** **server.cfg** ```cfg ensure oxmysql ensure qbx_core ensure ox_lib ensure ml_bridge ensure ml_propscarry ``` **ESX** **server.cfg** ```cfg ensure oxmysql ensure es_extended ensure ox_lib ensure ml_bridge ensure ml_propscarry ``` **Standalone** **server.cfg** ```cfg ensure oxmysql ensure ox_lib ensure ml_bridge ensure ml_propscarry ``` > **INFO:** Auto Detection > > `ml_bridge` detects your framework automatically. No manual setup. > **INFO:** Storage > > Per-player custom positions use FiveM KVP. The live admin item catalog (`/carryadmin`) persists to a single `oxmysql` table, `ml_propscarry_items`, created automatically on first start.