matyxx0
  • About me
  • [ESX] Paid
    • mx0_drugs
      • ⚙️ Config
      • 📄Locales
      • 💸Cornerselling
  • standalone
    • mx0_queue
      • ⚙️ Config
      • 📄Locales
Powered by GitBook
On this page
  1. standalone
  2. mx0_queue

⚙️ Config

Config = {}

Config.DiscordServerID = PLACE_IT_HERE -- Discord Server ID 
Config.DiscordBotToken = "PLACE_IT_HERE" -- Discord Bot Token. You can create one on https://discord.com/developers/applications
Config.Error = "Došlo k chybě při připojování. Zkuste to prosím znovu."
Config.maxServerSlots = 7
Config.ClosedServer = false --DEV TIME

Config.BannerUrl = "link to your banner"
Config.VersionCheck = true

Config.Roles = {
	e1 = {
		roleID = "roleid",
		points = 100,
		name = "name"
	},

}

-- CONFIGURE YOUR BANNER URL IN PRESENTCARD.JSON

Config.Colors = {
    "Light",    -- White
    "Warning",  -- Yellow
    "Accent",   -- Blue
    "Good",     -- Green
    "Attention" -- Red
}
Previousmx0_queueNext📄Locales

Last updated 15 days ago