Advanced Search
Search Results
130 total results found
7 · Database, Security & Operations
Persistence, security model, troubleshooting, upgrades and production validation.
Item Definition Reference
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
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
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
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
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
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
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
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.
Welcome · Nord Crafting v6.2.0
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...
Quick Start · Nord Inventory Recommended
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...
Compatibility Matrix
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...
1 · Setup & Auto Installation
Install Nord Crafting, configure its dependencies and understand the Nord Inventory-only automatic installation workflow.
Requirements & 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 ...
Automatic Installation · Nord Inventory Only
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...
Manual Inventory Setup · OX, QS, QB & ESX
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 = ...
Framework Detection
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...