# Dependencies > Required and optional dependencies for ML LootProps Category: LOOT PROPS · Source: https://miciomods.it/docs/ml-lootprops-dependencies · Last updated: 2026-07-05 ## Required - [ml_bridge](https://portal.cfx.re): Framework abstraction, inventory operations, target system, notifications - [ox_lib](https://github.com/communityox/ox_lib): Zones, callbacks, progress bars, skill checks - [oxmysql](https://github.com/communityox/oxmysql): Database driver for prop configs, categories, and no-loot zones ## Framework **QBCore** **server.cfg** ```cfg ensure qb-core ensure oxmysql ensure ox_lib ensure ml_bridge ensure ml_lootprops ``` **QBox** **server.cfg** ```cfg ensure qbx_core ensure oxmysql ensure ox_lib ensure ml_bridge ensure ml_lootprops ``` **ESX** **server.cfg** ```cfg ensure es_extended ensure oxmysql ensure ox_lib ensure ml_bridge ensure ml_lootprops ``` **Standalone** **server.cfg** ```cfg ensure oxmysql ensure ox_lib ensure ml_bridge ensure ml_lootprops ``` > **INFO:** Auto Detection > > `ml_bridge` detects your framework automatically. No manual setup. ## Optional Auto-detected at startup. The script runs without them. ### Progression - [ml_skills](https://miciomods.it): Awards XP per loot and locks props behind unlocked skills. Configured per prop in the admin panel ### Minigames - [bd-minigames](https://github.com/kristiyanpts/bd-minigames): Lockpick (easy/medium/hard), thermite - [ps-ui](https://github.com/Project-Sloth/ps-ui): Scrambler minigame Without a minigame resource, the 4 `ox_lib` skill check difficulties are always available.