Added new Dracula Hero, the default configuration is shown below.
Code (YAML):
Dracula:
colouredName
:
"&#f44-#f77&**Dracula**"
description
:
"You absorb the life force of your foes!"
skills:
lifesteal:
skill
: LIFESTEAL
lifestealPercentage
: 5
You may notice that I've added a new skill for this Dracula hero! Lifesteal!
Lifesteal is very simple, it just gives you a percentage of the damage you deal back to you.
If you take a look at the colouredName field, you will also notice some strange colour code syntax. I have added support for hex color codes, gradients etc, to names as well now! This uses the MineDown syntax that you can read more about here:
https://github.com/Phoenix616/MineDown
The CONVERTDROPS skill now has an optional field to ignore silk touch, and there is a "sister" skill called BLOCKDROPS which can change the drops of an entire block if you can't find one to one drop mappings using Convert Drops. CONVERTDROPS is also now compatible with the INSTANTBREAK skill.
There is now enchantment and attribute support for items in the plugin. Any item field should now be able to have enchantments applied!