npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

koishi-plugin-minecraft-sync-msg

v1.1.0

Published

一个简易socket通信实现mc消息互联

Downloads

171

Readme

koishi-plugin-minecraft-sync-msg

npm

使用详情查看 音铃的博客

注意
rcon并非完全跟控制台一样所有命令都会有反馈

CHANGELOG

v1.1.0

新增

  • 新增配置项,可以配置是否使用socket发送消息(关闭此项可以仅用RCON)

修复

  • 修复插件重载配置后进行多次连接的问题(每次处在都能重新连接socket啦)

v1.0.2

新增

  • 为了适配mc插件端新增token配置项,用于验证身份,如果你的插件版本还没更新,这个配置项可以留空

v1.0.0

修改

  • 开放消息发送前缀与命令发送前缀修改配置项
  • 转为正式版(ver 1.0.0, 出bug的概率小)

v0.3.0

修复

  • 修复机器人只能广播一次消息的问题,非常感谢开发群的各位大佬

修改

  • 将RCON密码配置项改为不看见格式

v0.2.1

修复

  • 加入配置项toGBK可以选择是否将消息转为GBK格式
  • 目前支持GBKUTF8两种格式接收mc服务器的聊天消息

v0.2.0

更新

  • 加入新的配置项chatOnly开启则只接收聊天消息
  • (如果你的chatSocketServer版本为v1.0.1)群友发送tps/TPS/服务器信息/server_info触发mc插件对应响应

修复

  • 修改了无响应无反馈,实际上是有相应的,只是没有反馈
  • 聊天前缀、命令前缀只能在对应频道(群聊)或者koishi沙盒触发

一点小建议

  • 由于RCON不像控制这么灵活,因此rcon发送的命令简易在前面加上插件名(父级) 示例:
    /tps ==> /spigot:tps
    /status ==> /cmi:cmi status

v0.1.2

修复

  • 修复超管不启用的小问题

v0.1.1

修改

  • 将replace改成replaceAll替换全局

v0.1.0

发布

插件发布啦!