โš™๏ธConfiguration

Check the standard Config!

Config.lua
Config = {}
Config.Start = {
    language = "en",
    servername = "SERVER NAME",
    reason = "Your selected name is on the blacklist! Please reconnect!",
    kickforblacklistetname = true
}

Config.BlacklistetNames = {
    {
        name = "Cheats"
    },
    {
        name = "Service"
    }
}

Config.Discord = {
    On = true,
    title = "New Player",
    color = 15548997,
    avatar_url = "https://media.discordapp.net/attachments/1203713102508597258/1203713313209581578/NoNitro.png?ex=65f70261&is=65e48d61&hm=e0911c22b04d4b9a68511d27ab665afa9c7af076cbb27e42882ec9a8375e375d&=&format=webp&quality=lossless&width=350&height=350",
    footertext = "S-Scripts",
    webhook = ""
}

If you find any errors in the configuration and you can't fix them yourself, open a ticket!

Last updated