Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/limbang/mirai-console-mcmod-plugin
基于 Mirai Console 编写的MC百科搜索插件
https://github.com/limbang/mirai-console-mcmod-plugin
mcmod minecraft mirai mirai-console mirai-plugin
Last synced: 3 months ago
JSON representation
基于 Mirai Console 编写的MC百科搜索插件
- Host: GitHub
- URL: https://github.com/limbang/mirai-console-mcmod-plugin
- Owner: limbang
- License: agpl-3.0
- Created: 2021-05-24T11:44:04.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2024-03-24T10:04:04.000Z (8 months ago)
- Last Synced: 2024-03-24T11:22:42.405Z (8 months ago)
- Topics: mcmod, minecraft, mirai, mirai-console, mirai-plugin
- Language: Kotlin
- Homepage:
- Size: 1.63 MB
- Stars: 37
- Watchers: 4
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mirai - limbang/mirai-console-mcmod-plugin
README
[![](https://img.shields.io/github/v/release/limbang/mirai-console-mcmod-plugin?include_prereleases)](https://github.com/limbang/mirai-console-mcmod-plugin/releases)
![](https://img.shields.io/github/downloads/limbang/mirai-console-mcmod-plugin/total)
[![](https://img.shields.io/github/license/limbang/mirai-console-mcmod-plugin)](https://github.com/limbang/mirai-console-mcmod-plugin/blob/master/LICENSE)
[![](https://img.shields.io/badge/mirai-2.14.0-69c1b9)](https://github.com/mamoe/mirai)本项目是基于 Mirai Console 编写的插件
所有数据均来源于MC百科
戳一戳机器人头像可以获取帮助
## 指令
```shell
/mcmod setConfig [enabled] # 配置消息回复功能
/mcmod setGroupConfig [groupId] # 配置具体群消息回复功能
/mcmod setQueryCommand # 配置查询指令
```
设置指定群启动消息回复两种方法:
- 1.在需要的群发送 `/mcmod setGroupConfig true` 开启
- 2.在控制台或对机器人发送 `/mcmod setGroupConfig true qq群号码` 开启`kind`有如下类型: 如设置群消息回复 `/mcmod setConfig GROUP true`
- `GROUP`:群消息
- `FRIEND`:好友消息
- `TEMP`:临时消息
- `STRANGER`:陌生人消息`type`有如下类型: 如设置查询物品命令 `/mcmod setQueryCommand ITEM ssi`
- [ ] `ALL`:全部
- [x] `MODULE_PACKAGE`:整合包
- [x] `MODULE`:模组
- [x] `ITEM`:物品
- [x] `COURSE`:教程
- [ ] `AUTHOR`:作者
- [ ] `USER`:用户
- [ ] `COMMUNITY`:社群
- [x] `SERVER`:服务器默认命令:
```shell
MODULE = ssm
ITEM = ssi
COURSE = ssc
MODULE_PACKAGE = ssp
SERVER = sss
```其他配置直接更改配置文件:
路径:`config/top.limbang.mcmod/mcmod.yml`
```yaml
# 是否启用戳一戳回复功能 true:启用 false:禁用
isNudgeEnabled: true
# 是否启用显示原Url功能,默认不启用 true:启用 false:禁用
isShowOriginalUrlEnabled: false
# 是否启用模组显示相关链接功能,默认不启用 true:启用 false:禁用
isShowRelatedLinksEnabled: false
# 是否启用模组显示支持版本功能,默认不启用 true:启用 false:禁用
isShowSupportedVersionEnabled: false
# 是否启用多次选择功能可以多次选择搜索的结果,默认不启用 true:启用 false:禁用
isMultipleSelectEnabled: false
# 每页显示多少条目,默认为 6
pageSize: 6
```----
## 功能展示
搜索物品:
![](img/B20C9F4A-6CAF-4FCB-92C1-11E3A7C021EA.png)
![](img/D687E8FB-91E1-437F-B59A-7CC5F9AD6980.png)
搜索模组:
![](img/BAE5BD9C-7501-4C26-A341-9201FFAB4569.png)
搜索服务器:
![](img/44367C05-88B3-4D35-8AEA-2F2BC410DA2F.png)
搜索教程:
![](img/29057244-DADE-49F3-B6DF-FCAB53531C14.png)
搜索整合包:
![](img/A19BCA32-8E31-4637-AD27-42A0C5ED1695.png)