Adds protection against combat logging by saving death status to the database.
Base Events, EssentialMode Extended, MySQL Async.
Download the folder, modify the database, start the resource. The resource needs to be started after es_extended and baseevents.
ALTER TABLE `users` ADD `isDead` INT NOT NULL DEFAULT '0' AFTER `name`;