Installation command
!!MCDR plugin install kill_serverAuthor
Repository
Homepage
Synced at
...
Last update
...
Latest version
Total downloads
16
Back to catalogue
KillServer-v0.1.0.mcdr
Version
0.1.0
Date
February 17, 2026
Size
1.39 KiB
Downloads
7
MD5
2dde4daa92ccaaa4a2cd2157f3f3748cSHA256
298a0bcdcc705040412dcccb87fa5ec4031dfc1b5cd334223e5b9d83a7e2655dDependencies
MCDR Plugin Dependencies
| Plugin ID | Requirement |
|---|---|
| python | >=3.12 |
| mcdreforged | >=2.10 |
Python Package Requirements
| Python Package | Requirement |
|---|---|
| dowhen | |
| mcdreforged |
Python Package Installation Command
pip install dowhen mcdreforgedRelease notes
在关服卡死时强制关闭服务器
Warning
此插件使用 dowhen 模块实现, 可能不够稳定
介绍
对于下面的两种情况(实际可能还有更多适用的情况):
- Fabric 服务器卡死不关闭
pause命令诱发用户Ctrl+C操作,导致 MCDR 关闭与存档恢复冲突,最终致使存档损坏- #85),
本插件提供监听服务器关闭并且在这些情况下强制关闭服务器的功能, 给小白腐竹们提供一个简单且无脑的解决方案
配置
本插件只有一项配置: waiting_time
这个配置是等待服务器关闭的时间, 单位为秒, 默认为 60 秒
What's Changed
Full Changelog: https://github.com/xieyuen/MCDR-Plugins/compare/master...kill_server-v0.1.0