Skip to main content

QBCore Packages

QBCore's strength is its ecosystem. The framework is modular -- you install only the packages you need for your server. Here's a rundown of the most popular QBCore packages available on HELIX.

Core Packages

These are the essentials that most QBCore servers will want:

PackageDescription
qb-coreThe framework itself. Handles player management, shared data, callbacks, and the event system. Required by all other QBCore packages.
qb-multicharacterMulti-character selection screen. Lets each player account own multiple characters.
qb-spawnSpawn selection after choosing a character. Offers last location, default spawn, or custom spawn points.
qb-clothingCharacter appearance customization. Handles faces, hair, clothing, and accessories.
qb-inventoryFull inventory system with weight-based item management, drag-and-drop WebUI, and ground item drops.

Job Packages

PackageDescription
qb-policejobLaw enforcement job with arrest, cuff, evidence, and vehicle impound mechanics.
qb-ambulancejobEMS job with player revival, stretcher mechanics, and hospital check-in.
qb-mechanicjobVehicle repair, tuning, and custom mod shop functionality.
qb-taxijobTaxi service with NPC dispatch, meter system, and fare tracking.
qb-truckerjobDelivery job with route system, cargo types, and payouts.

World & Interaction Packages

PackageDescription
qb-targetInteraction system that lets players target entities, zones, and objects to trigger actions (like opening a shop or talking to an NPC).
qb-menuContext menus for in-game interactions. Used by many other packages for option selection.
qb-inputInput dialogs for collecting text, numbers, or selections from players.
qb-doorlockDoor locking system for buildings, businesses, and restricted areas. Supports job-based and item-based access.

Economy & Property Packages

PackageDescription
qb-bankingBank account management with ATMs, transfers, and transaction history.
qb-shopsConfigurable NPC shops for selling items to players.
qb-apartmentsStarter housing system with interior instances.
qb-housesFull housing system with purchasable properties, stashes, and decorating.
qb-vehicleshopVehicle dealership with test drives, financing, and display lots.
qb-garagesVehicle storage and retrieval from garage locations.

Utility Packages

PackageDescription
qb-phoneIn-game smartphone with contacts, messages, Twitter, bank app, and more.
qb-radioVoice radio system with frequency-based channels.
qb-adminmenuServer administration panel for managing players, teleporting, and spawning items.
qb-weathersyncSynchronized weather and time-of-day across all players.

Installing Packages

All QBCore packages are included in the QBCore repository. When you install QBCore via the HELIX client REMIX flow or by cloning the GitHub repo, all packages come bundled together.

To enable a package, make sure it's listed in your server's Config.json under the packages array. Check each package's config.lua for customization options.