Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

130 total results found

7 · Database, Security & Operations

Nord Inventory

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

section
operations

Item Definition Reference

Nord Inventory 7 · Database, Security & Operations

Item Definition Reference The normalized definition supports these core fields: Field Purpose label Player-facing item name description Item description weight Weight per unit volume Optional volume value stack Allow stacking when metadata matches close Close ...

Configuration Reference

Nord Inventory 7 · Database, Security & Operations

Configuration Reference This page lists the main configurable groups in v1.6.11. Config Default / purpose Config.Framework auto Config.Locale en Config.Debug false Config.OpenCommand inventory Config.OpenKey TAB Config.AdminCommand norditems Config.AdminAce ad...

Database & Persistence

Nord Inventory 7 · Database, Security & Operations

Database & Persistence Item definition precedence Nord uses one deterministic rule: If a row exists in nord_inventory_custom_items for an item name, that DB row owns the definition. Only when no DB row exists does Nord fall back to shared/items.lua / shared...

Security & Server Authority

Nord Inventory 7 · Database, Security & Operations

Security & Server Authority Nord Inventory is intentionally designed so the UI/client does not become the authority for inventory state. Server-controlled operations The server validates or controls: item movement and transfer; weight/slot capacity; item use c...

Troubleshooting

Nord Inventory 7 · Database, Security & Operations

Troubleshooting Admin Studio says access denied Confirm the ACE exists and the group is assigned to the player: add_ace group.admin nord_inventory.admin allow Also confirm: Config.AdminAce = 'nord_inventory.admin' Inventory does not start Confirm oxmysql is i...

Update Guide · v1.6.8 → v1.6.11

Nord Inventory 7 · Database, Security & Operations

Update Guide · v1.6.8 → v1.6.11 Use this page when updating from the previous prop-fallback build. 1. Replace resource files Back up your existing resource and database, then update the code while preserving intentional server-specific configuration changes. 2...

Production Checklist

Nord Inventory 7 · Database, Security & Operations

Production Checklist Before releasing Nord Inventory on a live server, verify the following. Server oxmysql starts before Nord Inventory. Database connection is stable. nord_inventory resource folder name has not been changed. Framework mode is correct o...

Downloadable Reference Files

Nord Inventory 7 · Database, Security & Operations

Downloadable Reference Files The following original v1.6.11 resource files are attached to this BookStack import for quick reference: Main config.lua. Server-only server/config.lua. server.cfg.example. sql/nord_inventory.sql. README.md. Full CHANGELOG.md. d...

Nord Crafting

Official-style Nord Lab documentation for Nord Crafting v6.2.0, including Nord Inventory-only automatic installation, Admin Studio, blueprints, weapon benches, Nord Staff integration, bridges and developer API.

product
Nord Crafting
version
6.2.0
platform
FiveM
publisher
Nord Lab
auto-installer
Nord Inventory only
integration
Nord Staff

Welcome · Nord Crafting v6.2.0

Nord Crafting

Nord Crafting v6.2.0 Nord Crafting is Nord Lab's advanced crafting, workbench and blueprint system for FiveM. It combines fixed and portable benches, player progression, blueprint-based unlocks, weapon/component workbenches, access control, stashes, database-b...

section
overview

Quick Start · Nord Inventory Recommended

Nord Crafting

Quick Start · Nord Inventory Recommended This is the cleanest setup when you use the Nord ecosystem. 1. Start the required resources ensure oxmysql ensure ox_lib # Framework when used ensure qb-core # or: ensure es_extended ensure nord_inventory ensure nord_cr...

section
overview

Compatibility Matrix

Nord Crafting

Compatibility Matrix Core dependencies System Status FiveM / OneSync Required oxmysql Required ox_lib Required QBCore Supported ESX Supported Inventory Inventory Crafting bridge Automatic installation nord_inventory Recommended Nord ecosystem path Yes ox_inven...

section
overview

1 · Setup & Auto Installation

Nord Crafting

Install Nord Crafting, configure its dependencies and understand the Nord Inventory-only automatic installation workflow.

section
setup

Requirements & Installation

Nord Crafting 1 · Setup & Auto Installation

Requirements & Installation Required resources Nord Crafting declares these dependencies: dependencies { 'ox_lib', 'oxmysql' } Install the resource at: resources/[nord]/nord_crafting Add it to server.cfg after its dependencies and framework/inventory ...

section
setup

Automatic Installation · Nord Inventory Only

Nord Crafting 1 · Setup & Auto Installation

Automatic Installation · Nord Inventory Only Nord Crafting now includes an automatic installation path designed specifically for nord_inventory. What this means When your server uses Nord Inventory, the Crafting setup can use the automatic installer instead o...

section
setup

Manual Inventory Setup · OX, QS, QB & ESX

Nord Crafting 1 · Setup & Auto Installation

Use this workflow whenever the active inventory is not Nord Inventory. Blueprint item The package includes manual definitions under: install/itens/item.lua install/itens/item_qs.lua install/itens/blueprint.png OX-style definition ['blueprint'] = { label = ...

section
setup

Framework Detection

Nord Crafting 1 · Setup & Auto Installation

Framework Detection Config.Framework = 'auto' -- auto | qb | esx In automatic mode, Crafting checks: qb-core es_extended The active framework is used for player data, citizen/identifier resolution, jobs and QBCore gangs. QBCore Player identity: citizenid wher...

section
setup