Code (YAML):
elite:
Shadow Assassin:
cumulative
: 5
1
: 2
2
: 5
3
: 10
4
: 15
5
: 24
Paladin-Armored:
cumulative
: 6
1
: 3
2
: 6
3
: 11
4
: 16
5
: 25
In this new update, most custom enchantments (including elite enchantments) work now.
It uses the most basic function, which is lore checking.
Full enchantments.yml structure preview:
Code (YAML):
# WARNING: for 1.8, use the proper names! Not sharpness, but DAMAGE_ALL. https://helpch.at/docs/1.8/index.html?org/bukkit/enchantments/Enchantment.html
# "cumulative" is the amount of power you get for each level. only works when do-cumulative is set to true in config.yml
Enchantments:
sharpness:
cumulative
: 5
1
: 0.5
2
: 2
3
: 4
4
: 6
5
: 8
protection:
cumulative
: 10
1
: 0.5
2
: 2
3
: 4
4
: 6
5
: 8
elite:
Shadow Assassin:
cumulative
: 5
1
: 2
2
: 5
3
: 10
4
: 15
5
: 24
Paladin-Armored:
cumulative
: 6
1
: 3
2
: 6
3
: 11
4
: 16
5
: 25
Insomnia:
cumulative
: 10
1
: 5
2
: 10
3
: 15
4
: 20
5
: 30