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

11 total results found

8 · Developer API & Operations

Nord Crafting

Use public exports safely, understand the database, diagnose common issues and prepare the resource for production.

section
api

Client Exports

Nord Crafting 8 · Developer API & Operations

Client Exports Admin Studio exports['nord_crafting']:OpenAdminInterface() Probe support used by integrations: local supported = exports['nord_crafting']:OpenAdminInterface({ probe = true }) Bench UI exports['nord_crafting']:OpenBench('fixed_1') exports['nord_c...

section
api

Server Exports · Benches

Nord Crafting 8 · Developer API & Operations

Server Exports · Benches exports['nord_crafting']:GetFixedBenches() exports['nord_crafting']:GetPlacedBenches() exports['nord_crafting']:GetAllBenches() exports['nord_crafting']:GetBench('fixed_1') exports['nord_crafting']:ReloadBenches() Add a placed bench: e...

section
api

Server Exports · Inventory

Nord Crafting 8 · Developer API & Operations

Server Exports · Inventory These exports expose Crafting's active inventory bridge to other server resources. local invType = exports['nord_crafting']:GetInventoryType() local count = exports['nord_crafting']:GetItemCount(source, 'iron') local ok = exports['no...

section
api

Server Exports · Blueprints & Organizations

Nord Crafting 8 · Developer API & Operations

Server Exports · Blueprints & Organizations Blueprint API exports['nord_crafting']:GetPlayerBlueprintRecipes(source) exports['nord_crafting']:GetBlueprintDefinition('pistol') exports['nord_crafting']:BuildBlueprintMetadata(row, 85) exports['nord_crafting']:Cre...

section
api

Server Exports · Admin Runtime

Nord Crafting 8 · Developer API & Operations

Server Exports · Admin Runtime local ok, identifier = exports['nord_crafting']:AddAdmin(value) local ok, identifier = exports['nord_crafting']:RemoveAdmin(value) local isAdmin = exports['nord_crafting']:IsAdmin(value) local runtimeAdmins = exports['nord_crafti...

section
api

Database Tables

Nord Crafting 8 · Developer API & Operations

Database Tables Nord Crafting creates/manages the following tables in this package: Table Purpose nord_crafting_settings Schema version and runtime options nord_crafting_meta Crafting metadata/version compatibility nord_crafting_blueprints Blueprint definition...

section
api

Discord Logging

Nord Crafting 8 · Developer API & Operations

Discord Logging Config.DiscordLogs = { Enabled = false, Webhooks = { Craft = '', Admin = '', Blueprint = '', Recipe = '', Stash = '' } } Enable only the destinations you actually use and keep webhook URLs pri...

section
api

Troubleshooting

Nord Crafting 8 · Developer API & Operations

Troubleshooting blueprint item not found Nord Inventory: run/verify the Nord Inventory-only automatic installation flow, then confirm the item exists. Other inventories: install the item definition/image manually from install/itens/. Portable bench cannot be ...

section
api

Production Checklist

Nord Crafting 8 · Developer API & Operations

Production Checklist Before release: oxmysql and ox_lib start before Crafting. Framework auto-detection reports the expected framework. Inventory integration is tested. Nord Inventory auto-installer is verified when using nord_inventory. Third-party in...

section
api

Downloadable Reference Files

Nord Crafting 8 · Developer API & Operations

Downloadable Reference Files This page contains the key editable/reference files from the supplied Nord Crafting v6.2.0 package, plus sanitized setup notes generated for this documentation. Use the live resource files as the source of truth when you change con...

section
api