updated enchantments page authored by Phillip's avatar Phillip
Enchantments Enchantments
============ ============
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. 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 Syntax
------ ------
``` ```yml
internal_itemname: internal_itemname:
Id: <item> Id: <material>
Enchantments: Enchantments:
- <enchantment>:<level> - <enchantment>:<level>
- <enchantment>:<level> - <enchantment>:<level>
- ... - ...
``` ```
**&lt;enchantment&gt;** **\<enchantment>**
Type of enchantment to be applied to the specified item. Type of enchantment to be applied to the specified item.
**&lt;level&gt;** **\<level>**
The level of the specified enchantment. The level of the specified enchantment.
```
Example
-------
```yml
lethal_pickaxe: lethal_pickaxe:
Id: diamond_pickaxe Id: diamond_pickaxe
Enchantments: Enchantments:
...@@ -28,11 +33,10 @@ lethal_pickaxe: ...@@ -28,11 +33,10 @@ lethal_pickaxe:
Available Enchantments Available Enchantments
---------------------- ----------------------
This is a list of all enchantments currently available in MythicMobs for A list of available [enchantments](https://hub.spigotmc.org/javadocs/spigot/org/bukkit/enchantments/Enchantment.html) can be found on spigot javadocs
application on items.
[These use the Bukkit Enum for Enchantments, found here.](https://hub.spigotmc.org/javadocs/spigot/org/bukkit/enchantments/Enchantment.html)
<!--
**ARROW\_DAMAGE** **ARROW\_DAMAGE**
- "Power" - "Power"
...@@ -308,4 +312,6 @@ trident. ...@@ -308,4 +312,6 @@ trident.
- "Soul Speed" - "Soul Speed"
- Walk quicker on soul blocks. - Walk quicker on soul blocks.
- Vanilla Max: 3 - Vanilla Max: 3
\ No newline at end of file
-->
\ No newline at end of file