"WCSaddons"
{
	// This loads a script in the directory
	// cstrike/addons/eventscripts/wcs/WCSaddons/examplescript/
	// the name EXAMPLESCRIPT must be a directory in WCSaddons/ and in this
	// file named es_EXAMPLESCRIPT.txt. With Linux, care about case-sensivity!
	// Reload addons using the rcon command
	// es_reload wcs/WCSaddons
	//

  "examplescript"
  {
  	"author"      "the example dude"
  	"description" "does nothing"
  	"version"     "v1.0 final"
  	"enabled"     "1"
  }
  
  "log"
  {
  	"author"      "kRypT0n!Te"
  	"description" "logs the played rounds and server crashes"
  	"version"     "v0.1"
  	"enabled"     "1"
  }

  "powerdice"
  {
    "author"      "kRypT0n!Te and :D|Power"
    "description" "Once a round you can roll two dices and maybe get a cool item!"
  	"version"     "v0.3"
  	"enabled"     "0"
  }

  "moneysave"
  {
    "author"      "kRypT0n!Te"
    "description" "Your money is saved if moving to specator and back into game. Fixes restricted-race force and CSS 'bug'"
  	"version"     "v0.2"
  	"enabled"     "1"
  }


  

  // end of file
}
