# 初次使用

插件将会在配置中生成如下的文件夹.

* ui: 储存你的转盘UI配置.
* item: 储存你的自定义物品.
* language: 储存语言文件.
* pack: 储存由插件自动生成的资源包.
* texture: 储存你的卡牌材质.

如果你对外框和图标材质不感兴趣，那么你不需要关注 pack 和 texture 文件夹.

## 自定义外框和图标材质:

如果你想要使用自定义外框和图标材质，请务必注意:

* 如果你的服务器尚未有资源包插件，那么你只需要将插件生成的资源包安装到游戏客户端中即可.
* ~~如果你的服务器有其他资源包插件，你需要合并这两个或多个资源包.~~
* 插件现已增加自动合并资源包功能，详见 `auto-copy-resourcepack` 选项。


---

# 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://spintowin.superiormc.cn/jian-ti-zhong-wen-2/general/chu-ci-shi-yong.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.
