Settings

Settings = {
    API = {
        IsPlayerAllowed = function(source)
            return IsPlayerAceAllowed(source, "nbc.admin")
        end,
        ChangeMap = function(map, player)
            return true
        end
    },
    Command = "changemap",
    Standard = "CURLING",
    Wait = 500,
    Console = true
}

If you have any questions regarding this file / its options make sure to raise a ticket within our Discord-Server.

Last updated