QBOX Installation

Step 1: Inventory Items

-- CB-Fishing
["sailfish"] = {
  label = "Sailfish",
  weight = 1000,
  stack = true,
  close = true,
  description = "A wild Sailfish",
  client = {
      image = "sailfish.png",
  }
},

["catfish"] = {
  label = "Catfish",
  weight = 1000,
  stack = true,
  close = true,
  description = "A wild Catfish",
  client = {
      image = "catfish.png",
  }
},

["cod"] = {
  label = "Cod",
  weight = 1000,
  stack = true,
  close = true,
  description = "A wild Cod",
  client = {
      image = "cod.png",
  }
},

["makoshark"] = {
  label = "Mako Shark",
  weight = 1000,
  stack = true,
  close = true,
  description = "A wild Mako Shark. I dont think you are supposed to catch these...",
  client = {
      image = "makoshark.png",
  }
},

["yellowperch"] = {
  label = "Yellow Perch",
  weight = 1000,
  stack = true,
  close = true,
  description = "A wild Yellow Perch",
  client = {
      image = "yellowperch.png",
  }
},

["walleye"] = {
  label = "Walleye",
  weight = 1000,
  stack = true,
  close = true,
  description = "A wild Walleye",
  client = {
      image = "walleye.png",
  }
},

["mahimahi"] = {
  label = "Mahi Mahi",
  weight = 1000,
  stack = true,
  close = true,
  description = "A wild Mahi Mahi",
  client = {
      image = "mahimahi.png",
  }
},

["redsnapper"] = {
  label = "Red Snapper",
  weight = 1000,
  stack = true,
  close = true,
  description = "A wild Red Snapper",
  client = {
      image = "redsnapper.png",
  }
},

["sunfish"] = {
  label = "Sunfish",
  weight = 1000,
  stack = true,
  close = true,
  description = "A wild Sunfish",
  client = {
      image = "sunfish.png",
  }
},

["cobia"] = {
  label = "Cobia",
  weight = 1000,
  stack = true,
  close = true,
  description = "A wild Cobia",
  client = {
      image = "cobia.png",
  }
},

["carp"] = {
  label = "Carp",
  weight = 1000,
  stack = true,
  close = true,
  description = "A wild Carp",
  client = {
      image = "carp.png",
  }
},

["rainbowtrout"] = {
  label = "Rainbow Trout",
  weight = 1000,
  stack = true,
  close = true,
  description = "A wild Rainbow Trout",
  client = {
      image = "rainbowtrout.png",
  }
},

["goliathgrouper"] = {
  label = "Goliath Grouper",
  weight = 1000,
  stack = true,
  close = true,
  description = "A wild Goliath Grouper. I dont think you are supposed to catch these...",
  client = {
      image = "goliathgrouper.png",
  }
},

["seaturtle"] = {
  label = "Sea Turtle",
  weight = 1000,
  stack = true,
  close = true,
  description = "A wild Sea Turtle. I dont think you are supposed to catch these...",
  client = {
      image = "seaturtle.png",
  }
},

["seatrout"] = {
  label = "Sea Trout",
  weight = 1000,
  stack = true,
  close = true,
  description = "A wild Sea Trout",
  client = {
      image = "seatrout.png",
  }
},

["bagoffishchum"] = {
  label = "Bag of Chum",
  weight = 1000,
  stack = true,
  close = true,
  description = "A bag of fish chum used for catching fish with a net",
  client = {
      image = "bagoffishchum.png",
  }
},

["killerwhale"] = {
  label = "Killer Whale",
  weight = 1000,
  stack = true,
  close = true,
  description = "A wild Killer Whale. I dont think you are supposed to catch these...",
  client = {
      image = "killerwhale.png",
  }
},

["fishinglicense"] = {
  label = "Fishing License",
  weight = 1000,
  stack = false,
  close = true,
  description = "A fishing license",
  client = {
      image = "fishinglicense.png",
  }
},

["swordfish"] = {
  label = "Swordfish",
  weight = 1000,
  stack = true,
  close = true,
  description = "A wild Swordfish",
  client = {
      image = "swordfish.png",
  }
},

["smallmouthbass"] = {
  label = "Smallmouth Bass",
  weight = 1000,
  stack = true,
  close = true,
  description = "A wild Smallmouth Bass",
  client = {
      image = "smallmouthbass.png",
  }
},

["mackerel"] = {
  label = "Mackerel",
  weight = 1000,
  stack = true,
  close = true,
  description = "A wild Mackerel",
  client = {
      image = "mackerel.png",
  }
},

["groundfish"] = {
  label = "Ground Fish",
  weight = 1000,
  stack = true,
  close = true,
  description = "A wild Groundfish",
  client = {
      image = "groundfish.png",
  }
},

["redfish"] = {
  label = "Redfish",
  weight = 1000,
  stack = true,
  close = true,
  description = "A wild Redfish",
  client = {
      image = "redfish.png",
  }
},

["shrimp"] = {
  label = "Shrimp",
  weight = 1000,
  stack = true,
  close = true,
  description = "A wild Shrimp",
  client = {
      image = "shrimp.png",
  }
},

["bluegill"] = {
  label = "Bluegill",
  weight = 1000,
  stack = true,
  close = true,
  description = "A wild Bluegill",
  client = {
      image = "bluegill.png",
  }
},

