OX Inventory

Install

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

	['16oz_babyblue'] = {
		label = '16oz baby blue',
		stack = true,
		close = false,
		weight = 10,
	},
	['16oz_black'] = {
		label = '16oz black',
		stack = true,
		close = false,
		weight = 10,
	},
	['16oz_darkblue'] = {
		label = '16oz dark blue',
		stack = true,
		close = false,
		weight = 10,
	},
	['16oz_darkpink'] = {
		label = '16oz dark pink',
		stack = true,
		close = false,
		weight = 10,
	},
	['16oz_navygreen'] = {
		label = '16oz navy green',
		stack = true,
		close = false,
		weight = 10,
	},
	['16oz_pink'] = {
		label = '16oz pink',
		stack = true,
		close = false,
		weight = 10,
	},
	['16oz_yellow'] = {
		label = '16oz yellow',
		stack = true,
		close = false,
		weight = 10,
	},
	['32oz_black'] = {
		label = '32oz black',
		stack = true,
		close = false,
		weight = 10,
	},
	['32oz_blacksticker'] = {
		label = '32oz black sticker',
		stack = true,
		close = false,
		weight = 10,
	},
	['32oz_blue'] = {
		label = '32oz blue',
		stack = true,
		close = false,
		weight = 10,
	},
	['32oz_bluesticker'] = {
		label = '32oz blue sticker',
		stack = true,
		close = false,
		weight = 10,
	},
	['32oz_bluewhitered'] = {
		label = '32oz blue white red',
		stack = true,
		close = false,
		weight = 10,
	},
	['32oz_bluewhiteredsticker'] = {
		label = '32oz blue white red sticker',
		stack = true,
		close = false,
		weight = 10,
	},
	['32oz_darkblue'] = {
		label = '32oz dark blue',
		stack = true,
		close = false,
		weight = 10,
	},
	['32oz_darkbluesticker'] = {
		label = '32oz dark blue sticker',
		stack = true,
		close = false,
		weight = 10,
	},
	['32oz_darkpink'] = {
		label = '32oz dark pink',
		stack = true,
		close = false,
		weight = 10,
	},
	['32oz_darkpinksticker'] = {
		label = '32oz dark pink sticker',
		stack = true,
		close = false,
		weight = 10,
	},
	['32oz_gray'] = {
		label = '32oz gray',
		stack = true,
		close = false,
		weight = 10,
	},
	['32oz_graysticker'] = {
		label = '32oz gray sticker',
		stack = true,
		close = false,
		weight = 10,
	},
	['32oz_lightblue'] = {
		label = '32oz light blue',
		stack = true,
		close = false,
		weight = 10,
	},
	['32oz_lightbluesticker'] = {
		label = '32oz light blue sticker',
		stack = true,
		close = false,
		weight = 10,
	},
	['32oz_navyblue'] = {
		label = '32oz_navyblue',
		stack = true,
		close = false,
		weight = 10,
	},
	['32oz_navybluesticker'] = {
		label = '32oz navy blue sticker',
		stack = true,
		close = false,
		weight = 10,
	},
	['32oz_navygreen'] = {
		label = '32oz navy green',
		stack = true,
		close = false,
		weight = 10,
	},
	['32oz_navygreensticker'] = {
		label = '32oz navy green sticker',
		stack = true,
		close = false,
		weight = 10,
	},
	['32oz_pink'] = {
		label = '32oz pink',
		stack = true,
		close = false,
		weight = 10,
	},
	['32oz_pinkyellowaqua'] = {
		label = '32oz pink yellow aqua',
		stack = true,
		close = false,
		weight = 10,
	},
	['32oz_pinkyellowaquasticker'] = {
		label = '32oz pink yellow aqua sticker',
		stack = true,
		close = false,
		weight = 10,
	},
	['32oz_redyellowblue'] = {
		label = '32oz red yellow blue',
		stack = true,
		close = false,
		weight = 10,
	},
	['32oz_redyellowbluesticker'] = {
		label = '32oz red yellow blue sticker',
		stack = true,
		close = false,
		weight = 10,
	},
	['32oz_white'] = {
		label = '32oz white',
		stack = true,
		close = false,
		weight = 10,
	},
	['32oz_whitesticker'] = {
		label = '32oz white sticker',
		stack = true,
		close = false,
		weight = 10,
	},
	['32oz_yellow'] = {
		label = '32oz yellow',
		stack = true,
		close = false,
		weight = 10,
	},
	['32oz_yellowsticker'] = {
		label = '32oz yellow sticker',
		stack = true,
		close = false,
		weight = 10,
	},
```

Last updated