Last updated
Last updated
Config = {}
--------------------------------
-- [Discord Logs]
Config.EnableDiscordLogs = true
Config.IconURL = ""
Config.ServerName = ""
-- To change a webhook color you need to set the decimal value of a color, you can use this website to do that - https://www.mathsisfun.com/hexadecimal-decimal-colors.html
Config.WebhookColor = "16741888"
--------------------------------
-- [Staff Groups]
Config.StaffGroups = { -- Groups that can access the different staff chats (/staff, /staffo, /sa)
'superadmin',
'admin',
'mod'
}
--------------------------------
-- [General]
Config.AllowPlayersToClearTheirChat = true
Config.ClearChatCommand = 'clear'
Config.EnableHideChat = true
Config.HideChatCommand = 'hide'
Config.ShowIDOnMessage = true -- Shows the player ID on every message that is sent
Config.ShowIDOnMessageForEveryone = false -- true: shows the player ID for everyone | false: shows it only for staffs
Config.ClearChatMessageTitle = 'SYSTEM'
Config.ClearChatMessage = 'The chat has been cleared!'