# Installation

### DEPENDENCIES

> **REQUIRED DEPENDENCIES**

| Type               | Resource          | Alternatives                                                         | Download                                            |
| ------------------ | ----------------- | -------------------------------------------------------------------- | --------------------------------------------------- |
| Framework          | qb-core           | *(Coming Soon)*                                                      | <https://github.com/qbcore-framework/qb-core>       |
| Bridge             | community\_bridge | <ul><li>NA</li></ul>                                                 | <https://github.com/TheOrderFivem/community_bridge> |
| Interaction System | qb-target         | <ul><li>ox\_target</li><li>ox\_lib</li></ul>                         | <https://github.com/qbcore-framework/qb-target>     |
| Menu System        | qb-menu           | <ul><li>ox\_lib</li></ul>                                            | <https://github.com/qbcore-framework/qb-menu>       |
| Input System       | qb-input          | <ul><li>ox\_lib</li></ul>                                            | <https://github.com/qbcore-framework/qb-input>      |
| Radial Menu System | qb-radialmenu     | <ul><li>ox\_lib</li></ul>                                            | <https://github.com/qbcore-framework/qb-radialmenu> |
| Progressbar System | progressbar       | <ul><li>ox\_lib</li></ul>                                            | <https://github.com/qbcore-framework/progressbar>   |
| Notify System      | qbcore            | <ul><li>ox\_lib</li></ul>                                            | (BUILT INTO QBCORE)                                 |
| Dispatch System    | qb-policejob      | <ul><li>ps-dispatch</li><li>cd-dispatch</li></ul>                    | <https://github.com/qbcore-framework/qb-policejob>  |
| Fishing Minigame   | ps-ui             | <ul><li><a data-mention href="integration">integration</a></li></ul> | <https://github.com/Project-Sloth/ps-ui>            |

### RESOURCE INSTALLATION GUIDE

> **1) RESOURCE DOWNLOAD**

{% hint style="info" %}
Download your resource from [FiveM's Keymaster](https://keymaster.fivem.net/asset-grants).
{% endhint %}

***

> **2) ADD THE ITEMS**

{% tabs %}
{% tab title="QB-Inventory" %}

