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

73 total results found

1 · Setup & Access

Nord Inventory

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

section
setup

2 · Player Experience

Nord Inventory

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

section
player

3 · Admin Studio & Items

Nord Inventory

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

section
admin

4 · Weapons & Ammunition

Nord Inventory

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

section
weapons

5 · Vehicle Storage

Nord Inventory

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

section
vehicles

6 · Nord Staff & Developer API

Nord Inventory

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

section
integration

7 · Database, Security & Operations

Nord Inventory

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

section
operations

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

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

Core Configuration

Nord Crafting 1 · Setup & Auto Installation

Core Configuration The primary configuration is config/config.lua. Core providers Config.Framework = 'auto' Config.Locale = 'pt' Config.Inventory = 'auto' Config.Target = 'auto' Config.Progress = 'auto' Notifications Config.Notify = { type = 'auto', t...

section
setup

Smart Database Initialization

Nord Crafting 1 · Setup & Auto Installation

Smart Database Initialization Nord Crafting includes a database initializer and migration system. First start When automatic creation is enabled, the resource: Waits for oxmysql. Ensures the settings table exists. Creates required Crafting tables. Inserts def...

section
setup

Admin Access

Nord Crafting 1 · Setup & Auto Installation

Admin Access Administrator access is based on FiveM license identifiers. Config.AdminLicenses = { ['license:YOUR_LICENSE'] = true } The Admin Manager also supports runtime administrators, which can be added or removed without editing the base config. Open ...

section
setup

Locales & Resource Logs

Nord Crafting 1 · Setup & Auto Installation

Locales & Resource Logs The package ships with: locales/en.lua locales/pt.lua Select the locale: Config.Locale = 'pt' Runtime debug Config.DebugLogs = false Console/txAdmin can also toggle blueprint/crafting debug at runtime: bpdebug on bpdebug off The command...

section
setup