Items.lua & vehicles.lua Duplicate Cleaner
Paste your items.lua (also supports ox_inventory) and vehicles.lua for QBCore or Qbox. The tool will remove duplicate keys (or models for QBCore vehicles) and give you cleaned files to copy or download. Everything runs locally in your browser.
For items.lua and Qbox vehicles.lua, duplicates are detected by table key (e.g. ['water'] = { ... }). For QBCore vehicles.lua, duplicates are detected by model (or hash) inside each entry.
Scanned file (duplicates only)
After analyzing, this scanned view only shows the duplicate entries that were removed from your files, making it easier to review and compare.
items.lua
Paste or edit your Lua files directly above. Only duplicate entries are removed; everything else stays exactly the same so you can safely diff and merge back into your resources.