````
//```lua
    --DHS Fishing Items
    fishingrod                     = { name = 'fishingrod', label = 'Fishing Rod', weight = 100, type = 'item', image = 'fishingrod.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = 'A Simple Fishing Rod' },
    advanced_fishingrod                     = { name = 'advanced_fishingrod', label = 'Advanced Fishing Rod', weight = 100, type = 'item', image = 'advanced_fishingrod.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = 'An Advanced Fishing Rod' },
    midtier_fishingrod                     = { name = 'midtier_fishingrod', label = 'Mid-Tier Fishing Rod', weight = 100, type = 'item', image = 'midtier_fishingrod.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = 'A Mid-Tier Fishing Rod' },
    hightier_fishingrod                     = { name = 'hightier_fishingrod', label = 'High-Tier Fishing Rod', weight = 100, type = 'item', image = 'hightier_fishingrod.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = 'A High-Tier Fishing Rod' },
    the_master_fishingrod                     = { name = 'the_master_fishingrod', label = 'The Master Fishing Rod', weight = 100, type = 'item', image = 'the_master_fishingrod.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = 'The Master Fishing Rod' },
    tacklebox_blue                     = { name = 'tacklebox_blue', label = 'Blue Tacklebox', weight = 100, type = 'item', image = 'tacklebox_blue.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = 'A simple place to Store your fishing gear!'},
    tacklebox_brown                     = { name = 'tacklebox_brown', label = 'Brown Tacklebox', weight = 100, type = 'item', image = 'tacklebox_brown.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = 'A simple place to Store your fishing gear!'},
    tacklebox_tan                     = { name = 'tacklebox_tan', label = 'Tan Tacklebox', weight = 100, type = 'item', image = 'tacklebox_tan.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = 'A simple place to Store your fishing gear!'},
    bait_worms                     = { name = 'bait_worms', label = 'Worms', weight = 100, type = 'item', image = 'worms.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Fishing Bait' },
    bait_minnows                     = { name = 'bait_minnows', label = 'Minnows', weight = 100, type = 'item', image = 'minnows.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Fishing Bait' },
    bait_cricket                     = { name = 'bait_cricket', label = 'Crickets', weight = 100, type = 'item', image = 'cricket.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Fishing Bait' },
    bait_grasshopper                     = { name = 'bait_grasshopper', label = 'Grasshoppers', weight = 100, type = 'item', image = 'grasshopper.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Fishing Bait' },
    bait_leech                     = { name = 'bait_leech', label = 'Leechs', weight = 100, type = 'item', image = 'leech.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Fishing Bait' },
    rockfish                     = { name = 'rockfish', label = 'Rockfish', weight = 200, type = 'item', image = 'rockfish.png', unique = false, useable = true, shouldClose = true, description = '' },
    californiahalibut            = { name = 'californiahalibut', label = 'California Halibut', weight = 200, type = 'item', image = 'californiahalibut.png', unique = false, useable = true, shouldClose = true, description = '' },
    jacksmelt                    = { name = 'jacksmelt', label = 'JackSmelt', weight = 200, type = 'item', image = 'jacksmelt.png', unique = false, useable = true, shouldClose = true, description = '' },
    surfsmelt                    = { name = 'surfsmelt', label = 'SurfSmelt', weight = 200, type = 'item', image = 'surfsmelt.png', unique = false, useable = true, shouldClose = true, description = '' },
    surfperch                    = { name = 'surfperch', label = 'SurfPerch', weight = 200, type = 'item', image = 'surfperch.png', unique = false, useable = true, shouldClose = true, description = '' },
    halibut                      = { name = 'halibut', label = 'Halibut', weight = 200, type = 'item', image = 'halibut.png', unique = false, useable = true, shouldClose = true, description = '' },
    californiacorbina            = { name = 'californiacorbina', label = 'California Corbina', weight = 200, type = 'item', image = 'californiacorbina.png', unique = false, useable = true, shouldClose = true, description = '' },
    calicobass                   = { name = 'calicobass', label = 'Calico Bass', weight = 200, type = 'item', image = 'calicobass.png', unique = false, useable = true, shouldClose = true, description = '' },
    mackeral                     = { name = 'mackeral', label = 'Mackeral', weight = 200, type = 'item', image = 'mackeral.png', unique = false, useable = true, shouldClose = true, description = '' },
    barracuda                    = { name = 'barracuda', label = 'Barracuda', weight = 200, type = 'item', image = 'barracuda.png', unique = false, useable = true, shouldClose = true, description = '' },
    whiteseabass                 = { name = 'whiteseabass', label = 'White Seabass', weight = 200, type = 'item', image = 'whiteseabass.png', unique = false, useable = true, shouldClose = true, description = '' },
    sheephead                    = { name = 'sheephead', label = 'Sheep Head', weight = 200, type = 'item', image = 'sheephead.png', unique = false, useable = true, shouldClose = true, description = '' },
    yellowtail                   = { name = 'yellowtail', label = 'Yellow Tail', weight = 200, type = 'item', image = 'yellowtail.png', unique = false, useable = true, shouldClose = true, description = '' },
    salmon                     = { name = 'salmon', label = 'Salmon', weight = 100, type = 'item', image = 'salmon.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = 'A delicious and nutritious fish known for its pink flesh and rich flavor' },
    lingcod                      = { name = 'lingcod', label = 'Ling Cod', weight = 200, type = 'item', image = 'lingcod.png', unique = false, useable = true, shouldClose = true, description = '' },
    --DHS Illegal Fishing Items
    bait_octopus                     = { name = 'bait_octopus', label = 'Octopus', weight = 100, type = 'item', image = 'octopus.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Illegal Fishing Bait' },
    bait_squid                     = { name = 'bait_squid', label = 'Squid', weight = 100, type = 'item', image = 'squid.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Illegal Fishing Bait' },
    bait_cowcarcass                     = { name = 'bait_cowcarcass', label = 'Cow Carcass', weight = 100, type = 'item', image = 'cowcarcass.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Illegal Fishing Bait' },
    bait_pigcarcass                     = { name = 'bait_pigcarcass', label = 'Pig Carcass', weight = 100, type = 'item', image = 'pigcarcass.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Illegal Fishing Bait' },
    bait_seaweed                     = { name = 'bait_seaweed', label = 'Seaweed', weight = 100, type = 'item', image = 'seaweed.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Illegal Fishing Bait' },
    blue_whale                     = { name = 'blue_whale', label = 'Blue Whale', weight = 100, type = 'item', image = 'bluewhale.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'A blue whale is the largest animal on Earth, known for its immense size and gentle nature.' },
    green_turtle 				     = { name = 'green_turtle', label = 'Green Turtle', weight = 500, type = 'item', image = 'greenturtle.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'A green turtle is a type of sea turtle known for its greenish-colored fat and cartilage.' },
    leatherback_turtle 				 = { name = 'leatherback_turtle', label = 'Leatherback Turtle', weight = 500, type = 'item', image = 'leatherbackturtle.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'A leatherback turtle is a type of sea turtle known for its unique shell made of leather-like skin.' },
    olive_ridley_turtle 				 = { name = 'olive_ridley_turtle', label = 'Olive Ridley Turtle', weight = 500, type = 'item', image = 'oliveridleyturtle.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'An Olive Ridley Turtle is a type of sea turtle known for its olive-colored shell and nesting behavior in large groups.' },
    school_shark 				     = { name = 'school_shark', label = 'School Shark', weight = 1000, type = 'item', image = 'schoolshark.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'A school shark is a type of shark that is commonly found in schools or groups, hence the name "school shark."' },
    horn_shark 				         = { name = 'horn_shark', label = 'Horn Shark', weight = 1200, type = 'item', image = 'hornshark.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'A horn shark is a type of shark known for its distinctive horn-like structures above its eyes.' },
    greatwhite_shark 				 = { name = 'greatwhite_shark', label = 'Great White Shark', weight = 2000, type = 'item', image = 'greatwhiteshark.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'A Great White Shark is a large predatory shark known for its size and power.' },
    gray_whale 				         = { name = 'gray_whale', label = 'Gray Whale', weight = 5000, type = 'item', image = 'graywhale.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'A Gray Whale is a large marine mammal known for its mottled gray coloration and baleen feeding habits.' },
    humpback_whale 				     = { name = 'humpback_whale', label = 'Hump Back Whale', weight = 5000, type = 'item', image = 'humpbackwhale.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'A Humpback Whale is a large marine mammal known for its distinctive humpback shape and acrobatic behavior such as breaching and slapping the water with its fins and tail.' },
    --Treasure
    rusty_key                      = { name = 'rusty_key', label = 'Rusty Key', weight = 100, type = 'item', image = 'rustykey.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Your not sure what this goes to.' },
    silver_key                      = { name = 'silver_key', label = 'Silver Key', weight = 100, type = 'item', image = 'rustykey.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Your not sure what this goes to.' },
    gold_key                      = { name = 'gold_key', label = 'Gold Key', weight = 100, type = 'item', image = 'rustykey.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Your not sure what this goes to.' },
    rusty_lockbox                      = { name = 'rusty_lockbox', label = 'Rusty Lockbox', weight = 100, type = 'item', image = 'rustylockbox.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'You need a key for this' },
    note_in_bottle                      = { name = 'note_in_bottle', label = 'Note in Bottle', weight = 100, type = 'item', image = 'noteinbottle.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'A note in a bottle.' },
    map_piece_part1                      = { name = 'map_piece_part1', label = 'Map Piece Part 1', weight = 100, type = 'item', image = 'mappart1.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'A map piece part 1.' },
    map_piece_part2                      = { name = 'map_piece_part2', label = 'Map Piece Part 2', weight = 100, type = 'item', image = 'mappart2.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'A map piece part 2.' },
    map_piece_part3                      = { name = 'map_piece_part3', label = 'Map Piece Part 3', weight = 100, type = 'item', image = 'mappart3.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'A map piece part 3.' },
    map_piece_part4                      = { name = 'map_piece_part4', label = 'Map Piece Part 4', weight = 100, type = 'item', image = 'mappart4.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'A map piece part 4.' },
    treasure_map                      = { name = 'treasure_map', label = 'Treasure Map', weight = 100, type = 'item', image = 'treasuremap.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'A treasure map.' },
```
````

{% endtab %}

{% tab title="OX-Inventory" %}

````
```lua
['fishingrod'] = {
        label = 'Fishing Rod',
        weight = 100,
        stack = false,
        close = true,
        description = 'A Simple Fishing Rod',
        client = {
            image = 'fishingrod.png'
        }
    },

    ['advanced_fishingrod'] = {
        label = 'Advanced Fishing Rod',
        weight = 100,
        stack = false,
        close = true,
        description = 'An Advanced Fishing Rod',
        client = {
            image = 'advanced_fishingrod.png'
        }
    },

    ['midtier_fishingrod'] = {
        label = 'Mid-Tier Fishing Rod',
        weight = 100,
        stack = false,
        close = true,
        description = 'A Mid-Tier Fishing Rod',
        client = {
            image = 'midtier_fishingrod.png'
        }
    },

    ['hightier_fishingrod'] = {
        label = 'High-Tier Fishing Rod',
        weight = 100,
        stack = false,
        close = true,
        description = 'A High-Tier Fishing Rod',
        client = {
            image = 'hightier_fishingrod.png'
        }
    },

    ['the_master_fishingrod'] = {
        label = 'The Master Fishing Rod',
        weight = 100,
        stack = false,
        close = true,
        description = 'The Master Fishing Rod',
        client = {
            image = 'the_master_fishingrod.png'
        }
    },

    ['tacklebox_blue'] = {
        label = 'Blue Tacklebox',
        weight = 100,
        stack = false,
        close = true,
        description = 'A simple place to Store your fishing gear!',
        client = {
            image = 'tacklebox_blue.png'
        }
    },

    ['tacklebox_brown'] = {
        label = 'Brown Tacklebox',
        weight = 100,
        stack = false,
        close = true,
        description = 'A simple place to Store your fishing gear!',
        client = {
            image = 'tacklebox_brown.png'
        }
    },

    ['tacklebox_tan'] = {
        label = 'Tan Tacklebox',
        weight = 100,
        stack = false,
        close = true,
        description = 'A simple place to Store your fishing gear!',
        client = {
            image = 'tacklebox_tan.png'
        }
    },

    ['bait_worms'] = {
        label = 'Worms',
        weight = 100,
        stack = true,
        close = true,
        description = 'Fishing Bait',
        client = {
            image = 'worms.png'
        }
    },

    ['bait_minnows'] = {
        label = 'Minnows',
        weight = 100,
        stack = true,
        close = true,
        description = 'Fishing Bait',
        client = {
            image = 'minnows.png'
        }
    },

    ['bait_cricket'] = {
        label = 'Crickets',
        weight = 100,
        stack = true,
        close = true,
        description = 'Fishing Bait',
        client = {
            image = 'cricket.png'
        }
    },

    ['bait_grasshopper'] = {
        label = 'Grasshoppers',
        weight = 100,
        stack = true,
        close = true,
        description = 'Fishing Bait',
        client = {
            image = 'grasshopper.png'
        }
    },

    ['bait_leech'] = {
        label = 'Leechs',
        weight = 100,
        stack = true,
        close = true,
        description = 'Fishing Bait',
        client = {
            image = 'leech.png'
        }
    },

    ['rockfish'] = {
        label = 'Rockfish',
        weight = 200,
        stack = true,
        close = true,
        description = '',
        client = {
            image = 'rockfish.png'
        }
    },

    ['californiahalibut'] = {
        label = 'California Halibut',
        weight = 200,
        stack = true,
        close = true,
        description = '',
        client = {
            image = 'californiahalibut.png'
        }
    },

    ['jacksmelt'] = {
        label = 'JackSmelt',
        weight = 200,
        stack = true,
        close = true,
        description = '',
        client = {
            image = 'jacksmelt.png'
        }
    },

    ['surfsmelt'] = {
        label = 'SurfSmelt',
        weight = 200,
        stack = true,
        close = true,
        description = '',
        client = {
            image = 'surfsmelt.png'
        }
    },

    ['surfperch'] = {
        label = 'SurfPerch',
        weight = 200,
        stack = true,
        close = true,
        description = '',
        client = {
            image = 'surfperch.png'
        }
    },

    ['halibut'] = {
        label = 'Halibut',
        weight = 200,
        stack = true,
        close = true,
        description = '',
        client = {
            image = 'halibut.png'
        }
    },

    ['californiacorbina'] = {
        label = 'California Corbina',
        weight = 200,
        stack = true,
        close = true,
        description = '',
        client = {
            image = 'californiacorbina.png'
        }
    },

    ['calicobass'] = {
        label = 'Calico Bass',
        weight = 200,
        stack = true,
        close = true,
        description = '',
        client = {
            image = 'calicobass.png'
        }
    },

    ['mackeral'] = {
        label = 'Mackeral',
        weight = 200,
        stack = true,
        close = true,
        description = '',
        client = {
            image = 'mackeral.png'
        }
    },

    ['barracuda'] = {
        label = 'Barracuda',
        weight = 200,
        stack = true,
        close = true,
        description = '',
        client = {
            image = 'barracuda.png'
        }
    },

    ['whiteseabass'] = {
        label = 'White Seabass',
        weight = 200,
        stack = true,
        close = true,
        description = '',
        client = {
            image = 'whiteseabass.png'
        }
    },

    ['sheephead'] = {
        label = 'Sheep Head',
        weight = 200,
        stack = true,
        close = true,
        description = '',
        client = {
            image = 'sheephead.png'
        }
    },

    ['yellowtail'] = {
        label = 'Yellow Tail',
        weight = 200,
        stack = true,
        close = true,
        description = '',
        client = {
            image = 'yellowtail.png'
        }
    },

    ['salmon'] = {
        label = 'Salmon',
        weight = 100,
        stack = false,
        close = true,
        description = 'A delicious and nutritious fish known for its pink flesh and rich flavor',
        client = {
            image = 'salmon.png'
        }
    },

    ['lingcod'] = {
        label = 'Ling Cod',
        weight = 200,
        stack = true,
        close = true,
        description = '',
        client = {
            image = 'lingcod.png'
        }
    },

    -- Illegal Fishing Items
    ['bait_octopus'] = {
        label = 'Octopus',
        weight = 100,
        stack = true,
        close = true,
        description = 'Illegal Fishing Bait',
        client = {
            image = 'octopus.png'
        }
    },

    ['bait_squid'] = {
        label = 'Squid',
        weight = 100,
        stack = true,
        close = true,
        description = 'Illegal Fishing Bait',
        client = {
            image = 'squid.png'
        }
    },

    ['bait_cowcarcass'] = {
        label = 'Cow Carcass',
        weight = 100,
        stack = true,
        close = true,
        description = 'Illegal Fishing Bait',
        client = {
            image = 'cowcarcass.png'
        }
    },

    ['bait_pigcarcass'] = {
        label = 'Pig Carcass',
        weight = 100,
        stack = true,
        close = true,
        description = 'Illegal Fishing Bait',
        client = {
            image = 'pigcarcass.png'
        }
    },

    ['bait_seaweed'] = {
        label = 'Seaweed',
        weight = 100,
        stack = true,
        close = true,
        description = 'Illegal Fishing Bait',
        client = {
            image = 'seaweed.png'
        }
    },

    ['blue_whale'] = {
        label = 'Blue Whale',
        weight = 100,
        stack = true,
        close = true,
        description = 'A blue whale is the largest animal on Earth, known for its immense size and gentle nature.',
        client = {
            image = 'bluewhale.png'
        }
    },

    ['green_turtle'] = {
        label = 'Green Turtle',
        weight = 500,
        stack = true,
        close = true,
        description = 'A green turtle is a type of sea turtle known for its greenish-colored fat and cartilage.',
        client = {
            image = 'greenturtle.png'
        }
    },

    ['leatherback_turtle'] = {
        label = 'Leatherback Turtle',
        weight = 500,
        stack = true,
        close = true,
        description = 'A leatherback turtle is a type of sea turtle known for its unique shell made of leather-like skin.',
        client = {
            image = 'leatherbackturtle.png'
        }
    },

    ['olive_ridley_turtle'] = {
        label = 'Olive Ridley Turtle',
        weight = 500,
        stack = true,
        close = true,
        description = 'An Olive Ridley Turtle is a type of sea turtle known for its olive-colored shell and nesting behavior in large groups.',
        client = {
            image = 'oliveridleyturtle.png'
        }
    },

    ['school_shark'] = {
        label = 'School Shark',
        weight = 1000,
        stack = true,
        close = true,
        description = 'A school shark is a type of shark that is commonly found in schools or groups, hence the name "school shark."',
        client = {
            image = 'schoolshark.png'
        }
    },

    ['horn_shark'] = {
        label = 'Horn Shark',
        weight = 1200,
        stack = true,
        close = true,
        description = 'A horn shark is a type of shark known for its distinctive horn-like structures above its eyes.',
        client = {
            image = 'hornshark.png'
        }
    },

    ['greatwhite_shark'] = {
        label = 'Great White Shark',
        weight = 2000,
        stack = true,
        close = true,
        description = 'A Great White Shark is a large predatory shark known for its size and power.',
        client = {
            image = 'greatwhiteshark.png'
        }
    },

    ['gray_whale'] = {
        label = 'Gray Whale',
        weight = 5000,
        stack = true,
        close = true,
        description = 'A Gray Whale is a large marine mammal known for its mottled gray coloration and baleen feeding habits.',
        client = {
            image = 'graywhale.png'
        }
    },

    ['humpback_whale'] = {
        label = 'Hump Back Whale',
        weight = 5000,
        stack = true,
        close = true,
        description = 'A Humpback Whale is a large marine mammal known for its distinctive humpback shape and acrobatic behavior such as breaching and slapping the water with its fins and tail.',
        client = {
            image = 'humpbackwhale.png'
        }
    },

    ['note_in_bottle'] = {
        label = 'Note in Bottle',
        weight = 100,
        stack = true,
        close = true,
        description = 'A note in a bottle.',
        client = {
            image = 'noteinbottle.png'
        }
    },

    ['map_piece_part1'] = {
        label = 'Map Piece Part 1',
        weight = 100,
        stack = true,
        close = true,
        description = 'A map piece part 1.',
        client = {
            image = 'mappart1.png'
        }
    },

    ['map_piece_part2'] = {
        label = 'Map Piece Part 2',
        weight = 100,
        stack = true,
        close = true,
        description = 'A map piece part 2.',
        client = {
            image = 'mappart2.png'
        }
    },

    ['map_piece_part3'] = {
        label = 'Map Piece Part 3',
        weight = 100,
        stack = true,
        close = true,
        description = 'A map piece part 3.',
        client = {
            image = 'mappart3.png'
        }
    },

    ['map_piece_part4'] = {
        label = 'Map Piece Part 4',
        weight = 100,
        stack = true,
        close = true,
        description = 'A map piece part 4.',
        client = {
            image = 'mappart4.png'
        }
    },

    ['treasure_map'] = {
        label = 'Treasure Map',
        weight = 100,
        stack = true,
        close = true,
        description = 'A treasure map.',
        client = {
            image = 'treasuremap.png'
        }
    },

    -- Treasure Items
    ['rusty_key'] = {
        label = 'Rusty Key',
        weight = 100,
        stack = true,
        close = true,
        description = 'Your not sure what this goes to.',
        client = {
            image = 'rustykey.png'
        }
    },

    ['silver_key'] = {
        label = 'Silver Key',
        weight = 100,
        stack = true,
        close = true,
        description = 'Your not sure what this goes to.',
        client = {
            image = 'rustykey.png'
        }
    },

    ['gold_key'] = {
        label = 'Gold Key',
        weight = 100,
        stack = true,
        close = true,
        description = 'Your not sure what this goes to.',
        client = {
            image = 'rustykey.png'
        }
    },

    ['rusty_lockbox'] = {
        label = 'Rusty Lockbox',
        weight = 100,
        stack = true,
        close = true,
        description = 'You need a key for this',
        client = {
            image = 'rustylockbox.png'
        }
    },
```
````

{% endtab %}
{% endtabs %}

***

> **3) ADD THE IMAGES TO YOUR INVENTORY**

{% hint style="info" %}

* Open DHS-Fishing > images
* Copy files from the folder and add them into your inventory image folder
  {% endhint %}

***

> **4) INSTALL COMPLETE**

{% hint style="success" %}
The Install is now complete, you may move onto looking at the config.
{% endhint %}
