Now that you can crawl around, this plugin doesn't work anymore.
No longer works
Just use server var
[ServerVar(Saved = true, Help = "Can players be wounded after recieving fatal damage")]
public static bool woundingenabled = true;
[ServerVar(Saved = true, Help = "Do players go into the crawling wounded state")]
public static bool crawlingenabled = true;