The enchantments attribute is used to apply enchantments to items made
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.
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.
Syntax
Syntax
------
------
```
internal_itemname:
internal_itemname:
Id: <item>
Id: <item>
Enchantments:
Enchantments:
- <enchantment>:<level>
- <enchantment>:<level>
- <enchantment>:<level>
- <enchantment>:<level>
- ...
- ...
```
**<enchantment>**
**<enchantment>**
Type of enchantment to be applied to the specified item.
Type of enchantment to be applied to the specified item.
**<level>**
**<level>**
The level of the specified enchantment.
The level of the specified enchantment.
```
lethal_pickaxe:
lethal_pickaxe:
Id: diamond_pickaxe
Id: diamond_pickaxe
Enchantments:
Enchantments:
- DAMAGE_ALL:3
- DAMAGE_ALL:3
- KNOCKBACK:1
- KNOCKBACK:1
```
Available Enchantments
Available Enchantments
----------------------
----------------------
This is a list of all enchantments currently available in MythicMobs for
This is a list of all enchantments currently available in MythicMobs for
application on items.
application on items.
These use the Bukkit Enum for Enchantments, found here:
[These use the Bukkit Enum for Enchantments, found here.](https://hub.spigotmc.org/javadocs/spigot/org/bukkit/enchantments/Enchantment.html)