Config.QBPermissionsUpdate=true-- set it to true if you have the latest Permissions update
--------------------------------
-- [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)
'god',
'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='Chat ist Sauber!'
-- [Date Format]
Config.DateFormat='%H:%M'-- To change the date format check this website - https://www.lua.org/pil/22.1.html
--------------------------------
-- [Time Out]
Config.TimeOutPlayers=false
Config.TimeOutCommand="mute"
Config.RemoveTimeOutCommand="unmute"
Config.ShowTimeOutMessageForEveryone=false
Config.TimeOutIcon='fas fa-gavel'
Config.MessageTitle='SERVER'
Config.TimeOutMessages={
['muted_for']='<b>{3}</b> has been muted for <b>{1}</b> minutes',
['you_muted_for']='You muted <b>{3}</b> for <b>{1}</b> minutes',
['been_muted_for']='You have been muted for <b>{0}</b> minutes',
['you_unmuted']='You unmuted <b>{2}</b>',
['been_unmuted']='You have been unmuted',
['muted_message']='You are muted for <b>{0}</b>',
['seconds']=' seconds',
['minutes']=' minutes',
['hours']=' hours',
}
--------------------------------
-- [Job]
Config.JobChat=false
Config.JobCommand='jobc'
Config.JobIcon='fas fa-briefcase'
--------------------------------
-- [Private Message]
Config.EnablePM=true
Config.PMCommand='pm'
Config.PMIcon='fas fa-comment pm-icon'
Config.PMMessageTitle="PM"
--------------------------------
-- [OOC/Me/Do/Try]
Config.Distance=20.0
--------------------------------
-- [OOC]
Config.EnableOOC=false
Config.OOCCommand='ooc'
Config.OOCIcon='fas fa-door-open'
Config.OOCMessageTitle='OOC'
Config.OOCMessageWithoutCommand=false-- true: sends OOC message without command (/ooc) | false: doesn't send any message without it being a command