Added the possibility to choose what type of potions would put the players in combat
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 Potions Options section of your config file to update it if needed :
Code (YAML):
#If set to true, drinking any potion will put the player in combat any-potion: false
#List of all the potion effects that would put a player in combat if any-potion is set to false #You can find a list of all the potion types here: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/potion/PotionType.html potion-list: - STRENGTH
Please if you notice any bug, let me know in the discussion section.