> For the complete documentation index, see [llms.txt](https://economyexchange.superiormc.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://economyexchange.superiormc.cn/jian-ti-zhong-wen/huan-ying.md).

# 欢迎

## 信息

EconomyExchange 是一个经济兑换插件，它能让你的服务器中的各种类型的经济插件更好的接触对方。

## 功能

* 自定义语言。
* 创建无数多的兑换规则。
* 支持 MySQL 和 SQLite 数据库。
* 每个兑换规则有 6 个属性：
  * 要兑换的经济类型
  * 要兑换的数量
  * 要消耗的经济类型
  * 要消耗的数量
  * 玩家个人使用上限
  * 全服使用上限
* 支持 PlayerPoints、Vault、GamePoints、PlayerTitle（称号币）、EliteMobs（精英币）、PEconomy。
* 支持权限节点限制，只有拥有指定权限节点的玩家才能用对应兑换规则。
* 可以指定某些兑换节点无需权限节点。
* 定时重置使用上限数据。
* 指定兑换节点存在剩余使用次数下玩家进服可提示。
* 进服提示可自定义执行指令。
* 使用次数可通过指令快速恢复。
* 丰富的指令。
* 支持 Hex 色。

你可以将它用于：

* 最为传统的金币兑换点券，但是有全服使用上限，玩家需要抢着用！
* 通过权限节点限制，VIP 玩家有自己的兑换规则，或者 VIP 玩家有额外的使用次数。
* 抽奖箱抽取一键重置使用次数机会。


---

# 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:

```
GET https://economyexchange.superiormc.cn/jian-ti-zhong-wen/huan-ying.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.
