> For the complete documentation index, see [llms.txt](https://itemsadder.devs.beer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://itemsadder.devs.beer/chinese/compatibility-with-other-plugins/compatible/advancedenchantments.md).

# AdvancedEnchantments

## [点此下载](https://www.spigotmc.org/resources/43058/)

## 如何使用附魔

{% hint style="info" %}
需要版本 4.0.2-beta-9 或以上.
{% endhint %}

这是一个用于 ItemsAdder 自定义物品附魔的示例配置.

```yaml
info:
  namespace: test
items:
  advanced_enchants_test:
    display_name: advanced_enchants_test
    resource:
      material: DIAMOND_SWORD
      generate: false
      model_path: minecraft:item/emerald
    enchants:
      - Beastslayer
      - Epicness
      - Immolation
```

{% hint style="warning" %}

### 警告

为了在 **ItemsAdder** 物品中启用 **AdvancedEnchantments** 的自定义附魔，你需要在 **ItemsAdder** 的 config.yml 中启用下方设置.

```yaml
advanced_enchantments:
  enable_custom_enchants_in_items_configs: true
```

该操作会导致另一个问题.\
你无法在 **AdvancedEnchantments** 的[Armor Set](https://ae.advancedplugins.net/configuration/armor-sets) 功能中使用自定义盔甲纹理, 这与他们接入我插件的方式有关.\
对此我无能为力.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://itemsadder.devs.beer/chinese/compatibility-with-other-plugins/compatible/advancedenchantments.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
