OX Inventory

Install

  • Open ox_inventory/data/items.lua file and configure it according to your preferences.

	['plate_wholelobster'] = {
		label = 'Whole Lobster Plate',
		stack = true,
		close = false,
		weight = 10,
	},
	['plate_surfturfandfries'] = {
		label = 'Surf and Turf Fries Plate',
		stack = true,
		close = false,
		weight = 10,
	},
	['plate_snowcrab'] = {
		label = 'Snow Crab Plate',
		stack = true,
		close = false,
		weight = 10,
	},
	['plate_seafoodtrio'] = {
		label = 'Sea Food Trio Plate',
		stack = true,
		close = false,
		weight = 10,
	},
	['plate_salmonbagels'] = {
		label = 'Salmon Bagels Plate',
		stack = true,
		close = false,
		weight = 10,
	},
	['plate_salmonbagels'] = {
		label = 'Salmon Bagels Plate',
		stack = true,
		close = false,
		weight = 10,
	},
	['plate_poyboy'] = {
		label = 'Poyboy Plate',
		stack = true,
		close = false,
		weight = 10,
	},
	['plate_mussels'] = {
		label = 'Mussels Plate',
		stack = true,
		close = false,
		weight = 10,
	},
	['plate_lobsterultimatefeast'] = {
		label = 'Lobster Ultimate Feast Plate',
		stack = true,
		close = false,
		weight = 10,
	},
	['plate_lobstertrio'] = {
		label = 'Lobster Trio Plate',
		stack = true,
		close = false,
		weight = 10,
	},
	['plate_lobster'] = {
		label = 'Lobster Plate',
		stack = true,
		close = false,
		weight = 10,
	},
	['plate_garlicshrimpskewers'] = {
		label = 'Garlic Shrimp Skewers Plate',
		stack = true,
		close = false,
		weight = 10,
	},
	['plate_friedcatfish'] = {
		label = 'Fried Cat Fish Plate',
		stack = true,
		close = false,
		weight = 10,
	},
	['plate_fishandchips'] = {
		label = 'Fish and Chips Plate',
		stack = true,
		close = false,
		weight = 10,
	},
	['plate_crablegs'] = {
		label = 'Crab Legs Plate',
		stack = true,
		close = false,
		weight = 10,
	},
	['plate_coconutshrimp'] = {
		label = 'Coconut Shrimp Plate',
		stack = true,
		close = false,
		weight = 10,
	},
	['plate_calimari'] = {
		label = 'Calimari Plate',
		stack = true,
		close = false,
		weight = 10,
	},
	['newspaper_shrimppotatoes'] = {
		label = 'Shrimp Potatoes Boil',
		stack = true,
		close = false,
		weight = 10,
	},
	['newspaper_lobstertails'] = {
		label = 'Lobster Tail Boil',
		stack = true,
		close = false,
		weight = 10,
	},
	['newspaper_lobsterandshrimp'] = {
		label = 'Lobster and Shrimp Boil',
		stack = true,
		close = false,
		weight = 10,
	},
	['newspaper_crawfish'] = {
		label = 'Crawfish Boil',
		stack = true,
		close = false,
		weight = 10,
	},
	['newspaper_boil'] = {
		label = 'Feast Boil',
		stack = true,
		close = false,
		weight = 10,
	},
	['glass_shrimpcocktail'] = {
		label = 'Shrimp Cocktail',
		stack = true,
		close = false,
		weight = 10,
	},
	['food_shrimpcocktail'] = {
		label = 'Shrimp',
		stack = true,
		close = false,
		weight = 10,
	},
	['food_poboy'] = {
		label = 'Poboy',
		stack = true,
		close = false,
		weight = 10,
	},
	['food_mussels'] = {
		label = 'Mussels',
		stack = true,
		close = false,
		weight = 10,
	},
	['food_crabclaw'] = {
		label = 'Crab Claw',
		stack = true,
		close = false,
		weight = 10,
	},
	['food_coconutshrimp'] = {
		label = 'Coconut Shrimp',
		stack = true,
		close = false,
		weight = 10,
	},
	['food_calimari'] = {
		label = 'Calimari',
		stack = true,
		close = false,
		weight = 10,
	},
	['bowl_shrimpokragumbo'] = {
		label = 'Bowl Shrimp Okra Gumbo',
		stack = true,
		close = false,
		weight = 10,
	},
	['bowl_seafoodboil'] = {
		label = 'Bowl Sea Food Boil',
		stack = true,
		close = false,
		weight = 10,
	},
	['bowl_lobsterbisque'] = {
		label = 'Bowl Lobster Bisque',
		stack = true,
		close = false,
		weight = 10,
	},
	['bowl_clamchowder'] = {
		label = 'Bowl Clam Chowder',
		stack = true,
		close = false,
		weight = 10,
	},
	['board_cavarsalmon'] = {
		label = 'Board Cavarsalmon',
		stack = true,
		close = false,
		weight = 10,
	},
	['bigplate_steaklobster'] = {
		label = 'Steak Lobster Plate',
		stack = true,
		close = false,
		weight = 10,
	},
	['bigplate_salmonbagels'] = {
		label = 'Salmon Bagels Plate',
		stack = true,
		close = false,
		weight = 10,
	},
	['bigplate_poboy'] = {
		label = 'Po Boy Sandwich Plate',
		stack = true,
		close = false,
		weight = 10,
	},

Last updated