["largemouthbass"] = {
  label = "Largemouth Bass",
  weight = 1000,
  stack = true,
  close = true,
  description = "A wild Largemouth Bass",
  client = {
      image = "largemouthbass.png",
  }
},

["flounder"] = {
  label = "Flounder",
  weight = 1000,
  stack = true,
  close = true,
  description = "A wild Flounder",
  client = {
      image = "flounder.png",
  }
},

["squid"] = {
  label = "Squid",
  weight = 1000,
  stack = true,
  close = true,
  description = "A wild Squid",
  client = {
      image = "squid.png",
  }
},

["stripedbass"] = {
  label = "Striped Bass",
  weight = 1000,
  stack = true,
  close = true,
  description = "A wild Striped Bass",
  client = {
      image = "stripedbass.png",
  }
},

["net"] = {
  label = "Net",
  weight = 1000,
  stack = true,
  close = true,
  description = "A boat net",
  client = {
      image = "net.png",
  }
},

["bluefish"] = {
  label = "Bluefish",
  weight = 1000,
  stack = true,
  close = true,
  description = "A wild Bluefish",
  client = {
      image = "bluefish.png",
  }
},

["skipjacktuna"] = {
  label = "Skipjack Tuna",
  weight = 1000,
  stack = true,
  close = true,
  description = "A wild Skipjack Tuna",
  client = {
      image = "skipjacktuna.png",
  }
},

["fishingrod"] = {
  label = "Fishing Rod",
  weight = 1000,
  stack = true,
  close = true,
  description = "A Fishing Rod",
  client = {
      image = "fishingrod.png",
  }
},

["rockfish"] = {
  label = "Rockfish",
  weight = 1000,
  stack = true,
  close = true,
  description = "A wild Rockfish",
  client = {
      image = "rockfish.png",
  }
},

["amberjacktuna"] = {
  label = "Amberjack Tuna",
  weight = 1000,
  stack = true,
  close = true,
  description = "A wild Amberjack Tuna",
  client = {
      image = "amberjacktuna.png",
  }
},

["deepsearod"] = {
  label = "Deep Sea Rod",
  weight = 1000,
  stack = true,
  close = true,
  description = "A Deep Sea Fishing Rod",
  client = {
      image = "deepsearod.png",
  }
},

["lanesnapper"] = {
  label = "Lane Snapper",
  weight = 1000,
  stack = true,
  close = true,
  description = "A wild Lane Snapper",
  client = {
      image = "lanesnapper.png",
  }
},

["snook"] = {
  label = "Snook",
  weight = 1000,
  stack = true,
  close = true,
  description = "A wild Snook",
  client = {
      image = "snook.png",
  }
},

["bluemarlin"] = {
  label = "Blue Marlin",
  weight = 1000,
  stack = true,
  close = true,
  description = "A wild Blue Marlin",
  client = {
      image = "bluemarlin.png",
  }
},

["croaker"] = {
  label = "Croaker",
  weight = 1000,
  stack = true,
  close = true,
  description = "A wild Croaker",
  client = {
      image = "croaker.png",
  }
},

["crappie"] = {
  label = "Crappie",
  weight = 1000,
  stack = true,
  close = true,
  description = "A wild Crappy",
  client = {
      image = "crappie.png",
  }
},

["anchor"] = {
  label = "Anchor",
  weight = 1000,
  stack = true,
  close = true,
  description = "A boat anchor",
  client = {
      image = "anchor.png",
  }
},

["grouper"] = {
  label = "Grouper",
  weight = 1000,
  stack = true,
  close = true,
  description = "A wild Grouper",
  client = {
      image = "grouper.png",
  }
},

["dolphin"] = {
  label = "Dolphin",
  weight = 1000,
  stack = true,
  close = true,
  description = "A wild Dolphin. I dont think you are supposed to catch these...",
  client = {
      image = "dolphin.png",
  }
},

["halibut"] = {
  label = "Halibut",
  weight = 1000,
  stack = true,
  close = true,
  description = "A wild Halibut",
  client = {
      image = "halibut.png",
  }
},

["fishingbait"] = {
  label = "Fishing Bait",
  weight = 100,
  stack = true,
  close = true,
  description = "Fishing Bait",
  client = {
      image = "fishingbait.png",
  }
},

["wahoo"] = {
  label = "Wahoo",
  weight = 1000,
  stack = true,
  close = true,
  description = "A wild Wahoo",
  client = {
      image = "wahoo.png",
  }
},

["fishinglure"] = {
  label = "Deep Sea Bait",
  weight = 100,
  stack = true,
  close = true,
  description = "Deep Sea Fishing Bait",
  client = {
      image = "fishinglure.png",
  }
},
["treasurebox"] = {
  label = "Treasure Box",
  weight = 1000,
  stack = false,
  close = true,
  description = "",
  client = {
      image = "treasurebox.png",
  }
},
["treasurechest"] = {
  label = "Treasure Chest",
  weight = 1000,
  stack = false,
  close = true,
  description = "",
  client = {
      image = "treasurechest.png",
  }
},



Step 2: Inventory Images

Inventory images are included with the resource. Extract the images from the images folder and place them in the folder that contains the rest of your inventory images.




Step 3: QBOX Edits

There are no further changes if you are using the latest version of QBOX! If you encounter any issues, please do not hesitate to make a ticket in our Discord!