✨ Minecraft_server_check_plugins for zhenxun_bot
English|简体中文
🤔 If you have any good functional suggestions, please put forward them in Issues
- IPv6 support
- Support for all platform adapters
- Support for all Unicode fonts and glyphs
- Motd-style rendering
- Support for double queries to interconnected servers
- Multilingual
- SRV support
- And more...
v1.25
- Put
mc_checkfolder inpluginsfolder or custom folder.
| Command | Parameter | Scope | Description |
|---|---|---|---|
mcheck |
[ip]:[port] or [ip] |
Private/Group Chat | Check Minecraft server status |
set_lang |
Language name | Private/Group Chat | Set the language used by the plugin for rendering images |
lang_now |
None | Private/Group Chat | View the current language used by the plugin for rendering images |
lang_list |
None | Private/Group Chat | View the list of languages supported by the plugin |
Querying an IPv6 server
mcheck [2001:db8:85a3::8a2e:370:7334]:25565 <- IPv6 server address and port, the port and colon can be omitted
or
mcheck [2001:db8:85a3::8a2e:370:7334] <- IPv6 server address
| Configuration Item | Required | Default Value | Description |
|---|---|---|---|
language |
False | zh-cn |
Languages used by the plugin to render images Available languages: [ zh-cn,zh-tw,en] |
type |
False | 0 |
The type of message the plugin sends (0 for HTML, 1 for text) |
| Type | Special Styles | Favicon | Colored underline/strikethrough | Full Unicode font support |
|---|---|---|---|---|
| Text | ❌ | ⭕ | ❌ | ⭕ |
| HTML | ⭕ | ⭕ | ⭕ | ⭕ |
pip install -r requirements.txt- minestat: A multi-platform Minecraft server query module.The main function of this plugin is to implement the magic change in this script.
- @tzdtwsj: For the project, suggestions for image rendering function, color rendering function and implementation ideas of interoperability query scheme are proposed.

