Advanced Search
Search Results
11 total results found
8 · Developer API & Operations
Use public exports safely, understand the database, diagnose common issues and prepare the resource for production.
Client Exports
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...
Server Exports · Benches
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...
Server Exports · Inventory
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...
Server Exports · Blueprints & Organizations
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...
Server Exports · Admin Runtime
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...
Database Tables
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...
Discord Logging
Discord Logging Config.DiscordLogs = { Enabled = false, Webhooks = { Craft = '', Admin = '', Blueprint = '', Recipe = '', Stash = '' } } Enable only the destinations you actually use and keep webhook URLs pri...
Troubleshooting
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 ...
Production Checklist
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...
Downloadable Reference Files
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...