Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- LDT_Analytics = LDT_Analytics or {}
- LDT_Analytics.Config = LDT_Analytics.Config or {}
- -- This is the command to open the menu.
- LDT_Analytics.Config.MenuCommand = "!analytics"
- -- Currently there are en translations available.
- LDT_Analytics.Config.Language = "en"
- -- These are the ranks that are allowed to access the analytics menu.
- LDT_Analytics.Config.AdminRanks = {
- ["superadmin"] = true,
- ["admin"] = true
- }
- -- This is the date format used in the analytics. You can change it to your liking. (https://www.lua.org/pil/22.1.html)
- LDT_Analytics.Config.DateFormat = "%m-%d"
- -- These are the colors for every element of the UI. Feel free to change them to your liking.
- LDT_Analytics.Config.Red = Color(255, 63, 5)
- LDT_Analytics.Config.White = Color(255, 255, 255)
- LDT_Analytics.Config.WhiteHighlight = Color(200, 200, 200)
- LDT_Analytics.Config.WhiteDim = Color(200, 200, 200, 80)
- LDT_Analytics.Config.Grey = Color(47, 54, 64)
- LDT_Analytics.Config.GreySecond = Color(53, 59, 72)
- LDT_Analytics.Config.GreyThird = Color(53, 59, 72,100)
- LDT_Analytics.Config.Dark = Color(30,30,30)
- LDT_Analytics.Config.Blue = Color(0, 151, 230)
- LDT_Analytics.Config.HoverGrey = Color(50,50,50,220)
Advertisement
Add Comment
Please, Sign In to add comment