No longer works

Now that you can crawl around, this plugin doesn't work anymore.

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;