> ## Documentation Index
> Fetch the complete documentation index at: https://docs.shdevelopment.org/llms.txt
> Use this file to discover all available pages before exploring further.

# sh-drugs_v2

**Build Your Own Drugs Empire**

Turn your server into a full blown narco experience. sh-drugs\_v2 is a deep, multi stage drug production and distribution system built for serious roleplayers. Grow it , cook it package it and sale it and dodge the police all at the same time the whole way through. All managed via a nice slick (built in) trap phone.

Three complete production chains. A living dealer network. Real police risk. This isn't just a normal use item, get product script. This is a full criminal career path.

# Requirements

* qbcore/qbox
* ox\_lib

# Compatibility

Framework : qb-core/ qbox

Inventory: qb-inventory/ ox\_inventory

Target : qb-target/ ox\_target

Notify : qb-notify / ox\_lib

# Installation Instructions

1. Add the items

<Accordion title="qb-inventory-items">
  ```lua theme={null}
      weed_whitewidow_seed = { name = 'weed_whitewidow_seed', label = 'White Widow Seed', weight = 0, type = 'item', image = 'weed_seed.png', unique = false, useable = true, shouldClose = false, description = 'A weed seed of White Widow' },
      weed_skunk_seed = { name = 'weed_skunk_seed', label = 'Skunk Seed', weight = 0, type = 'item', image = 'weed_seed.png', unique = false, useable = true, shouldClose = true, description = 'A weed seed of Skunk' },
      weed_purplehaze_seed = { name = 'weed_purplehaze_seed', label = 'Purple Haze Seed', weight = 0, type = 'item', image = 'weed_seed.png', unique = false, useable = true, shouldClose = true, description = 'A weed seed of Purple Haze' },
      weed_ogkush_seed = { name = 'weed_ogkush_seed', label = 'OGKush Seed', weight = 0, type = 'item', image = 'weed_seed.png', unique = false, useable = true, shouldClose = true, description = 'A weed seed of OG Kush' },
      weed_amnesia_seed = { name = 'weed_amnesia_seed', label = 'Amnesia Seed', weight = 0, type = 'item', image = 'weed_seed.png', unique = false, useable = true, shouldClose = true, description = 'A weed seed of Amnesia' },
      weed_ak47_seed = { name = 'weed_ak47_seed', label = 'AK47 Seed', weight = 0, type = 'item', image = 'weed_seed.png', unique = false, useable = true, shouldClose = true, description = 'A weed seed of AK47' },
      garden_shears = { name = 'garden_shears', label = 'Garden Shears', weight = 200, type = 'item', image = 'weed_scissors.png', unique = false, useable = false, shouldClose = true, description = 'Sharp shears for harvesting plants' },
      weed_whitewidow_bud = { name = 'weed_whitewidow_bud', label = 'White Widow Bud', weight = 20, type = 'item', image = 'weed_bud.png', unique = false, useable = false, shouldClose = true, description = 'A freshly harvested bud of White Widow' },
      weed_skunk_bud = { name = 'weed_skunk_bud', label = 'Skunk Bud', weight = 20, type = 'item', image = 'weed_bud.png', unique = false, useable = false, shouldClose = true, description = 'A freshly harvested bud of Skunk' },
      weed_purplehaze_bud = { name = 'weed_purplehaze_bud', label = 'Purple Haze Bud', weight = 20, type = 'item', image = 'weed_bud.png', unique = false, useable = false, shouldClose = true, description = 'A freshly harvested bud of Purple Haze' },
      weed_ogkush_bud = { name = 'weed_ogkush_bud', label = 'OGKush Bud', weight = 20, type = 'item', image = 'weed_bud.png', unique = false, useable = false, shouldClose = true, description = 'A freshly harvested bud of OG Kush' },
      weed_amnesia_bud = { name = 'weed_amnesia_bud', label = 'Amnesia Bud', weight = 20, type = 'item', image = 'weed_bud.png', unique = false, useable = false, shouldClose = true, description = 'A freshly harvested bud of Amnesia' },
      weed_ak47_bud = { name = 'weed_ak47_bud', label = 'AK47 Bud', weight = 20, type = 'item', image = 'weed_bud.png', unique = false, useable = false, shouldClose = true, description = 'A freshly harvested bud of AK47' },
      weed_grinder = { name = 'weed_grinder', label = 'Weed Grinder', weight = 300, type = 'item', image = 'weed_grinder.png', unique = false, useable = false, shouldClose = true, description = 'Grinds down buds into usable weed' },
      weed_whitewidow_ground = { name = 'weed_whitewidow_ground', label = 'Ground White Widow', weight = 20, type = 'item', image = 'weed_ground.png', unique = false, useable = false, shouldClose = true, description = 'Ground up White Widow, ready to be rolled' },
      weed_skunk_ground = { name = 'weed_skunk_ground', label = 'Ground Skunk', weight = 20, type = 'item', image = 'weed_ground.png', unique = false, useable = false, shouldClose = true, description = 'Ground up Skunk, ready to be rolled' },
      weed_purplehaze_ground = { name = 'weed_purplehaze_ground', label = 'Ground Purple Haze', weight = 20, type = 'item', image = 'weed_ground.png', unique = false, useable = false, shouldClose = true, description = 'Ground up Purple Haze, ready to be rolled' },
      weed_ogkush_ground = { name = 'weed_ogkush_ground', label = 'Ground OGKush', weight = 20, type = 'item', image = 'weed_ground.png', unique = false, useable = false, shouldClose = true, description = 'Ground up OG Kush, ready to be rolled' },
      weed_amnesia_ground = { name = 'weed_amnesia_ground', label = 'Ground Amnesia', weight = 20, type = 'item', image = 'weed_ground.png', unique = false, useable = false, shouldClose = true, description = 'Ground up Amnesia, ready to be rolled' },
      weed_ak47_ground = { name = 'weed_ak47_ground', label = 'Ground AK47', weight = 20, type = 'item', image = 'weed_ground.png', unique = false, useable = false, shouldClose = true, description = 'Ground up AK47, ready to be rolled' },
      weed_whitewidow_joint = { name = 'weed_whitewidow_joint', label = 'White Widow Joint', weight = 5, type = 'item', image = 'joint.png', unique = false, useable = true, shouldClose = true, description = 'A freshly rolled White Widow joint' },
      weed_skunk_joint = { name = 'weed_skunk_joint', label = 'Skunk Joint', weight = 5, type = 'item', image = 'joint.png', unique = false, useable = true, shouldClose = true, description = 'A freshly rolled Skunk joint' },
      weed_purplehaze_joint = { name = 'weed_purplehaze_joint', label = 'Purple Haze Joint', weight = 5, type = 'item', image = 'joint.png', unique = false, useable = true, shouldClose = true, description = 'A freshly rolled Purple Haze joint' },
      weed_ogkush_joint = { name = 'weed_ogkush_joint', label = 'OGKush Joint', weight = 5, type = 'item', image = 'joint.png', unique = false, useable = true, shouldClose = true, description = 'A freshly rolled OG Kush joint' },
      weed_amnesia_joint = { name = 'weed_amnesia_joint', label = 'Amnesia Joint', weight = 5, type = 'item', image = 'joint.png', unique = false, useable = true, shouldClose = true, description = 'A freshly rolled Amnesia joint' },
      weed_ak47_joint = { name = 'weed_ak47_joint', label = 'AK47 Joint', weight = 5, type = 'item', image = 'joint.png', unique = false, useable = true, shouldClose = true, description = 'A freshly rolled AK47 joint' },
      empty_baggy = { name = 'empty_baggy', label = 'Empty Baggy', weight = 0, type = 'item', image = 'weed_baggy_empty.png', unique = false, useable = true, shouldClose = true, description = 'A small empty bag' },
      weed_whitewidow_baggy = { name = 'weed_whitewidow_baggy', label = 'Bagged White Widow', weight = 50, type = 'item', image = 'weed_baggy.png', unique = false, useable = false, shouldClose = true, description = 'A bagged serving of White Widow' },
      weed_skunk_baggy = { name = 'weed_skunk_baggy', label = 'Bagged Skunk', weight = 50, type = 'item', image = 'weed_baggy.png', unique = false, useable = false, shouldClose = true, description = 'A bagged serving of Skunk' },
      weed_purplehaze_baggy = { name = 'weed_purplehaze_baggy', label = 'Bagged Purple Haze', weight = 50, type = 'item', image = 'weed_baggy.png', unique = false, useable = false, shouldClose = true, description = 'A bagged serving of Purple Haze' },
      weed_ogkush_baggy = { name = 'weed_ogkush_baggy', label = 'Bagged OGKush', weight = 50, type = 'item', image = 'weed_baggy.png', unique = false, useable = false, shouldClose = true, description = 'A bagged serving of OG Kush' },
      weed_amnesia_baggy = { name = 'weed_amnesia_baggy', label = 'Bagged Amnesia', weight = 50, type = 'item', image = 'weed_baggy.png', unique = false, useable = false, shouldClose = true, description = 'A bagged serving of Amnesia' },
      weed_ak47_baggy = { name = 'weed_ak47_baggy', label = 'Bagged AK47', weight = 50, type = 'item', image = 'weed_baggy.png', unique = false, useable = false, shouldClose = true, description = 'A bagged serving of AK47' },
      weed_nutrition = { name = 'weed_nutrition', label = 'Plant Fertilizer', weight = 2000, type = 'item', image = 'weed_nutrition.png', unique = false, useable = true, shouldClose = true, description = 'Plant nutrition' },
      weed_pot = { name = 'weed_pot', label = 'Weed Pot', weight = 1000, type = 'item', image = 'weed_pot.png', unique = false, useable = false, shouldClose = true, description = 'A plant pot for growing weed' },
      coke_seed = { name = 'coke_seed', label = 'Coca Seed', weight = 0, type = 'item', image = 'coke_seed.png', unique = false, useable = true, shouldClose = true, description = 'A coca plant seed' },
      coke_leaf = { name = 'coke_leaf', label = 'Coca Leaf', weight = 20, type = 'item', image = 'coke_leaf.png', unique = false, useable = false, shouldClose = true, description = 'A freshly harvested coca leaf' },
      coke_table = { name = 'coke_table', label = 'Coke Table', weight = 1000, type = 'item', image = 'coke_table.png', unique = false, useable = true, shouldClose = true, description = 'A table for processing coca leaves' },
      gasoline = { name = 'gasoline', label = 'Gasoline', weight = 500, type = 'item', image = 'gasoline.png', unique = false, useable = false, shouldClose = true, description = 'A canister of gasoline' },
      baking_soda = { name = 'baking_soda', label = 'Baking Soda', weight = 200, type = 'item', image = 'baking_soda.png', unique = false, useable = false, shouldClose = true, description = 'A box of baking soda' },
      ground_coke_leaves = { name = 'ground_coke_leaves', label = 'Ground Coca Leaves', weight = 15, type = 'item', image = 'ground_coke_leaves.png', unique = false, useable = false, shouldClose = true, description = 'Coca leaves ground down and ready for the next stage' },
      coke_paste = { name = 'coke_paste', label = 'Coca Paste', weight = 15, type = 'item', image = 'coke_paste.png', unique = false, useable = false, shouldClose = true, description = 'A crude paste washed out from ground coca leaves' },
      coke_powder = { name = 'coke_powder', label = 'Cocaine Powder', weight = 15, type = 'item', image = 'coke_powder.png', unique = false, useable = true, shouldClose = true, description = 'Coca paste cooked down with baking soda into a fine powder' },
      bagged_coke = { name = 'bagged_coke', label = 'Bagged Cocaine', weight = 20, type = 'item', image = 'bagged_coke.png', unique = false, useable = false, shouldClose = true, description = 'A bagged serving of cocaine' },
      meth_table = { name = 'meth_table', label = 'Meth Table', weight = 1000, type = 'item', image = 'meth_table.png', unique = false, useable = true, shouldClose = true, description = 'A table for cooking meth' },
      pseudophederine = { name = 'pseudophederine', label = 'Pseudoephedrine', weight = 20, type = 'item', image = 'pseudophederine.png', unique = false, useable = false, shouldClose = true, description = 'A key precursor chemical for cooking meth' },
      meth_ammonia = { name = 'meth_ammonia', label = 'Ammonia', weight = 100, type = 'item', image = 'meth_ammonia.png', unique = false, useable = false, shouldClose = true, description = 'A bottle of anhydrous ammonia' },
      iodine = { name = 'iodine', label = 'Iodine', weight = 20, type = 'item', image = 'iodine.png', unique = false, useable = false, shouldClose = true, description = 'A bottle of iodine' },
      acetone = { name = 'acetone', label = 'Acetone', weight = 20, type = 'item', image = 'acetone.png', unique = false, useable = false, shouldClose = true, description = 'A can of acetone' },
      hydrochloricacid = { name = 'hydrochloricacid', label = 'Hydrochloric Acid', weight = 20, type = 'item', image = 'hydrochloricacid.png', unique = false, useable = false, shouldClose = true, description = 'A bottle of hydrochloric acid' },
      crushed_pseudo = { name = 'crushed_pseudo', label = 'Crushed Pseudoephedrine', weight = 15, type = 'item', image = 'crushed_pseudo.png', unique = false, useable = false, shouldClose = true, description = 'Pseudoephedrine crushed down into a fine powder' },
      meth_mixture = { name = 'meth_mixture', label = 'Meth Mixture', weight = 15, type = 'item', image = 'meth_mixture.png', unique = false, useable = false, shouldClose = true, description = 'A crude mixture of crushed pseudoephedrine, ammonia, iodine and acetone' },
      heated_mixture = { name = 'heated_mixture', label = 'Heated Mixture', weight = 15, type = 'item', image = 'heated_mixture.png', unique = false, useable = false, shouldClose = true, description = 'A meth mixture heated to the perfect temperature' },
      acid_mixture = { name = 'acid_mixture', label = 'Acid Mixture', weight = 15, type = 'item', image = 'acid_mixture.png', unique = false, useable = false, shouldClose = true, description = 'A heated mixture dosed with hydrochloric acid' },
      cooled_meth = { name = 'cooled_meth', label = 'Cooled Meth', weight = 15, type = 'item', image = 'cooled_meth.png', unique = false, useable = false, shouldClose = true, description = 'Poured and cooled meth, ready to be broken into crystals' },
      bagged_meth = { name = 'bagged_meth', label = 'Bagged Meth', weight = 20, type = 'item', image = 'meth_baggy.png', unique = false, useable = true, shouldClose = true, description = 'A bagged serving of meth crystals' },
      coke_brick = { name = 'coke_brick', label = 'Coke Brick', weight = 1000, type = 'item', image = 'coke_brick.png', unique = true, useable = false, shouldClose = true, description = 'Heavy package of cocaine, mostly used for deals and takes a lot of space' },
      rolling_paper = { name = 'rolling_paper', label = 'Rolling Paper', weight = 0, type = 'item', image = 'rolling_paper.png', unique = false, useable = false, shouldClose = true, description = 'Paper made specifically for encasing and smoking tobacco or cannabis.' },
      lighter = { name = 'lighter', label = 'Lighter', weight = 0, type = 'item', image = 'lighter.png', unique = false, useable = false, shouldClose = true, description = 'On new years eve a nice fire to stand next to' },
      trap_phone = { name = 'trap_phone', label = 'Trap Phone', weight = 200, type = 'item', image = 'trap_phone.png', unique = true, useable = true, shouldClose = true, description = 'A burner phone used to handle business' },


  ```
