QBCoreQBoxESX

Dumpster Diving

A solo activity anyone can do. Search the city's bins for scrap and the occasional thing somebody shouldn't have thrown away, then weigh it in at the recycling centre.

💡

Loot is rolled entirely server-side, and a searched bin stays picked clean for a few minutes for every player on the server — so a route can't be farmed on the spot or split between two accounts.

Requirements

ResourceRequiredNotes
ox_libYesCallbacks, progress bars, locales
ox_targetYesBin and recycler interaction
A frameworkYesQBCore, Qbox or ESX
An inventoryYesox_inventory, qb-inventory or the ESX inventory
jj-perksOptionalAdds the 10-level progression tree
A dispatch resourceOptionalPolice alerts when somebody spots you

Framework and inventory are auto-detected — there is nothing to set.

Install

  1. Drop jj-dumpsterdiving into your resources folder.
  2. Add the 13 items from install/items/ox_inventory.txt, install/items/qb-inventory.txt or install/items/esx.sql. Skip any you already have — several are common scrap names.
  3. Copy install/images/ into your inventory's image folder.
  4. Add to server.cfg, after your framework, inventory, ox_lib and ox_target:
ensure jj-dumpsterdiving

No database. No SQL to import.

Items

13 items ship, all with icons:

GroupItems
Scrapaluminum, copper, iron, steel, plastic, rubber, glass, metalscrap, garbage
Electronicselectronics
Valuablesrolex, goldchain, diamond_ring
💡

Most of these are standard economy item names. If your server already defines copper or electronics, keep your own definition — only the recycler prices in config/recycler.lua need to match.

jj-perks (optional)

Drop the category from install/jj-perks-category.lua into jj-perks' config to add a 10-level dumpsterdiving track. Without it the activity runs exactly the same, just with no progression.

First run

  1. Walk up to any dumpster, skip, wheelie bin or recycling bin in the city.
  2. Target it and search — roughly 7 seconds.
  3. Repeat down a street. Each bin you empty stays empty for a few minutes for everyone.
  4. Take the haul to the recycling centre (blip: Recycling Centre) and sell.

Next: Configuration.