"WCSadmin"
{
  // Edit the admins here !
  // check the Kryptonite example,
  // it should be all self-explaining.
  // if a player has no flags or all 0,
  // he can just access the menu, but not execute
  // anything. The Name is just for overview.
  //
  // STEAM_ID_LAN is not working anymore, since
  // this would allow all LAN players to have admin.
  //

	// internet gaming, unique Steam ID for admin
  "STEAM_0:1:5818184"
  {
    "name"            "kRypT0n!Te [WCS team]"
    "give_xp_level"   "1"
    "give_money"      "1"
    "take_level"      "1"
    "reset_player"    "1"
    "script_settings" "1"
  }

	// on local servers or LAN party, insert your IP for admin
  "192.168.0.1"
  {
    "name" "Localhost player, LAN mode"
    "give_xp_level" "1"
    "give_money" "1"
  }

	// insert new admins here....
	
	



	// End of admin list
}
