Quasar Store Logo

Inventory Items

This section includes the complete item list for the script, ready to be integrated into the most popular inventory systems. Each item is properly configured with its name, label, and parameters to ensure full compatibility and seamless functionality within your server’s inventory setup.

qs-inventory

esx_inventory

qb-inventory

ox_inventory

["metal_detector"] = { label = "Metal Detector", weight = 8, stack = true, client = { export = "qs-treasure-hunter.toggleMetalDetector" }, }, ["diving_gear"] = { label = "Diving Gear", weight = 8, stack = true, client = { export = "qs-treasure-hunter.toggleDivingGear" }, }, ["crushed_can"] = { label = "Crushed Can", weight = 1, stack = true, }, ["metal_can"] = { label = "Metal Can", weight = 1, stack = true, }, ["floppy_disk"] = { label = "Floppy Disk", weight = 2, stack = true, }, ["silver_ring"] = { label = "Silver Ring", weight = 1, stack = true, }, ["silver_bracelet"] = { label = "Silver Bracelet", weight = 1, stack = true, }, ["silver_necklace"] = { label = "Silver Necklace", weight = 1, stack = true, }, ["gold_ring"] = { label = "Gold Ring", weight = 1, stack = true, }, ["gold_bracelet"] = { label = "Gold Bracelet", weight = 1, stack = true, }, ["gold_necklace"] = { label = "Gold Necklace", weight = 1, stack = true, }, ["gold_nugget"] = { label = "Gold Nugget", weight = 2, stack = true, }, ["painting"] = { label = "Old Painting", weight = 5, stack = true, },