Newmore_dispatch
- ESX
- QBCore
- QBox
Framework-agnostic core library for ESX and QBCore — one shared API other MORE Scripts resources build on
Runs on
more_lib is the framework layer every other MORE Scripts resource builds on. It detects ESX, QBCore or QBox automatically and exposes one identical API either way.
Covers what every resource needs: player data, jobs, permission groups, money, inventory, items and weapons — normalized so calling code never has to check which framework is running. Inventory calls transparently switch to ox_inventory when it's installed, otherwise they fall back to the framework's own inventory.
Ships client and server callback wrappers, framework-agnostic notifications, and events for player load/unload, job changes and money changes — so downstream resources can react without any framework-specific code.
New