Config = Config or {} Config.Portable = { Enabled = true, ItemName = 'craft_bench', Default = { label = 'Bancada Portátil', model = `prop_tool_bench02`, access = { type = 'public' }, recipes = { 'nord_catalyst', 'nord_labkit', 'nord_filter', 'nord_teststrip', 'nord_respirator', 'nord_fuelcell', 'nord_empty_bottle' }, stash = { enabled = true, slots = 20, weight = 20000 }, expiresMinutes = nil } } -- defaults para bancadas fixas admin Config.AdminFixedDefault = { stash = { enabled = false, slots = 30, weight = 40000 } }