# 12 - 📙 已知BUG、开发计划

## 已知BUG

| BUG描述                                                     | 插件版本         | 解决方案           |
| --------------------------------------------------------- | ------------ | -------------- |
| 玩家死亡事件判定小问题 (v2.4.1修复)                                    | 仅v2.4        | 更新到 v2.4.1     |
| ~~防刷分功能时间修改后不生效~~ (v2.4修复)                                | v2.0\~v2.3.1 | 更新到 v2.4.1     |
| ~~无法判定远程武器攻击~~ (v2.3.1 修复)                                | v2.0\~v2.3   | 更新到 v2.3.1 及以上 |
| <p><del>/pvpr reload 无法正确重载数据文件</del></p><p>(v2.3 修复)</p> | v2.0\~v2.2   | 更新到 v2.3 及以上   |
| ~~玩家点击背包后可能报错~~ (v2.2 修复)                                 | v2.0\~v2.1   | 更新到 v2.2 及以上   |

## 开发状态说明

⚪ = 还未开始开发；🟡 = 正在开发；🟠 = 开发即将完成 或 已完成但还未测试

✔️ = 开发完成并测试完成；❌ = 此功能被放弃开发

## 2.4 版本：

计划中...

<table data-header-hidden><thead><tr><th width="323">计划功能</th><th width="98">开发状态</th><th width="99">开发进度</th><th>完成时间</th></tr></thead><tbody><tr><td>计划功能</td><td>开发状态</td><td>开发进度</td><td>完成时间</td></tr><tr><td>完善 MySQL 功能</td><td>⚪</td><td>0%</td><td>-</td></tr><tr><td>完善击杀判定 (例如岩浆、TNT)</td><td>✔️</td><td>100%</td><td>2023/5/2 16:00</td></tr></tbody></table>


---

# 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://pvprdoc.jonjs.cn/12.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.
