
ModsJava
GeyserAutoShutdown
A Geyser extension that automatically shuts down your Geyser server at a scheduled time using cron expressions.
⬇ Download on Modrinth⏰ GeyserAutoShutdown
⚠️ This extension is compatible only with Geyser STANDALONE. ⚠️
📋 Description
GeyserAutoShutdown is a handy Geyser extension that automatically shuts down your Geyser server at a scheduled time using cron expressions. Perfect for automating Geyser restarts via custom start scripts that handle restarting after shutdown.
- WARNING: This is NOT a Velocity/BungeeCord/Spigot plugin! This is a Geyser Extension.
- INSTALLATION: Place the jar file into your
Geyser-Standalone/extensionsfolder.
✨ Features
- ⏳ Scheduled server shutdown using cron syntax.
- 🔄 You can restart automatically Geyser via looped start scripts.
- ⚙️ Easy configuration with
config.yml. - 🔄 Compatible with Geyser Standalone setups.
⚙️ Configuration
# Set the shutdown time here using cron format (https://crontab.guru/)
# Default: shuts down daily at 3 AM
shutdown: "0 3 * * *"
💻 Example start scripts
(to automatically restart the server after shutdown)
Linux/Mac (start.sh)
#!/usr/bin/env sh
while true; do
java -Xmx1G -jar Geyser-Standalone.jar
echo "Server restarting..."
echo "Press CTRL + C to stop."
done
Windows (start.bat)
@echo off
:start
java -Xmx1G -jar Geyser-Standalone.jar
echo Server restarting...
echo Press CTRL + C to stop.
goto start
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.8, 1.8.1, 1.8.2
- 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.
Verified by MCModsHub
- Ships as GeyserAutoShutdown.jar — drop this file into the mods folder
- Download size: 678 KB
- Download link checked 21 Aug 2026 — working
These come from our own check of the pack file, not from the source page.