OX Inventory

Install

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

	['bigplate_jerkchickenrice'] = {
		label = 'jerk chicken rice',
		stack = true,
		close = false,
		weight = 10,
	},
	['bigplate_oxtailricepeas'] = {
		label = 'oxtail rice peas',
		stack = true,
		close = false,
		weight = 10,
	},
	['bigplate_peppershrimpplantains'] = {
		label = 'pepper shrimp plantains',
		stack = true,
		close = false,
		weight = 10,
	},
	['bowl_currygoat'] = {
		label = 'curry goat',
		stack = true,
		close = false,
		weight = 10,
	},
	['bowl_ricepeas'] = {
		label = 'rice peas',
		stack = true,
		close = false,
		weight = 10,
	},
	['bowl_yellowrice'] = {
		label = 'yellow rice',
		stack = true,
		close = false,
		weight = 10,
	},
	['plate_cocobeefpatty'] = {
		label = 'coco beef patty',
		stack = true,
		close = false,
		weight = 10,
	},
	['plate_cocobeefpattyeaten'] = {
		label = 'coco beef patty eaten',
		stack = true,
		close = false,
		weight = 10,
	},
	['plate_currygoatrice'] = {
		label = 'curry goat rice',
		stack = true,
		close = false,
		weight = 10,
	},
	['plate_friedplantains'] = {
		label = 'fried plantains',
		stack = true,
		close = false,
		weight = 10,
	},
	['plate_jerkchickenrice'] = {
		label = 'jerk chicken rice',
		stack = true,
		close = false,
		weight = 10,
	},
	['plate_oxtailricepeas'] = {
		label = 'oxtail rice peas',
		stack = true,
		close = false,
		weight = 10,
	},
	['prop_chicken'] = {
		label = 'chicken',
		stack = true,
		close = false,
		weight = 10,
	},
	['prop_cocobeefbread'] = {
		label = 'coco beef bread',
		stack = true,
		close = false,
		weight = 10,
	},
	['prop_coconutdrink'] = {
		label = 'coconut drink',
		stack = true,
		close = false,
		weight = 10,
	},
	['prop_friedplantains'] = {
		label = 'fried plantains',
		stack = true,
		close = false,
		weight = 10,
	},
	['prop_pineapple'] = {
		label = 'pineapple',
		stack = true,
		close = false,
		weight = 10,
	},

Last updated