Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/limbang/mirai-console-minecraft-plugin
基于 Mirai Console 编写的MC服务器状态查询插件
https://github.com/limbang/mirai-console-minecraft-plugin
docker minecraft minecraft-server mirai mirai-console mirai-plugin
Last synced: 3 months ago
JSON representation
基于 Mirai Console 编写的MC服务器状态查询插件
- Host: GitHub
- URL: https://github.com/limbang/mirai-console-minecraft-plugin
- Owner: limbang
- License: agpl-3.0
- Created: 2021-05-31T12:41:35.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2024-01-19T15:39:31.000Z (10 months ago)
- Last Synced: 2024-02-12T22:51:47.283Z (9 months ago)
- Topics: docker, minecraft, minecraft-server, mirai, mirai-console, mirai-plugin
- Language: Kotlin
- Homepage:
- Size: 1.03 MB
- Stars: 24
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mirai - limbang/mirai-console-minecraft-plugin
README
[![](https://img.shields.io/github/v/release/limbang/mirai-console-minecraft-plugin?include_prereleases)](https://github.com/limbang/mirai-console-minecraft-plugin/releases)
![](https://img.shields.io/github/downloads/limbang/mirai-console-minecraft-plugin/total)
[![](https://img.shields.io/github/license/limbang/mirai-console-minecraft-plugin)](https://github.com/limbang/mirai-console-minecraft-plugin/blob/master/LICENSE)
[![](https://img.shields.io/badge/mirai-2.16.0-69c1b9)](https://github.com/mamoe/mirai)本项目是基于 Mirai Console 编写的插件
用于 ping 服务器状态
戳一戳机器人头像可以获取帮助
可选前置插件[mirai-plugin-general-interface](https://github.com/limbang/mirai-plugin-general-interface)用来支持事件
## 命令
```shell
[port] # 添加服务器,端口默认 25565
/mc addServer
/mc deleteServer # 删除服务器
/mc setAllToImg # 设置All消息转换为图片功能是否启动
``````shell
# 设置触发指令
/mc setCommand
```
name 可设置如下
- PING `ping服务器`
- LIST `查询列表`
- PING_ALL `ping全部服务器`## 功能展示
戳一戳功能:
![](img/Screenshot_20220319_195629.jpg)直 ping 地址功能:
![](img/ABCBBD85-E183-41FE-BA3A-9D88853F43B3.png)ping 全部添加的服务器功能:
![](img/B12FD04B-B159-4D4A-BE62-EA39510D9106.png)