đ ī¸Installation
qb-core/shared/items.lua
-- Fishing rods
['fishingrod1'] = {['name'] = 'fishingrod1', ['label'] = 'Fishingrod Level 1', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'fishingrod1.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['fishingrod2'] = {['name'] = 'fishingrod2', ['label'] = 'Fishingrod Level 2', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'fishingrod2.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['fishingrod3'] = {['name'] = 'fishingrod3', ['label'] = 'Fishingrod Level 3', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'fishingrod3.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['fishingrod4'] = {['name'] = 'fishingrod4', ['label'] = 'Fishingrod Level 4', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'fishingrod4.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['fishingrod5'] = {['name'] = 'fishingrod5', ['label'] = 'Fishingrod Level 5', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'fishingrod5.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
-- Fishing nets
['fishnet1'] = {['name'] = 'fishnet1', ['label'] = 'Fishing net Nivel 1', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'fishnet1.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['fishnet2'] = {['name'] = 'fishnet2', ['label'] = 'Fishing net Nivel 2', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'fishnet2.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['fishnet3'] = {['name'] = 'fishnet3', ['label'] = 'Fishing net Nivel 3', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'fishnet3.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['fishnet4'] = {['name'] = 'fishnet4', ['label'] = 'Fishing net Nivel 4', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'fishnet4.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['fishnet5'] = {['name'] = 'fishnet5', ['label'] = 'Fishing net Nivel 5', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'fishnet5.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
-- Regular Fish
['mackerel'] = {['name'] = 'mackerel', ['label'] = 'Mackerel', ['weight'] = 25, ['type'] = 'item', ['image'] = 'mackerel.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = ''},
['cod'] = {['name'] = 'cod', ['label'] = 'Cod', ['weight'] = 25, ['type'] = 'item', ['image'] = 'cod.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = ''},
['seabass'] = {['name'] = 'seabass', ['label'] = 'Sea Bass', ['weight'] = 25, ['type'] = 'item', ['image'] = 'seabass.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = ''},
['sole'] = {['name'] = 'sole', ['label'] = 'Sole', ['weight'] = 25, ['type'] = 'item', ['image'] = 'sole.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = ''},
['stingray'] = {['name'] = 'stingray', ['label'] = 'Stingray', ['weight'] = 25, ['type'] = 'item', ['image'] = 'stingray.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = ''},
['salmon'] = {['name'] = 'salmon', ['label'] = 'Salmon', ['weight'] = 25, ['type'] = 'item', ['image'] = 'salmon.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = ''},
['tunafish'] = {['name'] = 'tunafish', ['label'] = 'Tuna fish', ['weight'] = 25, ['type'] = 'item', ['image'] = 'tunafish.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = ''},
['sardine'] = {['name'] = 'sardine', ['label'] = 'Sardine', ['weight'] = 25, ['type'] = 'item', ['image'] = 'sardine.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = ''},
['catfish'] = {['name'] = 'catfish', ['label'] = 'Catfish', ['weight'] = 25, ['type'] = 'item', ['image'] = 'catfish.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = ''},
["monkfish"] = {['name'] = "monkfish", ['label'] = 'Monkfish', ['weight'] = 25, ['type'] = 'item', ['image'] = 'monkfish.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = ''},
-- Trash Items
['fishingtin'] = {['name'] = 'fishingtin', ['label'] = 'Fishing Tin', ['weight'] = 2500, ['type'] = 'item', ['image'] = 'fishingtin.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = ''},
['fishingboot'] = {['name'] = 'fishingboot', ['label'] = 'Fishing Boot', ['weight'] = 2500, ['type'] = 'item', ['image'] = 'fishingboot.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = ''},
-- Exotic Fish
['dolphin'] = {['name'] = 'dolphin', ['label'] = 'Dolphin', ['weight'] = 15000, ['type'] = 'item', ['image'] = 'dolphin.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = ''},
['tigershark'] = {['name'] = 'tigershark', ['label'] = 'Tiger shark', ['weight'] = 5000, ['type'] = 'item', ['image'] = 'tigershark.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = ''},
['hammershark'] = {['name'] = 'hammershark', ['label'] = 'Hammer shark', ['weight'] = 5000, ['type'] = 'item', ['image'] = 'hammershark.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = ''},
['whale'] = {['name'] = 'whale', ['label'] = 'Whale', ['weight'] = 5000, ['type'] = 'item', ['image'] = 'whale.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = ''},
-- Gear
['fishbait'] = {['name'] = 'fishbait', ['label'] = 'Fish Bait', ['weight'] = 400, ['type'] = 'item', ['image'] = 'fishbait.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['illegalfishbait'] = {['name'] = 'illegalfishbait', ['label'] = 'Illegal Fish Bait', ['weight'] = 400, ['type'] = 'item', ['image'] = 'illegalfishbait.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['anchor'] = {['name'] = 'anchor', ['label'] = 'Boat Anchor', ['weight'] = 2500, ['type'] = 'item', ['image'] = 'anchor.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['diving_gear'] = {['name'] = 'diving_gear', ['label'] = 'Diving Gear', ['weight'] = 30000, ['type'] = 'item', ['image'] = 'diving_gear.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['diving_fill'] = {['name'] = 'diving_fill', ['label'] = 'Diving Tube', ['weight'] = 3000, ['type'] = 'item', ['image'] = 'diving_tube.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['discription'] = ''},
-- Rewards,
['treasurechest'] = {['name'] = 'treasurechest', ['label'] = 'Treasure Chest', ['weight'] = 2500, ['type'] = 'item', ['image'] = 'treasurechest.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['fishingkey'] = {['name'] = 'fishingkey', ['label'] = 'Corroded Key', ['weight'] = 100, ['type'] = 'item', ['image'] = 'fishingkey.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
-- Cooking
['bonfire'] = {['name'] = 'bonfire', ['label'] = 'Campfire', ['weight'] = 20, ['type'] = 'item', ['image'] = 'bonfire.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['cookedcod'] = {['name'] = 'cookedcod', ['label'] = 'Cooked Cod', ['weight'] = 20, ['type'] = 'item', ['image'] = 'cookedcod.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['cookedmackerel'] = {['name'] = 'cookedmackerel', ['label'] = 'Cooked Mackerel', ['weight'] = 20, ['type'] = 'item', ['image'] = 'cookedmackerel.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
-- Seashells
["conch"] = {["name"] = "conch", ["label"] = "Conch", ["weight"] = 500, ["type"] = "item", ["image"] = "conch.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = ""},
["sea_snail"] = {["name"] = "sea_snail", ["label"] = "Sea Snail", ["weight"] = 500, ["type"] = "item", ["image"] = "sea_snail.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = ""},
["shell"] = {["name"] = "shell", ["label"] = "Shell", ["weight"] = 500, ["type"] = "item", ["image"] = "shell.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = ""},
["conch_shell"] = {["name"] = "conch_shell", ["label"] = "Shell", ["weight"] = 500, ["type"] = "item", ["image"] = "conch_shell.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = ""},
["starfish"] = {["name"] = "starfish", ["label"] = "Starfish", ["weight"] = 500, ["type"] = "item", ["image"] = "starfish.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = ""},
["knife"] = {["name"] = "knife", ["label"] = "Knife", ["weight"] = 500, ["type"] = "item", ["image"] = "knife.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = ""},
-- Coral
["red_coral"] = {["name"] = "red_coral", ["label"] = "Red Coral", ["weight"] = 500, ["type"] = "item", ["image"] = "red_coral.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = ""},
["yellow_coral"] = {["name"] = "yellow_coral", ["label"] = "Yellow Coral", ["weight"] = 500, ["type"] = "item", ["image"] = "yellow_coral.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = ""},
["blue_coral"] = {["name"] = "blue_coral", ["label"] = "Blue Coral", ["weight"] = 500, ["type"] = "item", ["image"] = "blue_coral.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = ""},
["pink_coral"] = {["name"] = "pink_coral", ["label"] = "Pink Coral", ["weight"] = 500, ["type"] = "item", ["image"] = "pink_coral.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = ""},
["white_coral"] = {["name"] = "white_coral", ["label"] = "White Coral", ["weight"] = 500, ["type"] = "item", ["image"] = "white_coral.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = ""},
["green_coral"] = {["name"] = "green_coral", ["label"] = "Green Coral", ["weight"] = 500, ["type"] = "item", ["image"] = "green_coral.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = ""},
["babyblue_coral"] = {["name"] = "babyblue_coral", ["label"] = "Baby Blue Coral", ["weight"] = 500, ["type"] = "item", ["image"] = "babyblue_coral.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = ""},
Last updated