{
	"Name": "Raintrap341.KDRecorder",
	"Description": "Record your death counts.",
	"LoadPriority": 4,
	"RequiredOnClient": false,
	"Version": "1.0.3",
	"Scripts": [
		{
			"Path": "mp_kdrecorder.nut",
			"RunOn": "CLIENT && MP",
			"ClientCallback": {
				"After": "KDRecorderInit"
			}
		}
	],
	"ConVars": [
		{
		  "Name": "mp_kdrecorder_show_kd_list",
		  "DefaultValue": "1"
		},
		{
			"Name": "mp_kdrecorder_show_kd_self",
			"DefaultValue": "1"
		}
	]
}