FAQ
Do I still need the original ox_inventory docs?
Yes. These pages document only the Lumix custom layer. Items, shops, stashes, crafting, metadata, durability, and base exports still follow upstream ox_inventory.
Where are player settings saved?
In MySQL table lumix_inventory_settings, keyed per player identifier.
Why do changed settings reset?
Check three things:
- The setting key is enabled in
LumixSettings.enabled - The value exists in
LumixSettings.defaults oxmysqlis running beforeox_inventory
Why does the logo disappear?
The player or default config has serverBrand = 'Disable'. Set it to Active and save settings.
How does Random weapon draw work?
selected always uses the chosen style. random picks a valid style on every draw or holster action. Bag-only styles are skipped when the player has no valid bag item or whitelisted clothing.
Can I rename callbacks?
No practical reason. The frontend, client, and server are wired to lumix_inventory:* callbacks. Rename only if you update every matching call.
Should I edit files outside custom/?
Only for thin hooks required by the base inventory flow. Keep Lumix logic, config, stream assets, and data inside custom/.