MiraiForum

    • Register
    • Login
    • Search
    • Popular
    • Recent
    • Unsolved
    • Tags
    • Groups
    • 友情链接
    1. Home
    2. Under-estimate
    • Profile
    • Following 0
    • Followers 1
    • Topics 6
    • Posts 30
    • Best 5
    • Controversial 0
    • Groups 1

    Under-estimate

    @Under-estimate

    摸鱼

    10
    Reputation
    54
    Profile views
    30
    Posts
    1
    Followers
    0
    Following
    Joined Last Online
    Website justzis.rthe.xyz

    Under-estimate Unfollow Follow
    摸鱼

    Best posts made by Under-estimate

    • RE: 发帖·互赞·刷声望

      我也来了:blush:

      posted in 摸鱼区
      Under-estimate
      Under-estimate
    • MiraiWiki - 群聊内问答插件

      MiraiWiki

      Github mirai maintain download
      插件特性:

      • 图形化交互界面。通过渲染图片的方式来展示问题列表和详细信息,避免大段的文字。
      • 功能齐全。提问、回答、上传图片、采纳回答、查看大图、删除问题/回答,必需的功能样样都有。
      • 部署方便。无需数据库,即插即用。

      详细命令用法见README。
      使用过程中有问题/建议?在这里提交issue。

      posted in 插件发布
      Under-estimate
      Under-estimate
    • RE: 【每日沙雕图】沙雕小别墅

      98c0e468-9a16-4fe5-ad65-cfd67ec7ce8b--7c96c386d6549142.jpg

      posted in 摸鱼区
      Under-estimate
      Under-estimate
    • MiraiMessageParser - 为所有类型的消息提供统一表示方式

      MiraiMessageParser

      Github mirai maintain download

      项目功能

      此项目是为了更方便的展示mirai中MessageEvent内容。对于任一种消息类型,通过解析后都将提取出以下内容:

      • 消息文本 以标识消息来源的字符串开头,后面是该消息的文字内容。
      • 图片 消息中所包含的图片,包括普通图片、闪照以及富文本消息中的图片,可能有多个。
      • 链接 消息中包含的合法链接,包括普通消息中符合链接的正则表达式的部分以及富文本消息中的跳转链接等。

      对于某些消息类型,解析出的内容可能还包含:

      • 音频 消息中所包含的音频,可以是语音或者分享的音乐。
      • 富文本消息类型 被解析的富文本消息类型(主要用于调试)

      这里是已经支持解析的富文本消息类型列表

      项目使用

      • 下载最新的jar文件
      • 将下载的jar文件添加为您的项目依赖
      • 确保您的项目中有以下依赖:
      dependencies {
          api('net.mamoe:mirai-core:2.4.1')
          implementation 'com.alibaba:fastjson:1.2.75'
          implementation 'org.slf4j:slf4j-simple:2.0.0-alpha1'
          implementation 'org.reflections:reflections:0.9.12'
      }
      
      • 使用MiraiMessageParser类来解析MessageEvent。

      注意事项

      此项目仍在开发中,使用过程中可能遇到还不支持的富文本消息类型,您可以在创建MiraiMessageParser的实例时传入一个有效的日志文件路径来记录解析失败或不支持的富文本消息,然后在创建issue时附带日志文件内容。如果您不需要日志,可以传入null。

      posted in 其他项目发布
      Under-estimate
      Under-estimate
    • RE: McMotd - 以图片的形式获取Minecraft服务器信息(现已支持彩色文字)

      @chenyang 并非插件自身的问题,请尝试更新mirai。如果更新之后仍然无法发送图片,则可能是风控原因。
      参考页面:
      https://github.com/mamoe/mirai/issues/1536
      https://github.com/mamoe/mirai/issues/1626
      https://github.com/mamoe/mirai/issues/1601

      4o4E created this issue in mamoe/mirai

      closed 图片上传显示成功,实际上并没有发出去 #1536

      leinlin created this issue in mamoe/mirai

      open 无法发送图片, 删除 bot 缓存后恢复正常,但是过了一阵子后又不可以了 #1626

      xingchenxuup created this issue in mamoe/mirai

      closed 群聊消息图片发送不出去,私聊可以,换了账号尝试仍是如此 #1601

      posted in 插件发布
      Under-estimate
      Under-estimate

    Latest posts made by Under-estimate

    • RE: 想通过mirai-console-intellij进行开发 但是插件没有地方下载了 求助

      试试这个https://plugins.jetbrains.com/plugin/15094-mirai-console

      posted in 开发交流
      Under-estimate
      Under-estimate
    • RE: McMotd - 以图片的形式获取Minecraft服务器信息(现已支持彩色文字)

      @sakuraMY 看起来只是连接MC服务器失败,请确认ping的服务器是否开启,以及机器人是否能够访问到服务器

      posted in 插件发布
      Under-estimate
      Under-estimate
    • RE: McMotd - 以图片的形式获取Minecraft服务器信息(现已支持彩色文字)

      @chenyang 并非插件自身的问题,请尝试更新mirai。如果更新之后仍然无法发送图片,则可能是风控原因。
      参考页面:
      https://github.com/mamoe/mirai/issues/1536
      https://github.com/mamoe/mirai/issues/1626
      https://github.com/mamoe/mirai/issues/1601

      4o4E created this issue in mamoe/mirai

      closed 图片上传显示成功,实际上并没有发出去 #1536

      leinlin created this issue in mamoe/mirai

      open 无法发送图片, 删除 bot 缓存后恢复正常,但是过了一阵子后又不可以了 #1626

      xingchenxuup created this issue in mamoe/mirai

      closed 群聊消息图片发送不出去,私聊可以,换了账号尝试仍是如此 #1601

      posted in 插件发布
      Under-estimate
      Under-estimate
    • RE: 开发小白找个插件/有人来逛逛俺的迈恩克拉夫特服务器吗

      @llt12213 是的,/perm grant m<QQ群号>.* org.zrnq.mcmotd:command.mcp可以仅授予群成员执行/mcp的权限。但如果之前已经授予过org.zrnq.mcmotd:*权限的话,需要先执行/perm remove m<QQ群号>.* org.zrnq.mcmotd:*撤销授权

      posted in 摸鱼区
      Under-estimate
      Under-estimate
    • RE: 开发小白找个插件/有人来逛逛俺的迈恩克拉夫特服务器吗

      @llt12213 有安装chat-command吗

      posted in 摸鱼区
      Under-estimate
      Under-estimate
    • RE: 开发小白找个插件/有人来逛逛俺的迈恩克拉夫特服务器吗

      @llt12213 目前仍需要输入指令来获取信息,但是可以加关键词触发的功能

      posted in 摸鱼区
      Under-estimate
      Under-estimate
    • RE: 开发小白找个插件/有人来逛逛俺的迈恩克拉夫特服务器吗

      @llt12213 现在已经支持绑定服务器地址到群聊了

      posted in 摸鱼区
      Under-estimate
      Under-estimate
    • RE: 开发小白找个插件/有人来逛逛俺的迈恩克拉夫特服务器吗

      也可以试试咱的https://mirai.mamoe.net/topic/976

      posted in 摸鱼区
      Under-estimate
      Under-estimate
    • RE: 【每日沙雕图】沙雕小别墅

      98c0e468-9a16-4fe5-ad65-cfd67ec7ce8b--7c96c386d6549142.jpg

      posted in 摸鱼区
      Under-estimate
      Under-estimate
    • RE: McMotd - 以图片的形式获取Minecraft服务器信息(现已支持彩色文字)

      @NNanfeng 感谢反馈,文档已更正

      posted in 插件发布
      Under-estimate
      Under-estimate