"est_adminconfig"
{
// ****************************************************
// ********************** Maps ************************
// ****************************************************
  "maps"
  {
    "map1" "de_dust"
    "map2" "de_dust2"
    "map3" "cs_italy"
    "map4" "de_aztec"
    "map5" "de_cbble"
    "map6" "cs_office"
    "map7" "de_chateau"
    "map8" "de_piranesi"
    "map9" "cs_havana"
    "map10" "de_prodigy"
    "map11" "cs_compound"
    "map12" "de_train"
    "map13" "de_tides"
    "map14" "de_port"
    "map15" "de_inferno"
    "map16" "cs_assault"
    "map17" "de_nuke"
    "map18" "breakfloor"
    "map19" "0"
    "map20" "0"
    "map21" "0"
  }
// ****************************************************
// ******************* Sounds *************************
// ****************************************************

  "sounds"
  {
    "PlaySound1" "HOLLIDAY/rumor.mp3"
    "PlaySound2" "female/holyshit.mp3"
    "PlaySound3" "quake/wickedsick.mp3"
    "PlaySound4" "npc/stalker/go_alert2a.wav"
    "PlaySound5" "quake\holyshit.mp3"
    "PlaySound6" "admin_plugin\actions\startyourvoting.mp3"
    "PlaySound7" "admin_plugin\laugh.wav"
    "PlaySound8" "admin_plugin\actions\startyourvoting.mp3"
    "PlaySound9" "female/holyshit.mp3"
    "PlaySound10" "vo/eli_lab/al_dogairlock01.wav"
    "PlaySound11" "vo/npc/alyx/gasp02.wav
    "PlaySound12" "bot/come_out_wherever_you_are.wav"
    "PlaySound13" "vo/citadel/br_laugh01.wav"
    "PlaySound14" "vo/ravenholm/madlaugh02.wav"
    "PlaySound15" "vo/ravenholm/madlaugh03.wav"
    "PlaySound16" "vo/ravenholm/madlaugh04.wav"
    "PlaySound17" "vo/citadel/br_ohshit.wav"
    "PlaySound18" "vo/streetwar/alyx_gate/al_hey.wav"
    "PlaySound19" "vo/npc/alyx/coverme02.wav"
    "PlaySound20" "vo/npc/alyx/ohgod01.wav"
    "PlaySound21" "vo/citadel/al_struggle03.wav"
  }
  
// ****************************************************
// ******************* Skins *************************
// ****************************************************
  "skins"
  {
    "Skin1"   "player\t_guerilla.mdl"
    "Skin2"   "player\ct_urban.mdl"
    "Skin3"   "player\ct_gsg9.mdl"
    "Skin4"   "player\ct_sas.mdl"
    "Skin5"   "player\ct_gign.mdl"
    "Skin6"   "player\t_phoenix.mdl"
    "Skin7"   "player\t_leet.mdl"
    "Skin8"   "player\t_arctic.mdl"
  }
// ****************************************************
// *********** Reasons to Kick a Player ***************
// ****************************************************

  "kickreason"
  {
    "kickreason1" "Hacking"
    "kickreason2" "Spaming"
    "kickreason3" "Spawn Killing"
    "kickreason4" "Just Because"
    "kickreason5" "Been Warned!"
    "kickreason6" "Breaking The Rules"
  }
  
// ****************************************************
// *********** Reasons to Ban a Player ****************
// ****************************************************

  "banreason"
  {
    "banreason1" "Banned"
    "banreason2" "Spaming"
    "banreason3" "Just Because"
    "banreason4" "Being a Dick!"
    "banreason5" "Breaking The Rules"
    "banreason6" "Pissing People Off!"
  }
  
// ****************************************************
// *********** How long to Ban a Player ***************
// ****************************************************

  "bantime"
  {
    "bantime1" "20"
    "bantime2" "60"
    "bantime3" "200"
    "bantime4" "2000"
    "bantime5" "20000"
    "bantime6" "0"
  }
  
// ****************************************************
// ********* How long to Drunk/Drug a Player **********
// ****************************************************

  "drunktime"
  {
    "drunktime1" "3"
    "drunktime2" "8"
    "drunktime3" "15"
    "drunktime4" "25"
    "drunktime5" "120"
  }
  
// ****************************************************
// *********** How much to damage a Player ************
// ****************************************************
  
  "damage"
  {
    "damage1" "1"
    "damage2" "15"
    "damage3" "25"
    "damage4" "100"
    "damage5" "5000"
  }
  
// ****************************************************
// *** Set Prop Limit per round for each Prop Type  ***
// ****************************************************
  
  "props"
  {
    "Prop_Limit_Animated" "2000"
    "Prop_Limit_Dynamic" "2000"
    "Prop_Limit_Physics" "2000"
  }

// ****************************************************
// *************** Speed Menu Speeds ******************
// ****************************************************
  
  "speedmenu"
  {
    "speedmenu1" "1"
    "speedmenu2" "1.2"
    "speedmenu3" "1.6"
    "speedmenu4" "2"
  }

// ****************************************************
// ******************* Features ***********************
// ****************************************************
  "features"
  {
    "HelicopterGun"          "weapon_m249"     //the weapon to give when using the Helicopter
    "HelicopterAmmo"         "200"             //the amount of ammo to give when using the Helicopter
    "HelicopterHealth"       "200"             //the amount of Health to set when using the Helicopter
    "HelicopterExplosions"   "1"               //should the helicopter make real explosions or only effects when shooting (0 = real explosions 1 = only effects)
  }
  
  "settings"
  {
  "Est_Admin_Command"     "est_admin"        //Command for Main Admin Menu (only the STEAM_ID's that are set in the es_est_adminmenu.txt can use this command) NOT WORKING ATM< DONT CHANGE
  "Est_Client_Command"    "est"              //Command for all New admins ot use (admins that are created ingame) NOT WORKING ATM< DONT CHANGE
  "AdminCommand"          "est_command"      //Main est_adminmenu Command, used to do just about everything
  "AdminSayText"          "$"                //Symbol or Prefix for adminsay ($ hi)
  "AdminTextColor"        "#team"            //Color of the admins chat Text, valid colors are #red #blue #grey #green #lightgreen #default and #team (#team = the color of the admins team. blue/red/grey)
  "AdminTextStyle"        "2"                //Use colormsg for admin chat or es_msg (green only) 1= colormsgg 2 = es_msg
  "AdminPrefix"           "[ADMIN]"         //what should apear by an admins name in chat when they use adminchat
  "DeleteProp"            "est_delete"       //command to delete props
  "ExplodingShotsEffects" "1"                //should Exploding shots cause damage or just make effects (0 for damage 1 for effects)
  "MenuSound"             "ambient\machines\keyboard3_clicks.wav"   //the sound when opening the main est_adminmenu
  "MenuSound2"            "buttons/button14.wav"   // "UI/buttonclick.wav"                      //the sound when making a selection from the menu
  "PortalAModel"          "models\props_combine\breentp_rings.mdl"  //the model to use for the portal (valid types are .mdl and .vmt)
  "PortalBModel"          "models\props_combine\breentp_rings.mdl"  //the model to use for the portal (valid types are .mdl and .vmt)
  "extended_admin"    "1"                                       //load Extended Admin
  }

// ****************************************************
// *** Here you can set the scripts that admins can ***
// ***   Load,Unload and Reload without using RCON  ***
// ****************************************************

  "scripts"
  {
    "script1"  "wcs"
    "script2"  "wcs/WCSraces"
    "script3"  "Dota_heroes"
    "script4"  "est_adminmenu"
    "script5"  "gold"
    "script6"  "0"
    "script7"  "0"
  }
