📜Installation
Installing CB-Fishing is quick and easy—just follow our included step-by-step guide to get started in no time!
Inventory Items
--CB-Fishing
fishingrod = {['name'] = 'fishingrod', ['label'] = 'Fishing Rod', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'fishingrod.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A Fishing Rod'},
fishingbait = {['name'] = 'fishingbait', ['label'] = 'Fishing Bait', ['weight'] = 100, ['type'] = 'item', ['image'] = 'fishingbait.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Fishing Bait'},
deepsearod = {['name'] = 'deepsearod', ['label'] = 'Deep Sea Rod', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'deepsearod.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A Deep Sea Fishing Rod'},
fishinglure = {['name'] = 'fishinglure', ['label'] = 'Deep Sea Bait', ['weight'] = 100, ['type'] = 'item', ['image'] = 'fishinglure.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Deep Sea Fishing Bait'},
-- Saltwater Fish
seatrout = {['name'] = 'seatrout', ['label'] = 'Sea Trout', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'seatrout.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A wild Sea Trout'},
snook = {['name'] = 'snook', ['label'] = 'Snook', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'snook.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A wild Snook'},
croaker = {['name'] = 'croaker', ['label'] = 'Croaker', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'croaker.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A wild Croaker'},
bluefish = {['name'] = 'bluefish', ['label'] = 'Bluefish', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'bluefish.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A wild Bluefish'},
flounder = {['name'] = 'flounder', ['label'] = 'Flounder', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'flounder.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A wild Flounder'},
stripedbass = {['name'] = 'stripedbass', ['label'] = 'Striped Bass', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'stripedbass.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A wild Striped Bass'},
redsnapper = {['name'] = 'redsnapper', ['label'] = 'Red Snapper', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'redsnapper.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A wild Red Snapper'},
lanesnapper = {['name'] = 'lanesnapper', ['label'] = 'Lane Snapper', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'lanesnapper.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A wild Lane Snapper'},
cobia = {['name'] = 'cobia', ['label'] = 'Cobia', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'cobia.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A wild Cobia'},
mackerel = {['name'] = 'mackerel', ['label'] = 'Mackerel', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'mackerel.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A wild Mackerel'},
-- Freshwater Fish
largemouthbass = {['name'] = 'largemouthbass', ['label'] = 'Largemouth Bass', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'largemouthbass.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A wild Largemouth Bass'},
smallmouthbass = {['name'] = 'smallmouthbass', ['label'] = 'Smallmouth Bass', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'smallmouthbass.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A wild Smallmouth Bass'},
rainbowtrout = {['name'] = 'rainbowtrout', ['label'] = 'Rainbow Trout', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'rainbowtrout.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A wild Rainbow Trout'},
bluegill = {['name'] = 'bluegill', ['label'] = 'Bluegill', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'bluegill.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A wild Bluegill'},
catfish = {['name'] = 'catfish', ['label'] = 'Catfish', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'catfish.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A wild Catfish'},
crappie = {['name'] = 'crappie', ['label'] = 'Crappie', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'crappie.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A wild Crappy'},
sunfish = {['name'] = 'sunfish', ['label'] = 'Sunfish', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'sunfish.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A wild Sunfish'},
walleye = {['name'] = 'walleye', ['label'] = 'Walleye', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'walleye.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A wild Walleye'},
yellowperch = {['name'] = 'yellowperch', ['label'] = 'Yellow Perch', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'yellowperch.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A wild Yellow Perch'},
carp = {['name'] = 'carp', ['label'] = 'Carp', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'carp.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A wild Carp'},
-- Net Fishing
groundfish = {['name'] = 'groundfish', ['label'] = 'Ground Fish', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'groundfish.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A wild Groundfish'},
cod = {['name'] = 'cod', ['label'] = 'Cod', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'cod.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A wild Cod'},
squid = {['name'] = 'squid', ['label'] = 'Squid', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'squid.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A wild Squid'},
halibut = {['name'] = 'halibut', ['label'] = 'Halibut', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'halibut.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A wild Halibut'},
rockfish = {['name'] = 'rockfish', ['label'] = 'Rockfish', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'rockfish.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A wild Rockfish'},
shrimp = {['name'] = 'shrimp', ['label'] = 'Shrimp', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'shrimp.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A wild Shrimp'},
seaturtle = {['name'] = 'seaturtle', ['label'] = 'Sea Turtle', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'seaturtle.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A wild Sea Turtle. I dont think you are supposed to catch these...'},
dolphin = {['name'] = 'dolphin', ['label'] = 'Dolphin', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'dolphin.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A wild Dolphin. I dont think you are supposed to catch these...'},
redfish = {['name'] = 'redfish', ['label'] = 'Redfish', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'redfish.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A wild Redfish'},
grouper = {['name'] = 'grouper', ['label'] = 'Grouper', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'grouper.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A wild Grouper'},
-- Deep Sea Fishing
sailfish = {['name'] = 'sailfish', ['label'] = 'Sailfish', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'sailfish.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A wild Sailfish'},
swordfish = {['name'] = 'swordfish', ['label'] = 'Swordfish', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'swordfish.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A wild Swordfish'},
mahimahi = {['name'] = 'mahimahi', ['label'] = 'Mahi Mahi', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'mahimahi.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A wild Mahi Mahi'},
skipjacktuna = {['name'] = 'skipjacktuna', ['label'] = 'Skipjack Tuna', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'skipjacktuna.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A wild Skipjack Tuna'},
bluemarlin = {['name'] = 'bluemarlin', ['label'] = 'Blue Marlin', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'bluemarlin.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A wild Blue Marlin'},
amberjacktuna = {['name'] = 'amberjacktuna', ['label'] = 'Amberjack Tuna', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'amberjacktuna.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A wild Amberjack Tuna'},
wahoo = {['name'] = 'wahoo', ['label'] = 'Wahoo', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'wahoo.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A wild Wahoo'},
makoshark = {['name'] = 'makoshark', ['label'] = 'Mako Shark', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'makoshark.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A wild Mako Shark. I dont think you are supposed to catch these...'},
killerwhale = {['name'] = 'killerwhale', ['label'] = 'Killer Whale', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'killerwhale.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A wild Killer Whale. I dont think you are supposed to catch these...'},
goliathgrouper = {['name'] = 'goliathgrouper', ['label'] = 'Goliath Grouper', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'goliathgrouper.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A wild Goliath Grouper. I dont think you are supposed to catch these...'},
-- Misc
anchor = {['name'] = 'anchor', ['label'] = 'Anchor', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'anchor.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A boat anchor'},
net = {['name'] = 'net', ['label'] = 'Net', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'net.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A boat net'},
bagoffishchum = {['name'] = 'bagoffishchum', ['label'] = 'Bag of Chum', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'bagoffishchum.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A bag of fish chum used for catching fish with a net'},
fishinglicense = {['name'] = 'fishinglicense', ['label'] = 'Fishing License', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'fishinglicense.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A fishing license'},
treasurebox = {['name'] = 'treasurebox', ['label'] = 'Treasure Box', ['weight'] = 1500, ['type'] = 'item', ['image'] = 'treasurebox.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A Treasure Box'},
treasurechest = {['name'] = 'treasurechest', ['label'] = 'Treasure Chest', ['weight'] = 2500, ['type'] = 'item', ['image'] = 'treasurechest.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A Treasure Chest'},QB-Core Edits


Last updated
