QB-Inventory

Install

  • Open qb-core/shared/items.lua file and configure it according to your preferences.

	["applejacks_bowl"] 	 	 		 = {["name"] = "applejacks_bowl", 							["label"] = "applejacks", 						["weight"] = 250, 		["type"] = "item", 		["image"] = "applejacks_bowl.png", 				["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Eat"},
	["bunchesofoats_bowl"] 	 	 		 = {["name"] = "bunchesofoats_bowl", 						["label"] = "bunchesofoats_bowl", 				["weight"] = 250, 		["type"] = "item", 		["image"] = "applejacks_bowl.png", 				["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Eat"},
	["captincrunch_bowl"] 	 	 	 	 = {["name"] = "captincrunch_bowl", 						["label"] = "captincrunch_bowl", 				["weight"] = 250, 		["type"] = "item", 		["image"] = "captincrunch_bowl.png", 				["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Eat"},
	["cherros_bowl"] 	 	 	 	 	 = {["name"] = "cherros_bowl", 								["label"] = "cherros_bowl", 					["weight"] = 250, 		["type"] = "item", 		["image"] = "cherros_bowl.png", 				["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Eat"},
	["cinnamontoastcrunch_bowl"] 	  	 = {["name"] = "cinnamontoastcrunch_bowl", 					["label"] = "cinnamontoastcrunch_bowl",			["weight"] = 250, 		["type"] = "item", 		["image"] = "cinnamontoastcrunch_bowl.png", 				["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Eat"},
	["cocopuffs_bowl"] 	 	 	 	 	 = {["name"] = "cocopuffs_bowl", 							["label"] = "cocopuffs_bowl", 					["weight"] = 250, 		["type"] = "item", 		["image"] = "cocopuffs_bowl.png", 				["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Eat"},
	["cookiecrips_bowl"] 	 	 	 	 = {["name"] = "cookiecrips_bowl", 							["label"] = "cookiecrips_bowl", 				["weight"] = 250, 		["type"] = "item", 		["image"] = "cookiecrips_bowl.png", 				["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Eat"},
	["frostedflakes_bowl"] 	 	 	 	 = {["name"] = "frostedflakes_bowl", 						["label"] = "frostedflakes_bowl", 				["weight"] = 250, 		["type"] = "item", 		["image"] = "frostedflakes_bowl.png", 				["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Eat"},
	["frostedwheats_bowl"] 	 		 	 = {["name"] = "frostedwheats_bowl", 						["label"] = "frostedwheats_bowl", 				["weight"] = 250, 		["type"] = "item", 		["image"] = "frostedwheats_bowl.png", 				["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Eat"},
	["fruit_bowl"] 	 	 	 	 		 = {["name"] = "fruit_bowl", 								["label"] = "fruit_bowl", 						["weight"] = 250, 		["type"] = "item", 		["image"] = "fruit_bowl.png", 				["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Eat"},
	["fruitandcereal_bowl"] 	  	 	 = {["name"] = "fruitandcereal_bowl", 						["label"] = "fruitandcereal_bowl", 				["weight"] = 250, 		["type"] = "item", 		["image"] = "fruitandcereal_bowl.png", 				["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Eat"},
	["fruitandcereal_bowl2"] 	  	 	 = {["name"] = "fruitandcereal_bowl2", 						["label"] = "fruitandcereal_bowl2", 			["weight"] = 250, 		["type"] = "item", 		["image"] = "fruitandcereal_bowl2.png", 				["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Eat"},
	["fruitandcereal_bowl3"] 	 	 	 = {["name"] = "fruitandcereal_bowl3", 						["label"] = "fruitandcereal_bowl3", 			["weight"] = 250, 		["type"] = "item", 		["image"] = "fruitandcereal_bowl3.png", 				["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Eat"},
	["fruitloops_bowl"] 	 	 	 	 = {["name"] = "fruitloops_bowl", 							["label"] = "fruitloops_bowl", 					["weight"] = 250, 		["type"] = "item", 		["image"] = "fruitloops_bowl.png", 				["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Eat"},
	["fruitypebbles_bowl"] 	 	 	 	 = {["name"] = "fruitypebbles_bowl", 						["label"] = "fruitypebbles_bowl", 				["weight"] = 250, 		["type"] = "item", 		["image"] = "fruitypebbles_bowl.png", 				["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Eat"},
	["honeypops_bowl"] 	 	 	 	 	 = {["name"] = "honeypops_bowl", 							["label"] = "honeypops_bowl", 					["weight"] = 250, 		["type"] = "item", 		["image"] = "honeypops_bowl.png", 				["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Eat"},
	["honeysmacks_bowl"] 	 	 	  	 = {["name"] = "honeysmacks_bowl", 							["label"] = "honeysmacks_bowl", 				["weight"] = 250, 		["type"] = "item", 		["image"] = "honeysmacks_bowl.png", 				["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Eat"},
	["luckycharms"] 	 	 	 	 	 = {["name"] = "luckycharms", 								["label"] = "luckycharms", 						["weight"] = 250, 		["type"] = "item", 		["image"] = "luckycharms.png", 				["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Eat"},
	["mixedcereal_bowl"] 	 	 	 	 = {["name"] = "mixedcereal_bowl", 							["label"] = "mixedcereal_bowl", 				["weight"] = 250, 		["type"] = "item", 		["image"] = "mixedcereal_bowl.png", 				["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Eat"},
	["rasinbrand_bowl"] 	 	 	  	 = {["name"] = "rasinbrand_bowl", 							["label"] = "rasinbrand_bowl", 					["weight"] = 250, 		["type"] = "item", 		["image"] = "rasinbrand_bowl.png", 				["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Eat"},
	["reesepuff_bowl"] 	 	 	 	 	 = {["name"] = "reesepuff_bowl", 							["label"] = "reesepuff_bowl", 					["weight"] = 250, 		["type"] = "item", 		["image"] = "reesepuff_bowl.png", 				["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Eat"},
	["twix_bowl"] 	 	 	 	 	     = {["name"] = "twix_bowl", 								["label"] = "twix_bowl", 						["weight"] = 250, 		["type"] = "item", 		["image"] = "twix_bowl.png", 				["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Eat"},

Last updated