moved available enchantments section above the example section authored by Phillip's avatar Phillip
...@@ -18,6 +18,11 @@ Type of enchantment to be applied to the specified item. ...@@ -18,6 +18,11 @@ Type of enchantment to be applied to the specified item.
**\<level>** **\<level>**
The level of the specified enchantment. The level of the specified enchantment.
Available Enchantments
----------------------
A list of available [enchantments](https://hub.spigotmc.org/javadocs/spigot/org/bukkit/enchantments/Enchantment.html) can be found on spigot javadocs
Example Example
------- -------
```yml ```yml
...@@ -27,11 +32,6 @@ lethal_pickaxe: ...@@ -27,11 +32,6 @@ lethal_pickaxe:
- DAMAGE_ALL:3 - DAMAGE_ALL:3
- KNOCKBACK:1 - KNOCKBACK:1
``` ```
Available Enchantments
----------------------
A list of available [enchantments](https://hub.spigotmc.org/javadocs/spigot/org/bukkit/enchantments/Enchantment.html) can be found on spigot javadocs
<!-- <!--
**ARROW\_DAMAGE** **ARROW\_DAMAGE**
... ...
......