Nord Staff Integration Nord Crafting exposes its Admin Studio to nord_staff. The manifest declares: nord_staff_admin_export 'OpenAdminInterface' and the client provides: exports('OpenAdminInterface', function(options) if type(options) == 'table' and options.probe == true then return true end TriggerServerEvent('nord_crafting:server:adminOpenUI') return true end) What the integration provides nord_staff can discover/probe the Crafting admin interface and open the same Admin Studio used by /craftbench. This means staff do not need a separate duplicated Crafting admin UI. Recommended startup order ensure nord_crafting ensure nord_staff When Nord Inventory is also used: ensure nord_inventory ensure nord_crafting ensure nord_staff Dependency model nord_staff is optional. Nord Crafting remains usable without it through its own admin command and license permission system.