Minecraft Web Manager
A secure web dashboard and live console for an MCDReforged-managed Minecraft server, with player, plugin, world and mod management.
management
Installation command
!!MCDR plugin install minecraft_web_managerAuthor
Repository
Synced at
...
Last update
...
Latest version
Total downloads
112
Back to catalogue
MinecraftWebManager-v1.2.3.mcdr
Version
1.2.3
Date
August 26, 2026
Size
101.97 KiB
Downloads
16
MD5
43d6fb87ab4e2d010cd7f5c79b2a7f9fSHA256
f9d40c3ea2ccad7b528df3a2cd6144351f68d4600e4be5f260705e5ce9a541b4Dependencies
MCDR Plugin Dependencies
| Plugin ID | Requirement |
|---|---|
| mcdreforged | >=2.15.0 |
Python Package Requirements
| Python Package | Requirement |
|---|---|
| fastapi | >=0.115,<1.0 |
| uvicorn[standard] | >=0.30,<1.0 |
| python-multipart | >=0.0.9,<1.0 |
| psutil | >=6.0,<8.0 |
| ruamel-yaml | >=0.17,<0.19 |
Python Package Installation Command
pip install "fastapi>=0.115,<1.0" "uvicorn[standard]>=0.30,<1.0" "python-multipart>=0.0.9,<1.0" "psutil>=6.0,<8.0" "ruamel-yaml>=0.17,<0.19"Release notes
优化
- 优化在线控制台命令提示功能,支持按当前单词前缀过滤候选,并支持 ↑、↓、Enter、Esc 操作。
- 修复未注册的 MCDR 指令无法正常转发到 Minecraft 服务端的问题。
- 修复网页控制台部分 ANSI 与 Minecraft 颜色代码无法正确显示的问题。
- 插件加载时自动获取的 help 内容仍用于建立补全索引,但不再刷屏显示在网页实时控制台中。