# Dependencies > Required and optional dependencies for ML Camps Category: CAMPS · Source: https://miciomods.it/docs/ml-camps-dependencies · Last updated: 2026-07-05 ## Required - ml_bridge (`https://portal.cfx.re`). Framework abstraction: inventory, money, notifications, target zones, permissions, logging - ox_lib (`https://github.com/communityox/ox_lib`). Points (camp enter/exit detection), model loading, table utilities - oxmysql (`https://github.com/communityox/oxmysql`). Database driver for camp definitions, camp state, and panel settings ## Framework **QBCore** **server.cfg** ```cfg ensure qb-core ensure oxmysql ensure ox_lib ensure ml_bridge ensure ml_camps ``` **QBox** **server.cfg** ```cfg ensure qbx_core ensure oxmysql ensure ox_lib ensure ml_bridge ensure ml_camps ``` **ESX** **server.cfg** ```cfg ensure es_extended ensure oxmysql ensure ox_lib ensure ml_bridge ensure ml_camps ``` **Standalone** **server.cfg** ```cfg ensure oxmysql ensure ox_lib ensure ml_bridge ensure ml_camps ``` > **INFO:** Auto Detection > > `ml_bridge` detects your framework automatically. No manual setup. ## Optional ### Target - `ox_target` or `qb-target`: Loot crates are searched through a target interaction. ml_bridge auto-detects whichever target resource is running. ### Logging - Discord webhooks or FiveManage. Raid logging is delivered through ml_bridge. Configure the provider and the per-channel destinations in `server/config_server.lua`; nothing extra needs to be installed for Discord.