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

koishi-plugin-minecraft-news

v1.0.1

Published

Minecraft 新版本与官方新闻推送插件

Readme

koishi-plugin-minecraft-news

Minecraft 新版本与官方新闻推送插件,支持自定义推送模板。

✨ 功能

  • 🎮 自动推送 Minecraft 正式版/快照版更新
  • 📰 自动推送 minecraft.net 官方新闻
  • ✏️ 完全可定制的推送模板
  • 🌏 支持时区配置
  • 👥 支持多群独立订阅

📦 安装

在 Koishi 控制台插件市场搜索 minecraft-news 安装,或:

npm install koishi-plugin-minecraft-news

🚀 使用

启用插件后,在群里使用以下指令:

| 指令 | 说明 |
|------|------|
| `mcnews.subscribe -a` | 订阅全部推送 |
| `mcnews.subscribe release` | 仅订阅正式版 |
| `mcnews.subscribe snapshot` | 仅订阅快照版 |
| `mcnews.subscribe news` | 仅订阅新闻 |
| `mcnews.unsubscribe -a` | 取消全部订阅 |
| `mcnews.status` | 查看本群订阅状态 |
| `mcnews.version` | 查询当前最新版本 |
| `mcnews.preview version` | 预览版本推送效果 |
| `mcnews.preview news` | 预览新闻推送效果 |
| `mcnews.check` | 手动触发检查(管理员) |

⚙️ 配置

基础配置 interval - 检查间隔(分钟),默认 5 pushRelease - 推送正式版更新 pushSnapshot - 推送快照版更新 pushNews - 推送官方新闻 timezone - 时区,默认 Asia/Shanghai versionDetailUrl - 版本详情链接模板 推送模板 支持以下变量:

版本模板:{version} {type} {time} {url}

新闻模板:{title} {category} {time} {description} {url} {image}

📜 License

MIT