Configuration

Configs

Configuration, everything should be self explanatory

Config = {}
Config.Locale = "en"

Config.Command = {
    Use = true,
    CommandName = "jobs",
    Restricted = function()
        return true -- this should return the checker for example a export that already returns true or false
    end
}

Config.Jobs = {
    MaxJobs = 2
}

Last updated