Skip to main content

Nord Inventory

Official Nord Lab documentation for Nord Inventory v1.6.11, covering installation, secure admin access, Admin Studio, weapon magazine ammunition, vehicle storage, Nord Staff integration, developer API and production operations.

Welcome · Nord Inventory v1.6.11

Nord Inventory v1.6.11 Nord Inventory is Nord Lab's production-ready, server-authoritative invent...

Quick Start

Quick Start This is the shortest path to a working Nord Inventory installation. 1. Requirements F...

What’s New · v1.6.11

What’s New · v1.6.11 This page summarizes the important changes since the v1.6.8 prop-fallback re...

1 · Setup & Access

Install Nord Inventory, choose a framework, configure administrator access and set the core runti...

2 · Player Experience

Player inventory UI, hotbar, ground interactions, containers, metadata and Personal Studio.

3 · Admin Studio & Items

Manage the item registry, categories, use actions, prop fallback, metadata, lifecycle and imports.

4 · Weapons & Ammunition

Server-authoritative magazine ammunition, reload modes, durability and weapon visuals.

5 · Vehicle Storage

Trunks, gloveboxes, Vehicle Storage Studio, addon placement, NPC loot and capacity exports.

6 · Nord Staff & Developer API

Nord Staff integration plus server/client exports, stashes, hooks and migration patterns.

Nord Staff Integration

Nord Inventory is designed to integrate with Nord Staff as part of the Nord Lab ecosystem. Integr...

Integration API Overview

Integration API Overview Nord Inventory exposes a Nord-native API with familiar slot-inventory co...

Server Exports · Catalog & Opening

Server Exports · Catalog & Opening Inventory/catalog exports Export Purpose GetInventoryType() Re...

Server Exports · Add, Remove & Carry

Server Exports · Add, Remove & Carry AddItem local ok, result = exports.nord_inventory:AddItem( ...

Server Exports · Read & Search

Server Exports · Read & Search Inventory data local inv = exports.nord_inventory:GetInventory(sou...

Server Exports · Metadata & Inventory Management

Server Exports · Metadata & Inventory Management Metadata exports.nord_inventory:SetMetadata(targ...

Client Read-Only Exports

Client Read-Only Exports Nord maintains a lightweight local player-inventory snapshot so common r...

Registering Stashes & Custom Inventories

Registering Stashes & Custom Inventories RegisterInventory exports.nord_inventory:RegisterInvento...

Usable Items & Hooks

Usable Items & Hooks RegisterUsableItem Use a trusted server resource to attach behavior to an it...

Runtime Item Registration

Runtime Item Registration Trusted server resources can register an item definition without editin...

OX / QB Migration Examples

Nord intentionally exposes familiar helpers so resource integration can be small. Item count OX-s...

Complete Export Index · v1.6.11

Complete Export Index · v1.6.11 Server · Core and registry GetInventoryType, GetItemDefinition, ...

7 · Database, Security & Operations

Persistence, security model, troubleshooting, upgrades and production validation.