Installation command
!!MCDR plugin install just_kill_it
Author
Repository
Homepage
Synced at
...
Last update
...
Latest version
Total downloads
90
Back to catalogue
Just Kill It
Forces the server to stop when it fails to stop gracefully after a long period of time.
Configuration
Configuration file: config/just_kill_it/config.json
{
"stopping_pattern": "Stopping the server", // Regex (fullmatch) to determine if the server is stopping
"save_timeout": 120, // Timeout before the server is forcibly stopped if saving has not completed
"saved_pattern": ".*All dimensions are saved", // Regex (fullmatch) to determine if the server has finished saving
"exit_timeout": 10 // Timeout after saving has completed before the server is forcibly stopped
}
Introduction source: Plugin Catalogue introduction.md