Ban System
Config
Config.BanSystem = {
enable = true, -- Set to true if you want to use this Feature
discordLog = true, -- Set true to enable DiscordLogs // Add Webhook Link in server/functions/bansystem.lua
botColor = "6205745", -- https://www.mathsisfun.com/hexadecimal-decimal-colors.html
botName = "MSK Scripts",
botAvatar = "https://i.imgur.com/PizJGsh.png",
commands = {
enable = true,
groups = {'superadmin', 'admin', 'god'},
ban = 'banPlayer',
unban = 'unbanPlayer'
}
}MSK.BanPlayer
MSK.UnbanPlayer
MSK.IsPlayerBanned
Commands
/banPlayer
/unbanPlayer
Last updated