Configuration
Last updated
Last updated
Config = {}
Config.Locale = "en" -- en or pt
Config.TagMaxDistance = 20.0
-- Which VORP group is allowed to use /adminin and /adminoff | Same roles in Config.ReportNotifyGroup
Config.AllowedGroup = {
"admin",
"helper",
}
-- who receives and responds to reports | Same roles in Config.AllowedGroup
Config.ReportNotifyGroup = {
"admin",
"helper",
}
-- ===== Reports =====
Config.ReportCommand = "report" -- command to send or view own reports for players
Config.ReportsListCommand = "reports" -- command to open reports for staff
Config.ReportMaxTitle = 80 -- max characters in title
Config.ReportMaxContent = 4000 -- max characters in content
-- Groups allowed to use /tag (leave nil to fallback to Config.AllowedGroup)
Config.TagAllowedGroups = {
"admin",
}
-- ===== Discord Webhooks =====
Config.DiscordLogs = {
Enabled = false,
Admin = "",
Reports = "",
Teleports = "",
Chat = "",
}