# 🔄Auto Copy Resource Pack

* Open `config.yml` file, and fine below contents:

```yaml
auto-copy-resourcepack:
  enabled: true
  # If you are using Oraxen, please change this to Oraxen.
  # Other plugins is OK, you just need put correct path in path option.
  plugin: "ItemsAdder"
  # If you are using Oraxen, please change this to "/pack/assets".
  path: "/contents/flipcard/resourcepack/"
```

* Please set `auto-copy-resourcepack.enabled` option to true.
* Please set `auto-copy-resourcepack.plugin` option to the resource pack you are using. Support **ALL** resource pack plugin.
* Please set auto-copy-resourcepack.path option to the directory for storing texture for this resource package plugin, for example:
  * ItemsAdder: `/contents/flipcard/resourcepack/`
  * Oraxen: `/pack/assets`


---

# 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://flipcard.superiormc.cn/features/auto-copy-resource-pack.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.
