Dependencies
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
server.cfg
1ensure qb-core
2ensure oxmysql
3ensure ox_lib
4ensure ml_bridge
5ensure ml_campsserver.cfg
1ensure qbx_core
2ensure oxmysql
3ensure ox_lib
4ensure ml_bridge
5ensure ml_campsserver.cfg
1ensure es_extended
2ensure oxmysql
3ensure ox_lib
4ensure ml_bridge
5ensure ml_campsserver.cfg
1ensure oxmysql
2ensure ox_lib
3ensure ml_bridge
4ensure ml_campsAuto Detection
ml_bridge detects your framework automatically. No manual setup.
Optional
Target
ox_targetorqb-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.