/**
 * List config files here (relative to moddir) to have them added to the exec config menu list
 * Left side is the filename, right side is the text to be added to the menu
 */
Configs
{
    "cfg/sourcemod/classwarfare_on.cfg"         "ClassWarfare On"
    "cfg/sourcemod/classwarfare_off.cfg"        "ClassWarfare Off"
    "cfg/sourcemod/bot_paths.cfg"               "Generate Bot Paths"
    "cfg/sourcemod/hh_enable.cfg"               "Huntsman Hell On"
    "cfg/sourcemod/hh_enable.cfg"               "Huntsman Hell On"
    "cfg/sourcemod/hh_disable.cfg"              "Huntsman Hell Off"
    "cfg/sourcemod/rtd_on.cfg"                  "RTD On"
    "cfg/sourcemod/rtd_off.cfg"                 "RTD Off"
    "cfg/sourcemod/buildinghats_enable.cfg"     "BuildingHats On"
    "cfg/sourcemod/buildinghats_disable.cfg"    "BuildingHats Off"
    "cfg/sourcemod/powerup_enable.cfg"          "PowerUpDeathDrop On"
    "cfg/sourcemod/powerup_disable.cfg"         "PowerUpDeathDrop Off"
    "cfg/sourcemod/healthdrop_enable.cfg"       "HealthDeathDrop On"
    "cfg/sourcemod/healthdrop_disable.cfg"      "HealthDeathDrop Off"
    "cfg/sourcemod/classrestrict_on.cfg"	    "Class Restrictions On"
    "cfg/sourcemod/classrestrict_off.cfg"	    "Class Restrictions Off"
	"cfg/sourcemod/sm_warmode_on.cfg"	        "War Mode On"
	"cfg/sourcemod/sm_warmode_off.cfg"	        "War Mode Off"
	"cfg/server.cfg"			                "Standard Server Setup"
}
