# Dependencies > Required and optional dependencies for ML Airdrop Category: AIRDROP · Source: https://miciomods.it/docs/ml-airdrop-dependencies · Last updated: 2026-07-28 ## Required - [ml_bridge](https://portal.cfx.re): framework layer. Every player, inventory and money action runs through it, so ml_airdrop works on any supported framework. - [ox_lib](https://github.com/communityox/ox_lib): panel UI, server callbacks, progress bars and the built-in open minigame. - [oxmysql](https://github.com/overextended/oxmysql): stores the editable planes, crates, loot, zones and flares, plus the drop history. ## Framework **QBCore** **server.cfg** ```cfg ensure qb-core ensure oxmysql ensure ox_lib ensure ml_bridge ensure ml_airdrop ``` **QBox** **server.cfg** ```cfg ensure qbx_core ensure oxmysql ensure ox_lib ensure ml_bridge ensure ml_airdrop ``` **ESX** **server.cfg** ```cfg ensure es_extended ensure oxmysql ensure ox_lib ensure ml_bridge ensure ml_airdrop ``` **Standalone** **server.cfg** ```cfg ensure oxmysql ensure ox_lib ensure ml_bridge ensure ml_airdrop ``` > **INFO:** Auto Detection > > `ml_bridge` detects your framework automatically. No manual setup. ## Optional - [ml_skills](https://miciomods.it): grants XP when a drop is looted or a vehicle claimed. Off by default, enabled in `Config.Skills`. - ox_target: only needed when `Config.InteractionMethod` is set to `target`. The default `textui` mode needs nothing extra. - An inventory - loot, the open tools and the flare item are delivered through ml_bridge to whatever inventory your server runs. - mgc: optional provider for the crate open minigame. Without it, the ox_lib skill check is used instead.