mirror of
https://github.com/jie65535/mirai-console-jcf-plugin.git
synced 2025-10-20 17:19:48 +08:00
09974aad9e9942f510faf61800bb21c14ee95f7b

- 实现订阅处理 SubscribeHandler - 消息处理中的 HTMLPattern 设为 public - 补充用户回复订阅的处理 - PluginMain 启用订阅
mirai-console-jcf-plugin
基于Mirai Console的Curseforge插件
请注意:本插件需要申请 Curseforge Api Key 才可使用!!
Introduction
允许用户通过QQ
对Curseforge网站进行搜索查询
现在支持搜索Minecraft
相关内容,可以通过命令搜索模组、整合包、资源包。
支持查看文件列表与其下载地址,单独查看文件的更新日志。
Usage
指令
- /jcf help # 查看帮助
- /jcf setApiKey # 设置Curseforge API Key
分类搜索命令(可配置)
- 搜索模组: cfmod <filter>
- 搜索整合包: cfpack <filter>
- 搜索资源包: cfres <filter>
- 搜索存档: cfword <filter>
- 搜索水桶服插件: cfbukkit <filter>
- 搜索附加: cfaddon <filter>
- 搜索定制: cfcustom <filter>
Screenshots
TODO List
- 搜索资源
- 搜索模组
- 搜索整合包
- 搜索资源包
搜索存档- 根据项目ID搜索
- 分页选择
- 获取介绍
- 获取文件列表
- 获取最新文件
- 获取文件的修改记录
- 获取文件下载地址
- 获取依赖的项目
- 模组更新订阅,更新时通知订阅者
- 设置代理
鸣谢
- Mirai 提供机器人平台
- Mirai Console 开放插件接入
Languages
Kotlin
100%