Added SourceCommands section for playerDeath in eventCommands.yml file. This will allow you to perform some basic checks like check:[playerName]!=NULL! to make sure that player died from natural causes and wasn't killed by another player, while SourceCommands section gets only triggered when we have actual player killer
New permission node as cmi.sleepignore which can allow you to be excluded from nigh sleep speedup count.
Fix for specialized command cooldown issue when you have big numbers
Fix for chat filter not allowing to bypass defined groups and still replacing detected words
Fix for combat mode against monsters not getting detected and appropriate checks are not performed
Fix for custom alias failing when you want to add extra sub command for existing main command. Now it should properly allow to create custom alias with sub command for other plugins and perform commands when doing those while keeping original plugin functionality in any other case.