The enchantments attribute is used to apply enchantments to items made
using MythicMobs. Any of these can be put on any item and can exceed
natural enchantment-level limits set by Minecraft. Some enchantments may
not have any effects at all if put onto items that they weren't made
for.
The enchantments attribute is used to apply enchantments to items made using MythicMobs. Any of these can be put on any item and can exceed natural enchantment-level limits set by Minecraft. Some enchantments may not have any effects if put on items that they weren't made for.
Syntax
------
```
internal_itemname:
Id: <item>
Enchantments:
- <enchantment>:<level>
- <enchantment>:<level>
- ...
```
**<enchantment>**
Type of enchantment to be applied to the specified item.
**<level>**
The level of the specified enchantment.
```
lethal_pickaxe:
Id: diamond_pickaxe
Enchantments:
- DAMAGE_ALL:3
- KNOCKBACK:1
```
Available Enchantments
----------------------
This is a list of all enchantments currently available in MythicMobs for
application on items.
These use the Bukkit Enum for Enchantments, found here: