Skip to main content

A vanilla-style, beautiful and efficient Minecraft server status query plugin

Project description

logo

✨ nonebot-plugin-mcserver-status-check ✨

LICENSE pypi python

📖 介绍

  • 支持同时查询多个服务器。
  • 生成美观的状态卡片图片。
  • 显示服务器图标 (Favicon)。
  • 解析并渲染 Minecraft 颜色代码 (MOTD)。
  • 详细的延迟测试(预热、多次测试取平均值、去极值)。
  • 可配置的字体和显示选项。

🎨 效果图

效果图

💿 安装

使用 nb-cli 安装 在 nonebot2 项目的根目录下打开命令行, 输入以下指令即可安装
nb plugin install nonebot-plugin-mcserver-status-check --upgrade

使用 pypi 源安装

nb plugin install nonebot-plugin-mcserver-status-check --upgrade -i "https://pypi.org/simple"

使用清华源安装

nb plugin install nonebot-plugin-mcserver-status-check --upgrade -i "https://pypi.tuna.tsinghua.edu.cn/simple"
使用包管理器安装 在 nonebot2 项目的插件目录下, 打开命令行, 根据你使用的包管理器, 输入相应的安装命令
uv
uv add nonebot-plugin-mcserver-status-check

安装仓库 master 分支

uv add git+https://github.com/leiuary/nonebot-plugin-mcserver-status-check@master
pdm
pdm add nonebot-plugin-mcserver-status-check

安装仓库 master 分支

pdm add git+https://github.com/leiuary/nonebot-plugin-mcserver-status-check@master
poetry
poetry add nonebot-plugin-mcserver-status-check

安装仓库 master 分支

poetry add git+https://github.com/leiuary/nonebot-plugin-mcserver-status-check@master

打开 nonebot2 项目根目录下的 pyproject.toml 文件, 在 [tool.nonebot] 部分追加写入

plugins = ["nonebot_plugin_mcserver_status_check"]
使用 nbr 安装(使用 uv 管理依赖可用)

nbr 是一个基于 uv 的 nb-cli,可以方便地管理 nonebot2

nbr plugin install nonebot-plugin-mcserver-status-check

使用 pypi 源安装

nbr plugin install nonebot-plugin-mcserver-status-check -i "https://pypi.org/simple"

使用清华源安装

nbr plugin install nonebot-plugin-mcserver-status-check -i "https://pypi.tuna.tsinghua.edu.cn/simple"

⚙️ 配置

在 nonebot2 项目的.env文件中添加下表中的配置

# 服务器列表
MSC_SERVER_LIST='[]'

# 延迟测试间隔(秒)
MSC_LATENCY_INTERVAL=0.1

# 延迟测试预热次数
MSC_LATENCY_WARMUP=2

# 延迟测试次数
MSC_LATENCY_COUNT=3

# 是否去极值
# true: 去掉最大最小,取平均 (默认,次数自动加二)
# false: 不去极值,直接取平均
# "best": 最低延迟优先 (适用于校园网等多运营商宽带聚合环境,此时建议调高测试次数)
MSC_LATENCY_TRIM=true

# 是否在控制台显示详细信息
MSC_SHOW_TIMING_DETAILS=false

# 字体文件
MSC_FONT_PATH="minecraft.ttf"

# 触发指令列表
MSC_COMMAND_TRIGGERS=["查服"]

# 是否在列表模式显示玩家名单
MSC_SHOW_PLAYER_LIST=false

服务器列表配置示例

MSC_SERVER_LIST='[
  {"address": "mc.hypixel.net", "alias": "Hypixel"},
  {"address": "play.example.com"}
]'

🎉 使用

指令列表

  • 查服
    • 查询所有配置的服务器状态,生成汇总图片。
  • 查服 [IP/别名]
    • 单独查询指定服务器的状态。
  • 查服列表
    • 查看当前配置的服务器列表及别名。

💡 特性

  • 🎨 原版风格:完美还原 Minecraft 游戏内的服务器列表显示效果。
  • 高效并发:支持多服务器并行查询,速度飞快。
  • 📊 精准延迟:内置预热和去极值算法,提供最真实的延迟数据。
  • 📝 颜色支持:完整支持 Minecraft 样式代码 (§) 和 JSON 格式 MOTD。
  • 🖼️ 图标显示:自动获取并显示服务器 Favicon。
  • 👥 玩家列表:支持显示在线玩家列表(需服务器开启相关功能)。

📝 TODO

  • 支持不同群聊存放不同列表。
  • 支持基岩版服务器查询.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nonebot_plugin_mcserver_status_check-0.1.8.tar.gz (3.0 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file nonebot_plugin_mcserver_status_check-0.1.8.tar.gz.

File metadata

File hashes

Hashes for nonebot_plugin_mcserver_status_check-0.1.8.tar.gz
Algorithm Hash digest
SHA256 d710c2c1fa5b050c36e60f29458a481b5c8d475b56cf697c06f57d30f32b4db7
MD5 4702c7af40a95e59b9e3166a6769da06
BLAKE2b-256 23d86e93ca85260e37baaf8999bc2dbc4018142f24f00d814c7c66f3a9d2b22e

See more details on using hashes here.

File details

Details for the file nonebot_plugin_mcserver_status_check-0.1.8-py3-none-any.whl.

File metadata

File hashes

Hashes for nonebot_plugin_mcserver_status_check-0.1.8-py3-none-any.whl
Algorithm Hash digest
SHA256 c6b6b42ac36f484eeb88718e8772be3f201250cbf86e6dc4cb6248d501879379
MD5 573a81eb7d2e2f26a7af2e3696ec55bc
BLAKE2b-256 65e6ce605210666f3f2a7dd079c195bda3f051e445e72fde53ea73a27dbd06fa

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page