ServerStop (Fabric/Quilt) - Automatic Server Shutdown
ServerStop is a compact Minecraft server-side mod that enables automatic server shutdown at specified times on particular days. This functionality is especially useful for regular maintenance, scheduled backups, or setting time restrictions for players.
Key Features
- Automatic server shutdown at specified hours, minutes, and seconds
- Built-in update checking system
- Command to cancel scheduled shutdown
- Option to prevent shutdown when players are online
- Ability to configure multiple shutdowns per day
- Support for 33 languages, including various English variants
System Requirements
ServerStop requires Fabric API to be installed. The mod works exclusively on the server side - installation on the client will have no effect.
Default Configuration
{
"serverLang": "es_en",
"stopWhenPlayersOnline": true,
"disableUpdateCheck": false,
"enableMonday": true,
"mondayHour": [
12
],
"mondayMinute": [
0
],
"enableTuesday": true,
"tuesdayHour": [
12
],
"tuesdayMinute": [
0
],
"enableWednesday": true,
"wednesdayHour": [
12
],
"wednesdayMinute": [
0
],
"enableThursday": true,
"thursdayHour": [
12
],
"thursdayMinute": [
0
],
"enableFriday": true,
"fridayHour": [
12
],
"fridayMinute": [
0
],
"enableSaturday": true,
"saturdayHour": [
12
],
"saturdayMinute": [
0
],
"enableSunday": true,
"sundayHour": [
12
],
"sundayMinute": [
0
]
}
Supported Versions
The mod supports all current Minecraft versions starting from 1.14. The developer plans to update ServerStop for compatibility with new versions as they are released.
Licensing
ServerStop can be freely used in modpacks provided that developer coolsim is credited. Redistribution of the mod in any form is prohibited.