</Accordion>

<Accordion title="ox_inventory-items">
  ```lua theme={null}
      ['weed_whitewidow_seed'] = {
          label = 'White Widow Seed',
          weight = 0,
          stack = true,
          close = false,
          description = 'A weed seed of White Widow',
          client = { image = 'weed_seed.png' },
      },

      ['weed_skunk_seed'] = {
          label = 'Skunk Seed',
          weight = 0,
          stack = true,
          close = true,
          description = 'A weed seed of Skunk',
          client = { image = 'weed_seed.png' },
      },

      ['weed_purplehaze_seed'] = {
          label = 'Purple Haze Seed',
          weight = 0,
          stack = true,
          close = true,
          description = 'A weed seed of Purple Haze',
          client = { image = 'weed_seed.png' },
      },

      ['weed_ogkush_seed'] = {
          label = 'OGKush Seed',
          weight = 0,
          stack = true,
          close = true,
          description = 'A weed seed of OG Kush',
          client = { image = 'weed_seed.png' },
      },

      ['weed_amnesia_seed'] = {
          label = 'Amnesia Seed',
          weight = 0,
          stack = true,
          close = true,
          description = 'A weed seed of Amnesia',
          client = { image = 'weed_seed.png' },
      },

      ['weed_ak47_seed'] = {
          label = 'AK47 Seed',
          weight = 0,
          stack = true,
          close = true,
          description = 'A weed seed of AK47',
          client = { image = 'weed_seed.png' },
      },

      ['garden_shears'] = {
          label = 'Garden Shears',
          weight = 200,
          stack = true,
          close = true,
          description = 'Sharp shears for harvesting plants',
          client = { image = 'weed_scissors.png' },
      },

      ['weed_whitewidow_bud'] = {
          label = 'White Widow Bud',
          weight = 20,
          stack = true,
          close = true,
          description = 'A freshly harvested bud of White Widow',
          client = { image = 'weed_bud.png' },
      },

      ['weed_skunk_bud'] = {
          label = 'Skunk Bud',
          weight = 20,
          stack = true,
          close = true,
          description = 'A freshly harvested bud of Skunk',
          client = { image = 'weed_bud.png' },
      },

      ['weed_purplehaze_bud'] = {
          label = 'Purple Haze Bud',
          weight = 20,
          stack = true,
          close = true,
          description = 'A freshly harvested bud of Purple Haze',
          client = { image = 'weed_bud.png' },
      },

      ['weed_ogkush_bud'] = {
          label = 'OGKush Bud',
          weight = 20,
          stack = true,
          close = true,
          description = 'A freshly harvested bud of OG Kush',
          client = { image = 'weed_bud.png' },
      },

      ['weed_amnesia_bud'] = {
          label = 'Amnesia Bud',
          weight = 20,
          stack = true,
          close = true,
          description = 'A freshly harvested bud of Amnesia',
          client = { image = 'weed_bud.png' },
      },

      ['weed_ak47_bud'] = {
          label = 'AK47 Bud',
          weight = 20,
          stack = true,
          close = true,
          description = 'A freshly harvested bud of AK47',
          client = { image = 'weed_bud.png' },
      },

      ['weed_grinder'] = {
          label = 'Weed Grinder',
          weight = 300,
          stack = true,
          close = true,
          description = 'Grinds down buds into usable weed',
          client = { image = 'weed_grinder.png' },
      },

      ['weed_whitewidow_ground'] = {
          label = 'Ground White Widow',
          weight = 20,
          stack = true,
          close = true,
          description = 'Ground up White Widow, ready to be rolled',
          client = { image = 'weed_ground.png' },
      },

      ['weed_skunk_ground'] = {
          label = 'Ground Skunk',
          weight = 20,
          stack = true,
          close = true,
          description = 'Ground up Skunk, ready to be rolled',
          client = { image = 'weed_ground.png' },
      },

      ['weed_purplehaze_ground'] = {
          label = 'Ground Purple Haze',
          weight = 20,
          stack = true,
          close = true,
          description = 'Ground up Purple Haze, ready to be rolled',
          client = { image = 'weed_ground.png' },
      },

      ['weed_ogkush_ground'] = {
          label = 'Ground OGKush',
          weight = 20,
          stack = true,
          close = true,
          description = 'Ground up OG Kush, ready to be rolled',
          client = { image = 'weed_ground.png' },
      },

      ['weed_amnesia_ground'] = {
          label = 'Ground Amnesia',
          weight = 20,
          stack = true,
          close = true,
          description = 'Ground up Amnesia, ready to be rolled',
          client = { image = 'weed_ground.png' },
      },

      ['weed_ak47_ground'] = {
          label = 'Ground AK47',
          weight = 20,
          stack = true,
          close = true,
          description = 'Ground up AK47, ready to be rolled',
          client = { image = 'weed_ground.png' },
      },

      ['weed_whitewidow_joint'] = {
          label = 'White Widow Joint',
          weight = 5,
          stack = true,
          close = true,
          description = 'A freshly rolled White Widow joint',
          client = { image = 'joint.png' },
      },

      ['weed_skunk_joint'] = {
          label = 'Skunk Joint',
          weight = 5,
          stack = true,
          close = true,
          description = 'A freshly rolled Skunk joint',
          client = { image = 'joint.png' },
      },

      ['weed_purplehaze_joint'] = {
          label = 'Purple Haze Joint',
          weight = 5,
          stack = true,
          close = true,
          description = 'A freshly rolled Purple Haze joint',
          client = { image = 'joint.png' },
      },

      ['weed_ogkush_joint'] = {
          label = 'OGKush Joint',
          weight = 5,
          stack = true,
          close = true,
          description = 'A freshly rolled OG Kush joint',
          client = { image = 'joint.png' },
      },

      ['weed_amnesia_joint'] = {
          label = 'Amnesia Joint',
          weight = 5,
          stack = true,
          close = true,
          description = 'A freshly rolled Amnesia joint',
          client = { image = 'joint.png' },
      },

      ['weed_ak47_joint'] = {
          label = 'AK47 Joint',
          weight = 5,
          stack = true,
          close = true,
          description = 'A freshly rolled AK47 joint',
          client = { image = 'joint.png' },
      },

      ['empty_baggy'] = {
          label = 'Empty Baggy',
          weight = 0,
          stack = true,
          close = true,
          description = 'A small empty bag',
          client = { image = 'weed_baggy_empty.png' },
      },

      ['weed_whitewidow_baggy'] = {
          label = 'Bagged White Widow',
          weight = 50,
          stack = true,
          close = true,
          description = 'A bagged serving of White Widow',
          client = { image = 'weed_baggy.png' },
      },

      ['weed_skunk_baggy'] = {
          label = 'Bagged Skunk',
          weight = 50,
          stack = true,
          close = true,
          description = 'A bagged serving of Skunk',
          client = { image = 'weed_baggy.png' },
      },

      ['weed_purplehaze_baggy'] = {
          label = 'Bagged Purple Haze',
          weight = 50,
          stack = true,
          close = true,
          description = 'A bagged serving of Purple Haze',
          client = { image = 'weed_baggy.png' },
      },

      ['weed_ogkush_baggy'] = {
          label = 'Bagged OGKush',
          weight = 50,
          stack = true,
          close = true,
          description = 'A bagged serving of OG Kush',
          client = { image = 'weed_baggy.png' },
      },

      ['weed_amnesia_baggy'] = {
          label = 'Bagged Amnesia',
          weight = 50,
          stack = true,
          close = true,
          description = 'A bagged serving of Amnesia',
          client = { image = 'weed_baggy.png' },
      },

      ['weed_ak47_baggy'] = {
          label = 'Bagged AK47',
          weight = 50,
          stack = true,
          close = true,
          description = 'A bagged serving of AK47',
          client = { image = 'weed_baggy.png' },
      },

      ['weed_nutrition'] = {
          label = 'Plant Fertilizer',
          weight = 2000,
          stack = true,
          close = true,
          description = 'Plant nutrition',
          client = { image = 'weed_nutrition.png' },
      },

      ['weed_pot'] = {
          label = 'Weed Pot',
          weight = 1000,
          stack = true,
          close = true,
          description = 'A plant pot for growing weed',
          client = { image = 'weed_pot.png' },
      },

      ['coke_seed'] = {
          label = 'Coca Seed',
          weight = 0,
          stack = true,
          close = true,
          description = 'A coca plant seed',
          client = { image = 'coke_seed.png' },
      },

      ['coke_leaf'] = {
          label = 'Coca Leaf',
          weight = 20,
          stack = true,
          close = true,
          description = 'A freshly harvested coca leaf',
          client = { image = 'coke_leaf.png' },
      },

      ['coke_table'] = {
          label = 'Coke Table',
          weight = 1000,
          stack = true,
          close = true,
          description = 'A table for processing coca leaves',
          client = { image = 'coke_table.png' },
      },

      ['gasoline'] = {
          label = 'Gasoline',
          weight = 500,
          stack = true,
          close = true,
          description = 'A canister of gasoline',
          client = { image = 'gasoline.png' },
      },

      ['baking_soda'] = {
          label = 'Baking Soda',
          weight = 200,
          stack = true,
          close = true,
          description = 'A box of baking soda',
          client = { image = 'baking_soda.png' },
      },

      ['ground_coke_leaves'] = {
          label = 'Ground Coca Leaves',
          weight = 15,
          stack = true,
          close = true,
          description = 'Coca leaves ground down and ready for the next stage',
          client = { image = 'ground_coke_leaves.png' },
      },

      ['coke_paste'] = {
          label = 'Coca Paste',
          weight = 15,
          stack = true,
          close = true,
          description = 'A crude paste washed out from ground coca leaves',
          client = { image = 'coke_paste.png' },
      },

      ['coke_powder'] = {
          label = 'Cocaine Powder',
          weight = 15,
          stack = true,
          close = true,
          description = 'Coca paste cooked down with baking soda into a fine powder',
          client = { image = 'coke_powder.png' },
      },

      ['bagged_coke'] = {
          label = 'Bagged Cocaine',
          weight = 20,
          stack = true,
          close = true,
          description = 'A bagged serving of cocaine',
          client = { image = 'bagged_coke.png' },
      },

      ['meth_table'] = {
          label = 'Meth Table',
          weight = 1000,
          stack = true,
          close = true,
          description = 'A table for cooking meth',
          client = { image = 'meth_table.png' },
      },

      ['pseudophederine'] = {
          label = 'Pseudoephedrine',
          weight = 20,
          stack = true,
          close = true,
          description = 'A key precursor chemical for cooking meth',
          client = { image = 'pseudophederine.png' },
      },

      ['meth_ammonia'] = {
          label = 'Ammonia',
          weight = 100,
          stack = true,
          close = true,
          description = 'A bottle of anhydrous ammonia',
          client = { image = 'meth_ammonia.png' },
      },

      ['iodine'] = {
          label = 'Iodine',
          weight = 20,
          stack = true,
          close = true,
          description = 'A bottle of iodine',
          client = { image = 'iodine.png' },
      },

      ['acetone'] = {
          label = 'Acetone',
          weight = 20,
          stack = true,
          close = true,
          description = 'A can of acetone',
          client = { image = 'acetone.png' },
      },

      ['hydrochloricacid'] = {
          label = 'Hydrochloric Acid',
          weight = 20,
          stack = true,
          close = true,
          description = 'A bottle of hydrochloric acid',
          client = { image = 'hydrochloricacid.png' },
      },

      ['crushed_pseudo'] = {
          label = 'Crushed Pseudoephedrine',
          weight = 15,
          stack = true,
          close = true,
          description = 'Pseudoephedrine crushed down into a fine powder',
          client = { image = 'crushed_pseudo.png' },
      },

      ['meth_mixture'] = {
          label = 'Meth Mixture',
          weight = 15,
          stack = true,
          close = true,
          description = 'A crude mixture of crushed pseudoephedrine, ammonia, iodine and acetone',
          client = { image = 'meth_mixture.png' },
      },

      ['heated_mixture'] = {
          label = 'Heated Mixture',
          weight = 15,
          stack = true,
          close = true,
          description = 'A meth mixture heated to the perfect temperature',
          client = { image = 'heated_mixture.png' },
      },

      ['acid_mixture'] = {
          label = 'Acid Mixture',
          weight = 15,
          stack = true,
          close = true,
          description = 'A heated mixture dosed with hydrochloric acid',
          client = { image = 'acid_mixture.png' },
      },

      ['cooled_meth'] = {
          label = 'Cooled Meth',
          weight = 15,
          stack = true,
          close = true,
          description = 'Poured and cooled meth, ready to be broken into crystals',
          client = { image = 'cooled_meth.png' },
      },

      ['bagged_meth'] = {
          label = 'Bagged Meth',
          weight = 20,
          stack = true,
          close = true,
          description = 'A bagged serving of meth crystals',
          client = { image = 'meth_baggy.png' },
      },

      ['coke_brick'] = {
          label = 'Coke Brick',
          weight = 1000,
          stack = false,
          close = true,
          description = 'Heavy package of cocaine, mostly used for deals and takes a lot of space',
          client = { image = 'coke_brick.png' },
      },

      ['rolling_paper'] = {
          label = 'Rolling Paper',
          weight = 0,
          stack = true,
          close = true,
          description = 'Paper made specifically for encasing and smoking tobacco or cannabis.',
          client = { image = 'rolling_paper.png' },
      },

      ['lighter'] = {
          label = 'Lighter',
          weight = 0,
          stack = true,
          close = true,
          description = 'On new years eve a nice fire to stand next to',
          client = { image = 'lighter.png' },
      },

      ['trap_phone'] = {
          label = 'Trap Phone',
          weight = 200,
          stack = false,
          close = true,
          description = 'A burner phone used to handle business',
          client = { image = 'trap_phone.png' },
      },

  ```
</Accordion>

2. Add the item images

Copy the item images from install/images and copy these into your inventory resources image folder <br /><br />For qb-inventory the file path is qb-inventory/html/images/

For ox\_inventory the file path is ox\_inventory/web/images/

3. Done you can now restart your server and enjoy.
