# ExcellentEnchants

[Download here](https://www.spigotmc.org/resources/goldenenchants-%E2%80%A2-more-vanilla-like-enchantments-1-14-1-16.61693/)

(previously known as **GoldenEnchants**)

## How to use enchants

This is an example configuration for an ItemsAdder custom item enchant.

{% hint style="warning" %}
Warning: enchants won't be shown on the item lore, it's a "bug" of the other plugin.

<mark style="color:green;">The effect will still work!</mark>

So you should write the lore on your own.
{% endhint %}

```yaml
  ruby_pickaxe:
    display_name: display-name-ruby_pickaxe
    permission: ruby_pickaxe
    resource:
      material: DIAMOND_PICKAXE
      generate: true
      textures:
      - item/ruby_pickaxe.png
    enchants:
    - tunnel:1
```

In this case I set `tunnel` enchant with level 1.

You might have to also specify the namespace of the enchant. It should be `excellentenchants`.\
So for example: `excellentenchants:tunnel:1`.

Refer to the plugin tutorials:

{% embed url="<https://nightexpressdev.com/excellentenchants/>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://itemsadder.devs.beer/compatibility-with-other-plugins/compatible/excellentenchants.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
