Advanced Search
Search Results
10 total results found
1 · Setup & Access
Install Nord Inventory, choose a framework, configure administrator access and set the core runtime options.
1 · Setup & Auto Installation
Install Nord Crafting, configure its dependencies and understand the Nord Inventory-only automatic installation workflow.
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 resources. ensure oxmysql en...
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 of asking the server owner to manually edit th...
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
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 where required by Crafti...
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', title = 'Nord Crafti...
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 default data where required. Runs...
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 Admin Studio ...
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 is console-only. TX con...