
Force Stop
I don't know my version or loader
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
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.20.1, 1.20.2, 1.20.3
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
- Ships as forcestop-1.20.1-0.0.1-forge.jar — drop this file into the mods folder
- Download size: 64 KB
- Download link checked 14 Sept 2026 — working
These come from our own check of the pack file, not from the source page.