Skip to content

Inventory Settings

Lumix Inventory adds a player settings panel on top of ox_inventory. These docs cover only the custom Lumix settings layer.

TIP

Screenshots are from the browser NUI preview. Replace PNGs in public/products/inventory/ with in-game captures anytime.

General

General settings

SettingEffect
Slot themeSwitches item slots between Style 1 and Style 2
Notification styleSwitches item notification cards between Default and Modern
Inventory typeEnables the Perspective layout style when the inventory is minimized
Server logoShows or hides the Lumix server logo in the inventory shell

Theme

Theme settings

SettingEffect
Theme colorUpdates the main inventory accent color
Font familyChanges the inventory UI font
Screen blurEnables or disables native GTA screen blur while inventory is open
Background opacityControls the inventory DUI/background intensity

Personal

Personal settings

SettingEffect
Profile imageUses Discord avatar or captured mugshot
Streamer modeMasks all personal profile fields at once
Name / ID / Wallet / Bank / JobMasks individual profile fields
Refresh MugshotCaptures the current ped face when Mugshot is selected

Persistence flow

Settings are stored per player in the MySQL table lumix_inventory_settings.

txt
Settings UI
  -> fetchNui('getInventorySettings' / 'saveInventorySettings')
  -> client NUI callback
  -> lib.callback server handler
  -> lumix_inventory_settings
  -> response back to frontend store

The frontend applies theme values immediately for preview. Saving commits the sanitized server response back into the Redux settings store.

Server owner config

Edit custom/config.lua in the inventory resource.

Config tablePurpose
LumixSettings.defaultsDefault values for players without saved preferences
LumixSettings.enabledShows/hides settings and locks hidden settings to defaults

Disabled settings are not saved from player input. Invalid values fall back to safe defaults.

Base ox_inventory setup, items, shops, stashes, crafting, and framework behavior are unchanged.

DMCA.com Protection Status

Lumix Scripts operates independently and is not authorized, sponsored, or endorsed by Cfx.re, Rockstar Games, or Take-Two Interactive.