A redesigned ox_inventory by NX Creative — a modern, glass-inspired interface with a refined layout, typography, and slot design, plus a small plugin API so addons can extend it without touching core files.
Based on ox_inventory v2.45.0 by Overextended / CommunityOx. Licensed under GPL-3.0.
Interface
- Reworked slot grid, spacing, borders, shadows, and color palette
- Slot-slide drag animation with spring physics (no ghost-image drag preview)
- Liquid pop-out when the inventory opens, dissolve when it closes, and springy control buttons
- Reworked context menu and hotbar
Search — press Ctrl+F to filter every open panel at once; cycle matches with Enter.
Customize — a per-player settings menu for UI scale, glass style (Liquid / Frosted), background blur, accent tint, and hotbar size. Choices are saved locally on each client.
Move & resize — an edit mode to reposition and scale the inventory; the layout is remembered client-side.
Sort — order any inventory by name, weight, or count, with server-side sort and auto-stacking.
Plugin API — an event system, container inventory export, plugin menu-item icons, and overlay modals let addon resources extend the inventory at runtime without modifying core files.
The bundled data/ files (items.lua, shops.lua, weapons.lua, …) ship stock ox_inventory defaults, so you start from a clean base and add your own items, shops, and weapons. Everything is configured the same way as upstream ox_inventory — see the ox_inventory documentation.
For the full look, the optional premium addon (nx-ox_inventory) adds:
- Liquid Glass — a live frosted-glass effect across the whole inventory that reacts to the scene behind it
- Weapon Inspector — a 3D weapon view with studio lighting: rotate the model, attach and detach components, and read durability, ammo, and serial at a glance
It attaches through the plugin API at runtime — no core files are modified.
Get the premium addon on our Tebex store
- Download or clone this repository into your
resources/folder - Add
ensure ox_inventoryto yourserver.cfg - The inventory works standalone — the premium addon is optional
- Place
nx-ox_inventoryin yourresources/folder - Add
ensure nx-ox_inventoryafterensure ox_inventoryin yourserver.cfg - Restart your server
- Overextended / CommunityOx — original ox_inventory
- NX Creative — UI redesign and plugin system
This project is licensed under the GNU General Public License v3.0.