Added the possibility to prevent players from being put in combat depending on the damage cause (set in the config) (such as FALL damage)
Important note:
If you have downloaded a previous version and wish to update, you have to update your config file. If you don't, the plugin will throw errors!
Copy/paste the following in the Advanced Options section of your config file to update it if needed :
Code (YAML):
#List of all the excluded damage cause. If a damage cause is in this list, it won't put players in combat. The list can be empty #https://hub.spigotmc.org/javadocs/spigot/org/bukkit/event/entity/EntityDamageEvent.DamageCause.html for a list of all the damage cause excluded-cause: - FALL
Please if you notice any bug, let me know in the discussion section.