<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[ATBot - 一个集合了公告，反馈，主控，状态查询，数据查询，API获取，每日人品等杂乱功能插件]]></title><description><![CDATA[<p dir="auto">插件是基于**酷Q（Mirai-Native）**进行开发的<br />
这也是我写的第一个插件（好像</p>
<p dir="auto"><strong>编写语言</strong>：<code>易语言</code><br />
<strong>项目地址</strong>：<a href="https://github.com/XiaoXianHW/ATBot" target="_blank" rel="noopener noreferrer nofollow ugc">ATBot</a><br />
<strong>下载地址</strong>：<a href="https://github.com/XiaoXianHW/ATBot/releases/tag/1.2.0" target="_blank" rel="noopener noreferrer nofollow ugc">ATBot v1.2.0</a></p>
<p dir="auto">因为目前本人只会用易语言（Java和C++会点，但不多;w;）<br />
原本只是个人使用，但很多人都想自己去搭建使用，所以就开源了<br />
本插件会持续更新，除非真没时间会咕咕咕xD</p>
<p dir="auto">安装方法（可选原生Native或第三方的AnotherNative）：</p>
<ul>
<li>1.安装 <strong>Mirai-Native</strong>（这个应该就不用多说了吧？）</li>
<li>2.把插件放到<code>data\org.itxtech.mirainative\plugins</code></li>
<li>3.运行即可</li>
</ul>
<p dir="auto">目前插件的数据查询功能（<strong>v1.2.0</strong>）</p>
<ul>
<li><strong>1.Minecraft Server服务器普通状态查询</strong>（IP白名单系统）<br />
<code>/mcsping</code>- Minecraft Server查询菜单<br />
<code>/sv [IP] {端口}</code> - 默认25565端口（支持Java和BE）<br />
<strong>Minecraft Server服务器详细状态查询</strong>（Srv解析，Motd等）查询**<br />
<code>/mcping [IP:端口] java</code> - 获取Java服务器详细信息<br />
<code>/mcping [IP:端口] be</code> - 获取Bedrock服务器详细信息<br />
管理员命令：<br />
<code>atiplist</code> - 输出IP白名单列表<br />
<code>IP添加 [IP]</code> - 添加白名单IP</li>
<li><strong>2.域名Whois查询</strong><br />
<code>/whois [域名]</code></li>
<li><strong>3.HypixelBanned人数查询</strong>（Temp）<br />
<code>/hypban</code></li>
<li><strong>4.今日人品</strong>（BETA）<br />
<code>jrrp</code> - 获取今日的人品值（0-100）（可自定义内容）<br />
管理员命令：<br />
<code>jrrp clean</code> - 清理（重置）今日人品值</li>
</ul>
<p dir="auto">数据查询目前只有以上这么多，但不要忘了，这个插件以后会<strong>经常更新功能</strong>的 qwq</p>
<p dir="auto"><strong>对于ATBot的查询功能（v1.2.0）</strong></p>
<ul>
<li><strong>1.机器人状态查询</strong><br />
<code>/atinfo</code><br />
返回信息如下<br />
<code>系统版本</code><br />
<code>CPU/内存信息</code><br />
<code>CPU/内存占用率</code><br />
<code>机器人添加的好友数量</code><br />
<code>机器人添加的群聊数量</code><br />
<code>消息累计发送数量</code><br />
<code>消息累计接收数量</code><br />
<code>机器人正常运行时间</code></li>
<li><strong>2.好友请求/群聊邀请发送</strong><br />
当机器人收到<strong>好友添加请求/群聊邀请请求</strong><br />
会发送到后台设置的主人QQ</li>
<li><strong>3.群公告/私聊公告</strong><br />
<code>/群公告 [内容]</code> - 每隔3s发送一个群<br />
<code>/私聊公告 [内容]</code> - 每隔3s发送一个好友</li>
<li><strong>4.群反馈/私聊反馈</strong><br />
<code>/反馈 [内容]</code> - 会将反馈的信息和内容发送至主控设置的主人QQ</li>
</ul>
<p dir="auto">对于后台的辅助功能（v1.2.0）</p>
<ul>
<li>1.<strong>主人QQ填写</strong><br />
（返回一些管理员信息）</li>
<li>2.<strong>help菜单自定义</strong><br />
（指令和内容都可以自己编写）</li>
<li>3.<strong>群/私聊公告</strong><br />
（间隔3s发一个群/好友，尽量避免了检测，内容可自定义）</li>
<li>4.<strong>列出机器人所添加的好友/群聊列表</strong></li>
<li>5.<strong>数据查询功能的Debug调式</strong><br />
（当上面的数据查询出现错误时可进行诊断）</li>
<li>6.<strong>聊天记录log记录</strong><br />
（把聊天记录作为log的方式进行记录到文件夹里，并标注了日期/时间）</li>
</ul>
<p dir="auto">对于需要二次开发发布的可以将自己的信息写入<strong>About界面</strong>，<strong>但不要删除原来的信息</strong>！随后将二次修改的地址发送到这个<strong>帖子的评论区</strong>（<strong>因为我已经注意到一些人拿源码进行二次修改并且去掉原来的信息声称是自己写的，这种人我无力去解释，只能说这些全靠自觉吧</strong>）</p>
<p dir="auto"><strong>最后想说的一些话</strong>：<br />
如果你<strong>需要进行添加功能二次修改</strong>，在通知我的情况下如果有什么技术问题<strong>可以进行询问</strong>，我会<strong>尽力去回答和帮忙</strong>，毕竟我也是个<strong>开发小白</strong>，写的东西可能都有些类似于shit，包括可能有些人会特别抵制易语言，我不参与这些争论，也许以后我会尝试使用Java进行开发</p>
<p dir="auto">如果因为是<strong>第一次发帖</strong>，可能排版什么的会<strong>比较</strong>乱，如果有什么错误的地方<strong>麻烦请及时指正</strong>，我会进行修改完善qwq</p>
<p dir="auto">最后献上一些图:<br />
<strong>后台</strong>（v1.2.0）<br />
<img src="/assets/uploads/files/1667377671094-ht.png" alt="ht.png" class=" img-responsive img-markdown" /></p>
<p dir="auto"><strong>机器人数据获取</strong><br />
<img src="/assets/uploads/files/1663775534611-2l-7mpp-1a-a-96-k2jsn0l-tl.png" alt="2L(7MPP@1A$A`K2JSN0L~TL.png" class=" img-responsive img-markdown" /></p>
<p dir="auto"><strong>Minecraft服务器查询</strong><br />
<img src="/assets/uploads/files/1663775712870-sv.png" alt="sv.png" class=" img-responsive img-markdown" /></p>
<p dir="auto"><strong>Whois查询</strong><br />
<img src="/assets/uploads/files/1663775962233-whois.png" alt="whois.png" class=" img-responsive img-markdown" /></p>
<p dir="auto"><strong>HypixelBanned查询</strong><br />
<img src="/assets/uploads/files/1663776012428-hypban.png" alt="hypban.png" class=" img-responsive img-markdown" /></p>
<p dir="auto"><strong>好友请求/群聊邀请信息</strong><br />
<img src="/assets/uploads/files/1663776081949-yq.png" alt="yq.png" class=" img-responsive img-markdown" /></p>
]]></description><link>https://mirai.mamoe.net/topic/1629/atbot-一个集合了公告-反馈-主控-状态查询-数据查询-api获取-每日人品等杂乱功能插件</link><generator>RSS for Node</generator><lastBuildDate>Sun, 15 Mar 2026 17:09:20 GMT</lastBuildDate><atom:link href="https://mirai.mamoe.net/topic/1629.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 21 Sep 2022 16:02:03 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to ATBot - 一个集合了公告，反馈，主控，状态查询，数据查询，API获取，每日人品等杂乱功能插件 on Sun, 24 Mar 2024 08:24:00 GMT]]></title><description><![CDATA[<h1>A fatal error has been detected by the Java Runtime Environment:</h1>
<h1></h1>
<h1>EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x66b15fd6, pid=16012, tid=10244</h1>
<h1></h1>
<h1>JRE version: OpenJDK Runtime Environment Temurin-16.0.2+7 (16.0.2+7) (build 16.0.2+7)</h1>
<h1>Java VM: OpenJDK Client VM Temurin-16.0.2+7 (16.0.2+7, mixed mode, serial gc, windows-x86)</h1>
<h1>Problematic frame:</h1>
<h1>V  [jvm.dll+0x5fd6]</h1>
<h1></h1>
<h1>No core dump will be written. Minidumps are not enabled by default on client versions of Windows</h1>
<h1></h1>
<h1>An error report file with more information is saved as:</h1>
<h1>F:\MiraiBot\hs_err_pid16012.log</h1>
<h1></h1>
<h1>If you would like to submit a bug report, please visit:</h1>
<h1><a href="https://github.com/adoptium/adoptium-support/issues" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/adoptium/adoptium-support/issues</a></h1>
<h1></h1>
<p dir="auto">Process exited with 1</p>
]]></description><link>https://mirai.mamoe.net/post/27522</link><guid isPermaLink="true">https://mirai.mamoe.net/post/27522</guid><dc:creator><![CDATA[xuefeng]]></dc:creator><pubDate>Sun, 24 Mar 2024 08:24:00 GMT</pubDate></item><item><title><![CDATA[Reply to ATBot - 一个集合了公告，反馈，主控，状态查询，数据查询，API获取，每日人品等杂乱功能插件 on Tue, 13 Jun 2023 10:12:45 GMT]]></title><description><![CDATA[<p dir="auto">有人</p>
]]></description><link>https://mirai.mamoe.net/post/24505</link><guid isPermaLink="true">https://mirai.mamoe.net/post/24505</guid><dc:creator><![CDATA[卿云烂兮]]></dc:creator><pubDate>Tue, 13 Jun 2023 10:12:45 GMT</pubDate></item><item><title><![CDATA[Reply to ATBot - 一个集合了公告，反馈，主控，状态查询，数据查询，API获取，每日人品等杂乱功能插件 on Sun, 29 Jan 2023 10:48:44 GMT]]></title><description><![CDATA[<p dir="auto">有人</p>
]]></description><link>https://mirai.mamoe.net/post/21436</link><guid isPermaLink="true">https://mirai.mamoe.net/post/21436</guid><dc:creator><![CDATA[huasuxu]]></dc:creator><pubDate>Sun, 29 Jan 2023 10:48:44 GMT</pubDate></item><item><title><![CDATA[Reply to ATBot - 一个集合了公告，反馈，主控，状态查询，数据查询，API获取，每日人品等杂乱功能插件 on Sat, 28 Jan 2023 16:40:27 GMT]]></title><description><![CDATA[<p dir="auto">为什么没人咧）</p>
]]></description><link>https://mirai.mamoe.net/post/21415</link><guid isPermaLink="true">https://mirai.mamoe.net/post/21415</guid><dc:creator><![CDATA[2912358604]]></dc:creator><pubDate>Sat, 28 Jan 2023 16:40:27 GMT</pubDate></item></channel></rss>