mirai-console 插件开发计划

Overview

Debug Helper

基于 Mirai Console 的RSS订阅插件

Release Downloads MiraiForum

机器人会在触发上线事件后向群聊发送上线卡片消息
有好友申请和加群申请时,会记录事件信息,并联系机器人所有者

指令

注意: 使用前请确保可以 在聊天环境执行指令
<...>中的是指令名,由空格隔开表示或,选择其中任一名称都可执行例如/send 12345 上线 6789
[...]表示参数,当[...]后面带?时表示参数可选
{...}表示连续的多个参数

DebugCommands

指令 描述
/<send-groups> [text] [atAll] 向所有群发送消息
/<send> [contact] [text] [at]? 向指定联系人发送消息
/<recall> 尝试撤回消息
/<group> 查看当前的群组
/<friend> 查看当前的好友
/<request> 查看申请列表
/<friend-request> [id] [black]? 接受好友申请
/<group-request> [id] 接受群申请
/<friend-delete> [friend] 删除好友
/<group-quit> [group] 退出群
/<gc> 主动触发 JVM GC

id 是事件id,可以通过 /request 查看
contact 和 at 这两个参数可以是 数字号码 也可以是 @XXX

权限

Online Exclude

ID: xyz.cssxsh.mirai.plugin.debug-helper:online.exclude
作用: 拥有此权限的群,不发送上线通知

配置

DebugOnlineConfig

  1. exclude 不开启上线信息的群号 (deprecated 1.0.1 移交权限系统管理)
  2. 逐个发送消息延时,单位秒,默认 10s (since 1.0.1)

DebugSetting

  1. owner 机器人所有者,同时也是好友申请和加群申请的联系人
You might also like...
This console based application calculates sales tax, import duty and provide a way to print the invoice

Sales Tax Problem This console based application calculates sales tax, import du

Gitversion - A native console application to calculate a version based on git commits and tags

GitCommit A native console application to calculate a version based on git commi

A console-based productivity app involving both To-Do Lists and Goal tracking

This is a console-based productivity app involving both To-Do Lists and Goal tracking. It allows users to create To-Dos, check them off, and filter the display between complete/incomplete items

An easy way to customize your log in Android,including output to console, writing log to file in high performance way and so on

EasyLog An easy way to customize your log in Android,including output to console, writing log to file in high performance way and so on. 1. Initializa

Kotter - aims to be a relatively thin, declarative, Kotlin-idiomatic API that provides useful functionality for writing delightful console applications.
Kotter - aims to be a relatively thin, declarative, Kotlin-idiomatic API that provides useful functionality for writing delightful console applications.

Kotter (a KOTlin TERminal library) aims to be a relatively thin, declarative, Kotlin-idiomatic API that provides useful functionality for writing delightful console applications.

Simple Design for Kotlin bridge with Javascript. Also can get javascript console.log.
Simple Design for Kotlin bridge with Javascript. Also can get javascript console.log.

SDBridgeJava is here. If your h5 partner confused about how to deal with iOS and Android. This Demo maybe help. bilibili video introduction is here. Y

A console-based game that helps you learn new words.

learn-language-game 📖 🤓 🔠 This is a simple console-based game which helps you learn new words each day. Prerequisites An API-KEY is required from R

This application provide purchase request service for Membership Console.

Purchase Request 概要 本プロジェクトはMembership Consoleの購入申請機能を提供します。 開発 開発環境 Java OpenJDK 17 Kotlin 1.7.10 Ktor 2.1.2 PostgreSQL 13 docker-compose ビルド方法 ビルドに成

Comments
  • 跪求大佬做一个进群审核功能

    跪求大佬做一个进群审核功能

    不知道大佬有没有时间给debug-helper加一个进群审核的功能 先简短描述一下:在机器人收到加群申请的留言或问答后,能通过某种匹配方式来匹配留言,匹配成功的就同意进群 这种机械的操作也更适合交给机器人去做,但是我没怎么找到类似的插件,只找到了这个ShrBox/GroupAdministrator,可惜只能运行在Mirai-console 0.5.2上

    然后说一下可能会在意的几个需求:

    1. 适应“发送验证消息”和“回答进群问题” 两种使用场景
    2. 匹配方式有精确、模糊或正则
    3. 匹配不成功的处理有多种选择:
      • 拒绝进群
      • 放置不管(交由其他管理员处理)
      • 通知拥有者进行处理

    如果能做的话就万分感谢了!

    opened by Echoosx 3
Releases(v1.3.5)
A Mirai console plugin that can provide osu!std players some appropriate beatmap (WIP)

OsuMapSuggester A mirai-console plugin that can provide osu!std players some appropriate beatmap. (WIP) Features It can analyze player's aim, speed an

StageGuard 29 Dec 14, 2022
一个简单的每日新闻速报/动画速报 mirai-console 插件

Mirai News Reporter 一个简单的每日新闻速报/番剧速报 mirai-console 插件 项目地址: https://github.com/LinHeLurking/mirai-news-reporter 功能 爬取知乎的一个每日新闻页面, 以图片形式分享. 向机器人说 "今日新闻

LinHe 56 Dec 25, 2022
A Mirai-Console Plugin

MuteGames 一个以 Mirai-Console 为基础开发并为了满足群友PVP需求和抖M需求开发的禁言游戏集合 开始使用 插件需要以 Mirai-Console 为基础,你可以下载 MCL 作为你的Mirai插件载入器 与此同时,本插件需要 Mirai 官方插件 chat-command 使

null 10 Dec 8, 2022
A QQ bot based on Mirai.

Chii A QQ bot based on Mirai. 个人使用, 仅供娱乐. Building from Source $ git clone https://github.com/MaxXSoft/Chii.git $ cd Chii $ gradle run License Copyri

MaxXing 5 Dec 17, 2021
McMotd - Mirai Plugin for fetching motd from minecraft servers

Mirai-wiki 基于mirai的Minecraft服务器信息查询插件 关于Linux运行环境 如果你正在使用Linux而不是Windows来运行Mirai

ZRnQ 25 Dec 31, 2022
Based on mirai, a fast simple bot for maimai DX

maimai-bot 一个基于 mirai 和 舞萌 DX 查分器 编写的 maimai DX QQ 机器人插件。

心水湛清 20 Dec 16, 2022
A mirai chatbot plugin based on OpenAI GPT-3 API

Mirai OpenAI GPT-3 ChatBot Plugin This is a Mirai ChatBot plugin based on OpenAI GPT-3 API. Installation Download the JAR file from https://github.com

std::_Rb_tree 33 Jan 31, 2023
Use an expanded notification as a makeshift Android log output console

NotificationLog Use an expanded notification as a makeshift Android log output console. https://vine.co/v/bFxhUAVjvrY The design goals of this project

Jeff Gilfelt 162 Nov 15, 2022
An experimental tool for building console UI in Kotlin using the Jetpack Compose compiler/runtime

An experimental tool for building console UI in Kotlin using the Jetpack Compose compiler/runtime

Jake Wharton 1.4k Dec 28, 2022
Console Weather App With Kotlin

ConsoleWeatherApp Описание Данный сервис позволяет получить текущее состояние погоды в выбранном городе. Использование Сервис может быть запущен со сл

Danil Medvedev 0 Jan 4, 2022