Force Stop
No reviews yet
Ensure the server process Stop completely.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
Force Stop
Force Stop is a server-side utility mod for Minecraft designed to ensure that the server process fully exits after receiving ServerStoppedEvent.
In some cases, the main server flow has already ended and the event has already been fired, but the Java process still does not actually terminate due to lingering threads, unreleased resources, or other unexpected issues. In this situation, this mod will waits for a specified period of time and then forcibly terminates the process, preventing the server from getting stuck in a “stopped but not exited” state.
Features
- Listens for Forge's
ServerStoppedEvent - Starts a delayed shutdown routine after the event is fired
- Forcibly terminates the process if the server is still running after the configured delay
- Suitable for scenarios where the server must be guaranteed to exit after stopping
Configuration
The mod uses the following configuration file:
forcestop.toml
Notes
- This mod is a fallback solution for server shutdown, not a fix for the root cause
- If your server has threads that do not shut down properly or resource leaks, you should still investigate the actual source of the problem
- Forcibly terminating the process may interrupt unfinished background tasks, so the wait time should be configured carefully
Force Stop
Force Stop is a server-side utility mod for Minecraft designed to ensure that the server process fully exits after receiving ServerStoppedEvent.
In some cases, the main server flow has already ended and the event has already been fired, but the Java process still does not actually terminate due to lingering threads, unreleased resources, or other unexpected issues. In this situation, this mod will waits for a specified period of time and then forcibly terminates the process, preventing the server from getting stuck in a “stopped but not exited” state.
Features
- Listens for Forge's
ServerStoppedEvent - Starts a delayed shutdown routine after the event is fired
- Forcibly terminates the process if the server is still running after the configured delay
- Suitable for scenarios where the server must be guaranteed to exit after stopping
Configuration
The mod uses the following configuration file:
forcestop.toml
Notes
- This mod is a fallback solution for server shutdown, not a fix for the root cause
- If your server has threads that do not shut down properly or resource leaks, you should still investigate the actual source of the problem
- Forcibly terminating the process may interrupt unfinished background tasks, so the wait time should be configured carefully
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources