# Authme

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

## 如何在登陆后加载资源包

打开 **ItemsAdder** 的 **config.yml** 并禁用 `apply-on-join`。

```yaml
resource-pack:
  apply-on-join: false
```

打开 **Authme** 的 `commands.yml` ，并将 `onLogin` 修改为如下：

```yaml
onLogin:
  apply_pack:
    command: 'iatexture %p'
    executor: CONSOLE
```

{% hint style="warning" %}
确保配置文件中只有**一个onLogin设置**
{% endhint %}


---

# 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/chinese/compatibility-with-other-plugins/compatible/authme.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.
