U
/u/Any_Letterhead3072
Guest
| ive been running a lot of fabric, neoforge, and vanilla servers and got tired of manually having to reopen the terminal after I stop them. AND DONT WANT TO LEARN DOCKER. so i made a little script. then another. then another. and then i realized i had a thing. so like any good dev i rewrote it in java. **What it does:** - Drop in your server folder, double-click. It’s designed to replace a ‘run.bat’ - Auto-updates Minecraft, your mod loader (Fabric/Quilt/Forge/Neoforge), and mods/plugins/datapacks from Modrinth - Only updates MC when a configured percentage supports the new version - Backs up before MC updates, verifies the server still starts, and rolls back if broken. (manual rollback is available too) - Auto-restarts on crash **What it doesn’t do:** - Update using Curseforge mods. It’s Modrinth only. - Back up your world (too big) Single JAR, 38KB, zero dependencies, just have the same java version minecraft uses [GitHub](https://github.com/worflor/minecraft-server-maintainer) It’s in beta - I’ve been using the core logic on my servers for a while but this Java rewrite is fresh. Works for me, might break for you. Back up first. let me know what you think submitted by /u/Any_Letterhead3072 [link] [comments] |
Continue reading...