Skip to content

Constant-Development/qb-vineyard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qb-vineyard

QBCore Vineyard Job Rework

Constant Development Discord Constant Development Tebex Constant RolePlay Discord

Within this Resource, you will be allowed to Pick, Process, Pack, and Sell GrapJuice and Wine. With this in mind, you can further use the packed Wine/GrapeJuice for immersive RolePlay between a Mafia/Cartel and Business. Furthermore, it allows there to be an immersive set of RolePlay coming from those who wish to Own the VineYard Mansion. Another note, this also allows for those who manage the Resource to intricate different Locations and Systems relating to their custom Communities/Server's.

Dependencies

Optional Dependencies:

Installation

  • If you encounter any issues whilst Installing or Using/Enforcing this Resource, please feel free to Open a Ticket within the Constant Development Discord.

Place into qb-core/shared/items.lua

['grape'] 					 	 = {['name'] = 'grape', 						['label'] = 'Grape', 					['weight'] = 100, 		['type'] = 'item', 		['image'] = 'grape.png', 				['unique'] = false, 	['useable'] = true, 	['shouldClose'] = false,   ['combinable'] = nil,   ['description'] = 'Mmmmh yummie, grapes',["created"] = nil,["decay"] = 28.0},
['wine'] 					 	 = {['name'] = 'wine', 							['label'] = 'Wine', 					['weight'] = 300, 		['type'] = 'item', 		['image'] = 'wine.png', 				['unique'] = false, 	['useable'] = true, 	['shouldClose'] = false,   ['combinable'] = nil,   ['description'] = 'Some good wine to drink on a fine evening',["created"] = nil,["decay"] = 28.0},
['wine6'] 					 	 = {['name'] = 'wine6', 						['label'] = 'Wine 6PK', 				['weight'] = 1800, 		['type'] = 'item', 		['image'] = 'box.png', 				    ['unique'] = false, 	['useable'] = true, 	['shouldClose'] = false,   ['combinable'] = nil,   ['description'] = 'Six pack of fresh wine',["created"] = nil,["decay"] = 28.0},
['wine12'] 					 	 = {['name'] = 'wine12', 						['label'] = 'Wine 12PK', 				['weight'] = 3600, 		['type'] = 'item', 		['image'] = 'shipping-crate.png', 		['unique'] = false, 	['useable'] = true, 	['shouldClose'] = false,   ['combinable'] = nil,   ['description'] = 'Large Case of 12 fresh wine',["created"] = nil,["decay"] = 28.0},
['wine24'] 					 	 = {['name'] = 'wine24', 						['label'] = 'Wine 24PK', 				['weight'] = 7200, 		['type'] = 'item', 		['image'] = 'pallet-of-boxes.png', 		['unique'] = false, 	['useable'] = true, 	['shouldClose'] = false,   ['combinable'] = nil,   ['description'] = 'Heavy box of 24 fresh wine',["created"] = nil,["decay"] = 28.0},
['grapejuice'] 					 = {['name'] = 'grapejuice', 					['label'] = 'Grape Juice', 				['weight'] = 200, 		['type'] = 'item', 		['image'] = 'grapejuice.png', 			['unique'] = false, 	['useable'] = true, 	['shouldClose'] = false,   ['combinable'] = nil,   ['description'] = 'Grape juice is said to be healthy',["created"] = nil,["decay"] = 28.0},
['grapejuice6'] 				 = {['name'] = 'grapejuice6', 					['label'] = 'Grape Juice 6PK', 			['weight'] = 1800, 		['type'] = 'item', 		['image'] = 'box.png', 			        ['unique'] = false, 	['useable'] = true, 	['shouldClose'] = false,   ['combinable'] = nil,   ['description'] = 'Case of six bottles of grape juice',["created"] = nil,["decay"] = 28.0},
['grapejuice12'] 				 = {['name'] = 'grapejuice12', 					['label'] = 'Grape Juice 12PK', 		['weight'] = 3600, 		['type'] = 'item', 		['image'] = 'shipping-crate', 			['unique'] = false, 	['useable'] = true, 	['shouldClose'] = false,   ['combinable'] = nil,   ['description'] = 'Long case of 12 bottles of grape juice',["created"] = nil,["decay"] = 28.0},
['grapejuice24'] 				 = {['name'] = 'grapejuice24', 					['label'] = 'Grape Juice 24PK', 		['weight'] = 7200, 		['type'] = 'item', 		['image'] = 'pallet-of-boxes.png', 		['unique'] = false, 	['useable'] = true, 	['shouldClose'] = false,   ['combinable'] = nil,   ['description'] = 'Crate of 24 bottles of grape juice',["created"] = nil,["decay"] = 28.0},
  • Be sure to have the Images from the "Images" file placed into your proper Inventory Image File Location

  • Note: If you aren't using T&J's Inventory System than you must remove ["created"]

  • Note: If you aren't using either T&J's Inventory System or Joe's Decay System than you must remove ["decay"]

Releases

No releases published

Packages

No packages published

Languages