Metadata-Version: 2.4
Name: endstone-qqsync-lite-plugin
Version: 0.0.1
Summary: Endstone QQsync群服互通插件 - 轻量版
Project-URL: Homepage, https://github.com/yuexps/endstone-qqsync-lite-plugin
Author-email: yuexps <yuexps@qq.com>
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# endstone-qqsync-lite-plugin

Endstone QQsync群服互通插件 - 轻量版

## 安装

通过 `pip` 或 手动安装到 `~/plugins`

```bash
pip install endstone-qqsync-lite-plugin --upgrade
```

## 功能

- 支持游戏聊天与 QQ 群聊天双向同步。
- 支持进服/退服消息同步。
- 支持玩家死亡消息同步。
- 提供外部 API 发送消息接口。

## API 接口

需在 `config.json` 中设置 `"api_qq_enable": true`。调用示例：
```python
server.plugin_manager.get_plugin("qqsync-lite-plugin").api_send_message("消息")
```
