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.
Welcome · Nord Crafting v6.2.0
Nord Crafting v6.2.0 Nord Crafting is Nord Lab's advanced crafting, workbench and blueprint syste...
Quick Start · Nord Inventory Recommended
Quick Start · Nord Inventory Recommended This is the cleanest setup when you use the Nord ecosyst...
Compatibility Matrix
Compatibility Matrix Core dependencies System Status FiveM / OneSync Required oxmysql Required ox...
1 · Setup & Auto Installation
Install Nord Crafting, configure its dependencies and understand the Nord Inventory-only automati...
Requirements & Installation
Requirements & Installation Required resources Nord Crafting declares these dependencies: depende...
Automatic Installation · Nord Inventory Only
Automatic Installation · Nord Inventory Only Nord Crafting now includes an automatic installation...
Manual Inventory Setup · OX, QS, QB & ESX
Use this workflow whenever the active inventory is not Nord Inventory. Blueprint item The package...
Framework Detection
Framework Detection Config.Framework = 'auto' -- auto | qb | esx In automatic mode, Crafting chec...
Core Configuration
Core Configuration The primary configuration is config/config.lua. Core providers Config.Framewo...
Smart Database Initialization
Smart Database Initialization Nord Crafting includes a database initializer and migration system....
Admin Access
Admin Access Administrator access is based on FiveM license identifiers. Config.AdminLicenses = {...
Locales & Resource Logs
Locales & Resource Logs The package ships with: locales/en.lua locales/pt.lua Select the locale: ...
2 · Crafting Core
Understand recipes, progression, failure behavior, stashes and the server-authoritative crafting ...
Crafting Flow
Crafting Flow A standard craft is validated server-side. Flow Player opens a bench. Server resolv...
Recipes · Config + Database
Recipes · Config + Database Recipes can come from two sources. Default recipes Defined in: config...
Level & XP Progression
Level & XP Progression Config.LevelSystem = { Enabled = true, DefaultCraftXp = 25, De...
Level-Based Craft Failure
Level-Based Craft Failure Nord Crafting can apply a failure chance based on the player's crafting...
Stashes
Stashes Benches can include a storage area. Typical fixed-bench defaults: Config.AdminFixedDefaul...
Crafting Security Model
Crafting Security Model Nord Crafting keeps the important decisions server-side. Validations The ...
3 · Benches & Access
Create fixed and portable benches, control access, manage props and integrate organization owners...
Bench Types
Bench Types The runtime normalizes benches into four main modes: Type Purpose craft Standard item...
Fixed Benches
Fixed Benches Fixed benches are persistent world benches stored in: nord_crafting_fixed They cont...
Portable Benches
Portable Benches Portable benches are enabled in: Config.Portable = { Enabled = true, Ite...
Access Control · Public, Job & Gang
Access Control · Public, Job & Gang Public access = { type = 'public' } Any player can use the be...
Organization Access · Nord Crime / OpCrimes
Organization Access · Nord Crime / OpCrimes Config.CrimeBridge = 'auto' In automatic mode, Crafti...
Bench Props & Placement
Bench Props & Placement Nord Crafting loads bench prop catalogs from: models/default_props.json m...
4 · Blueprints
Install blueprint items, create technical drawings, manage quality/uses and gate recipes through ...
Blueprint System Overview
Blueprint System Overview Blueprints are metadata-rich inventory items used to unlock or authoriz...
Blueprint Item Installation
Blueprint Item Installation The blueprint system requires the inventory item: blueprint Nord Inve...
Drafting & Quality
Drafting & Quality Blueprint benches can open the drafting interface. The client sends the detect...
Blueprint Metadata & Uses
Blueprint Metadata & Uses A generated blueprint contains metadata similar to: { label = 'Pist...
Blueprint-Gated Recipes
Blueprint-Gated Recipes A recipe can require a blueprint type. Database-backed recipes use: use_b...
Blueprint Developer API
Blueprint Developer API Server exports exports['nord_crafting']:GetPlayerBlueprintRecipes(source)...
5 · Weapon Workbench
Configure the 3D preview, component recipes, compatibility rules and server-side weapon crafting ...
Weapon Workbench Overview
Weapon Workbench Overview A bench with type: weapon uses the dedicated weapon crafting interface ...
Weapon Preview Shell
Weapon Preview Shell The preview environment is configured in config/config.lua. Config.WeaponPr...
Weapon Component Recipes
Weapon Component Recipes Component recipes use the same database/config recipe model but are clas...
Compatibility Validation
Compatibility Validation The weapon system groups weapons into families such as: pistol smg rifle...
Weapon Craft Security
Weapon Craft Security Weapon callbacks perform the same trust-boundary checks expected from stand...
6 · Admin Studio
Operate the complete in-game management interface for recipes, benches, analytics, levels, props,...
Admin Studio Overview
Admin Studio Overview Open the Crafting Admin Studio with: /craftbench or through the nord_staff...
Recipe Manager
Recipe Manager The recipe manager can: Create custom recipes. Edit database-backed custom recipes...
Bench Manager & Usage Analytics
Bench Manager & Usage Analytics Admin Studio can request an overview of registered benches and us...
Levels & Runtime Options
Levels & Runtime Options The Levels tab manages progression tiers stored in nord_crafting_levels...
Prop Manager
Prop Manager The Prop Manager combines default and custom bench prop catalogs. Custom prop record...
Blueprint Manager
Blueprint Manager Admin Studio can create and delete blueprint definitions stored in the database...
Update Checker & Security
Update Checker & Security Nord Crafting contains a GitHub release checker for private/public repo...
7 · Integrations & Bridges
Connect Nord Crafting to Nord Inventory, Nord Staff, targets, notifications, crime organizations ...
Nord Inventory Integration
Nord Inventory Integration Nord Inventory is the recommended inventory for the Nord Crafting ecos...
Nord Staff Integration
Nord Staff Integration Nord Crafting exposes its Admin Studio to nord_staff. The manifest declar...
Inventory Bridge
Inventory Bridge Crafting centralizes inventory operations in server/bridge/inventory.lua. Publi...
Target Bridge
Target Bridge Config.Target = 'auto' Automatic detection order: ox_target qb-target qtarget no ta...
Notifications, Text UI & Progress
Notifications, Text UI & Progress Notification auto-detection When Config.Notify.type = 'auto', ...
Nord Crime & OpCrimes
Nord Crime & OpCrimes Config.CrimeBridge = 'auto' Automatic provider choice The intended automati...
Nord VIP Integration
Nord VIP Integration Nord VIP support is optional. Config.NordVIP = { Enabled = false, Mi...
8 · Developer API & Operations
Use public exports safely, understand the database, diagnose common issues and prepare the resour...
Client Exports
Client Exports Admin Studio exports['nord_crafting']:OpenAdminInterface() Probe support used by i...
Server Exports · Benches
Server Exports · Benches exports['nord_crafting']:GetFixedBenches() exports['nord_crafting']:GetP...
Server Exports · Inventory
Server Exports · Inventory These exports expose Crafting's active inventory bridge to other serve...
Server Exports · Blueprints & Organizations
Server Exports · Blueprints & Organizations Blueprint API exports['nord_crafting']:GetPlayerBluep...
Server Exports · Admin Runtime
Server Exports · Admin Runtime local ok, identifier = exports['nord_crafting']:AddAdmin(value) lo...
Database Tables
Database Tables Nord Crafting creates/manages the following tables in this package: Table Purpose...
Discord Logging
Discord Logging Config.DiscordLogs = { Enabled = false, Webhooks = { Craft = '', ...
Troubleshooting
Troubleshooting blueprint item not found Nord Inventory: run/verify the Nord Inventory-only autom...
Production Checklist
Production Checklist Before release: oxmysql and ox_lib start before Crafting. Framework auto...
Downloadable Reference Files
Downloadable Reference Files This page contains the key editable/reference files from the supplie...