QBCore Item Generator

Items/ GeneratorsFreeGTA 6 ready

Generate QBCore item definitions with name, label, weight, and type fields.

Inventory DesignersEconomy BuildersScript Authors
4.8/5 · 127 ratings·Used by GTA 6 creators worldwide·Browser-based, no install

What is QBCore Item Generator?

QBCore Item Generator turns a quick form into a copy-paste FiveM config that FiveM inventory designers can drop straight into a server or script folder. Compatible with QBCore, ESX, QBox and standalone resources. The tool is 100% free, runs entirely in your browser, and never asks you to sign up.

Built specifically for the world of GTA 6 - Vice City, Leonida, Jason and Lucia, Port Gellhorn, and the entire GTA VI universe. Searched by players as gta 6 qbcore item generator.

QBCore Item Generator

QBCore item definition generator. Free — unlimited.

FREE · QBCore

Fill the form and copy drop-in code for QBCore. Emits stack, weight, rarity, and usable-item hooks in the correct schema for the framework.

burner_phone
Live codeQBCore
-- items.lua (QBCore)
QBShared = QBShared or {}
QBShared.Items = QBShared.Items or {}

QBShared.Items["burner_phone"] = {
    name        = "burner_phone",
    label       = "Burner Phone",
    weight      = 200,
    type        = "item",
    image       = "burner_phone.png",
    unique      = true,
    useable     = true,
    shouldClose = true,
    combinable  = nil,
    description = "A prepaid phone with no traceable contract.",
    -- custom metadata
    category    = "tech",
    rarity      = "uncommon",
    stackable   = false,
    maxStack    = 1,
    price       = 260,
}

Built for these scenarios

Why GTA 6 players use QBCore Item Generator

Inventory Designers
Economy Builders
Script Authors

How to use QBCore Item Generator for GTA 6

01

Enter item info

Name and label.

02

Set properties

Weight, type, unique.

03

Add image

Upload or generate icon.

04

Export

items.lua snippet.

05

Pick framework

QBCore, ESX, QBox, or standalone - defaults match the most common stack.

Deep dive

QBCore Item Generator: the complete GTA 6 guide

01

What QBCore Item Generator generates

QBCore Item Generator produces FiveM-ready GTA 6 / GTA RP code: server.cfg blocks, item definitions, job configs, loot tables, polyzones, vehicle shop entries - whichever resource type the tool covers. The output respects the conventions of QBCore, ESX, QBox, ox_inventory, and standalone resources, so you can drop it straight into your server folder. Under the hood the output is plain-text Lua, JSON, SQL, or CFG depending on what the tool generates. Everything is git-friendly and produces clean diffs when you regenerate later.

02

Filling in the form

The fields map 1:1 to the values in the output file. You do not need to know the syntax - the defaults produce a working config, and changing an input updates only that line in the generated code. The live preview lets you see exactly what each field does without running it on a live server. For framework choice, pick the one your server already uses. If you are mid-migration, generate twice and compare the diffs - the structural similarity makes it easy to see what differs between QBCore and ESX outputs.

03

Dropping the output in

Copy the generated code to your clipboard and paste it directly into your server config, your resource Lua file, or your JSON/SQL config. Restart the server or the resource and the config is live. If you are using a framework (ESX Legacy, QBCore, QBox, VORP), the output respects their standard conventions and should not conflict with other resources. For ox_inventory specifically, the item table format matches the latest ox_inventory schema and supports stack sizes, weights, and metadata blocks out of the box.

04

Iterating without re-generating

Small tweaks can be done directly in your editor. The tool is most useful for scaffolding the structure; once it is in your repo, your usual workflow takes over. For version control, commit the generated file with a clear message mentioning the tool ("Generated server.cfg via gtatools.net"). When you regenerate later with tweaked settings, your git diff shows exactly what changed - and reviewers immediately know it came from a tool, not a hand-edit.

FAQ

QBCore Item Generator - frequently asked questions

Also searched as

gta 6 qbcore item generatorgta vi qbcore item generatorgta 6 online qbcore item generatorqbcore item generatorfree qbcore item generatorqbcore item generator onlineqbcore item generator no downloadfivem inventory toolsgta 6 ox_inventory itemsfivem loot tablesgta 6 fivem items

Ready to ship your next GTA 6 items project?

QBCore Item Generator is one of many GTA 6 tools on GTATools.net - all free to start, all browser-based, all tuned for Vice City and Leonida.