
Scheduled Shutdown
Shut down a server in 10 minutes or 100 seconds, with a boss bar showing the countdown to all players.
📖About Scheduled Shutdown
NOTE: There are two known bugs with this mod: it crashes if loaded on the client, but having it only on the server means command completion doesn't work right.
Make sure players have a warning before an impending server shutdown!
This mod adds a /shutdown and /update command, with 3 subcommands. If no subcommand is specified, it is equivalent to /shutdown slow or /update slow.
These are the subcommands:
slow: Schedule a shutdown with a 10-minute countdown. Creates emptyminecraft.disablefile.quick: Schedule a shutdown with a 100-second countdown. Creates emptyminecraft.disablefile.cancel: Cancel a scheduled shutdown. Deletesminecraft.disablefile if it exists.
The /update variants will additionally create and delete an empty minecraft.needs-update file.
The minecraft.disable and minecraft.needs-update files can be useful for external tools that help manage your Minecraft server.
If all you want is to have a nice countdown, you can just ignore them. :)
I personally use them like this:
- the existence of
minecraft.disablewill pause auto-restart functionality. - the existence of
minecraft.needs-updatewill trigger an update of the server modpack. - my modpack includes Automodpack, so clients get updates when they next reconnect after an update.

