QBCore resource references
This hub links implementation notes to current upstream repositories. A resource name alone does not establish compatibility: record the commit you deploy, inspect its manifest and configuration, and test the whole dependency chain on staging.
Looking for new scripts rather than documentation of official ones? Compare marketplaces and community hubs on our QBCore script sources page.
Core integrations
- qb-core β framework object, player lifecycle, and shared data
- qb-menu β action menus
- qb-input β form dialogs
- progressbar β cancellable progress UI
- qb-radio β pma-voice radio integration
- qb-cityhall β licenses and job applications
- qb-target β entity and zone interaction
- qb-adminmenu β administration UI
- qb-management β job and gang employee management
- qb-doorlock β door state and authorization
- qb-vehiclekeys β vehicle keys and locks
- qb-smallresources β collection of small gameplay modules
- qb-radialmenu β contextual action menu
- qb-weathersync β synchronized weather and time
- qb-minigames - NUI skill checks used as a dependency by other resources
- qb-interior - interior shell spawning exports
- qb-loading - loadscreen shown while players join
- qb-scoreboard - player count, duty count, and activity state
Gameplay resources
- qb-ambulancejob β medical job workflow
- qb-apartments β starter housing
- qb-banking β accounts and transactions
- qb-crypto - the qbit currency, price movement, and transfers
- qb-clothing β character clothing integration
- qb-diving β diving activity
- qb-drugs β drug gameplay resources
- qb-houses β player housing
- qb-inventory β inventories, shops, and stashes
- qb-mechanicjob β mechanic job
- qb-multicharacter β character selection
- qb-phone β phone applications
- qb-policejob β police job
- qb-shops β shops and stock
- qb-spawn β spawn selection
- qb-prison β jail and prison flows
- qb-weed β persistent plant growth
- qb-streetraces β street races
- qb-lapraces - persistent lap race tracks and leaderboards
- qb-taxijob β taxi job
- qb-truckerjob β trucking job
- qb-fuel β vehicle fuel system
- qb-garages β garage and impound storage
- qb-hud β status HUD and UI setup
- qb-vehicleshop β vehicle dealership
- qb-vehiclesales - player to player used car lot
- qb-weapons β weapon durability and repair
Jobs
These pay out money or items too. Three of them accept a price or reward argument from the client at the pinned commit, which each page describes in its own words: qb-hotdogjob, qb-pawnshop, and qb-towjob. So does qb-vehiclesales, listed above. The server-authority checklist is the review to run against any of them before deployment.
- qb-busjob - bus route job with NPC passengers
- qb-garbagejob - randomized garbage routes with a truck deposit
- qb-hotdogjob - hot dog stand with a reputation track
- qb-recyclejob - recycling plant and the material price list
- qb-towjob - flatbed towing with a deposit and shift payout
- qb-vineyard - grape, juice, and wine production chain
- qb-newsjob - reporter equipment and liveried van
- qb-pawnshop - buys stolen goods and melts jewellery
- qb-scrapyard - rotating wanted vehicle list for materials
Robberies and heists
Each of these grants items or money, so read the server-side validation notes on the individual pages before deploying them, alongside the server-authority checklist.
- qb-bankrobbery - Fleeca, Paleto, Pacific Standard, power stations
- qb-storerobbery - convenience store registers and safes
- qb-houserobbery - scripted house interiors and furniture searches
- qb-jewelery - jewelry store display cases, note the repository spelling
- qb-truckrobbery - armored truck mission with an activation fee
Community categories
QBCore does not currently publish official repositories named qb-casino, qb-fishing, or
qb-hunting. Use the casino,
fishing, and hunting selection guides
to evaluate third-party resources without assuming an upstream endorsement.
The official documentation also still lists qb-fitbit, but no repository of that name exists in
either the qbcore-fivem or the qbcore-framework GitHub organization, and no redirect is served.
Without a reachable manifest there is no commit to pin, so this site publishes no setup or API page
for it. Treat any third-party copy as an unverified community resource.
Safe deployment
- Start with the QBCore GitHub organizationΒ and record a commit SHA.
- Read
fxmanifest.lua, README, config, SQL, exports, and event handlers at that commit. - Confirm dependency order and compare local modifications before updating.
- Back up persistent data, deploy to staging, and run feature-specific smoke tests.
- Keep the previous code and schema rollback procedure until production verification is complete.