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 🙏

© 2026 – Pkg Stats / Ryan Hefner

karin-plugin-mc-rcon

v1.13.0

Published

karin-plugin 连接群聊和mc服务器,可查询服务器状态。管理员可通过 rcon 命令管理服务器。

Downloads

80

Readme

karin-plugin-mc-rcon

karin 插件,使用 ts 开发。 需要搭配 karin 使用。

安装

  1. 安装该插件
    • 包管理器 可以通过 pnpm add karin-plugin-mc-rcon@latest -w 安装
    • 使用编译产物 可以 clone 该仓库的 build 分支 git clone --depth=1 -b build https://github.com/jacksixth/karin-plugin-mc-rcon.git ./plugins/karin-plugin-mc-rcon/,然后通过运行 pnpm install --filter=karin-plugin-mc-rcon 安装
  2. 运行 npx karin .
  3. 在 karin web 界面的插件页签中配置该插件
  4. 保存配置后即可使用

功能

所有需要 rcon 的命令均只支持 java 版我的世界 且服务器需开启 rcon 功能

| 命令语法 | 功能描述 | 状态 | | ------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---- | | #motd <host>:<port> <br> #motd <host> <port> | 查询 Minecraft 服务器状态(支持 Java/基岩版) | ✅ | | #(server add\|添加服务器) <host> <port> <rconPort> <password> <serverAlias> | 添加服务器(需管理员私聊操作) | ✅ | | #(server remove\|删除服务器) <serverAlias> | 删除服务器(需管理员私聊操作) | ✅ | | #(server list\|服务器状态) | 列出所有服务器信息(伪造转发消息防刷屏)<br> - 别名/地址 <br> - 服务器图标 <br> - 描述 <br> - 服务器版本 <br> - 在线人数 <br> - 玩家列表 | ✅ | | #(server info\|服务器信息) <serverAlias> | 查看单个服务器详情 | ✅ | | #(server wlon\|开启白名单) <serverAlias> | 开启服务器白名单(管理员专属) | ✅ | | #(server wloff\|关闭白名单) <serverAlias> | 关闭服务器白名单(管理员专属) | ✅ | | #(server wllist\|白名单列表) <serverAlias> | 查看服务器白名单(管理员专属) | ✅ | | #(rcon\|发送命令) <serverAlias\|ALL> <commend> | 向单个/所有服务器发送 RCON 命令(管理员专属) | ✅ | | #(bind\|绑定\|注册) <nickName> | 绑定 QQ 号与游戏昵称 | ✅ | | #(unbind\|解绑\|注销) | 解绑游戏昵称 | ✅ | | #(unbind\|解绑\|注销) <QQNo> | 解绑 QQ 号对应游戏昵称(管理员专属) | ✅ | | #(ban\|封禁) <QQNo> | 封禁玩家(无法使用机器人功能并且将其绑定昵称在所有服务器中 ban 掉)(管理员专属) | ✅ | | #(unban\|解封) <QQNo> | 解除封禁玩家(管理员专属) | ✅ | | #(apply\|申请) <serverAlias> | 申请加入服务器白名单 | ✅ | | #(revoke\|取消白名单) <QQNo> <serverAlias> | 撤销服务器白名单权限(管理员专属) | ✅ | | | 退群清除 QQ 号绑定游戏昵称及加入各服务器黑名单 | ✅ | | | 入群欢迎,提示重新入群的人无法进入服务器需要联系管理员清除服务器黑名单 | ✅ | | | 定时任务-保存服务器内正在游玩的玩家名至数据库 | 🚧 | | #render <serverAlias> | 渲染服务器近 7 天玩家数折线图 | 🚧 | | #(help\|帮助) | 查看本插件所有命令 | ✅ |