What problem does it solve? Setting up a modded Minecraft server involves many error-prone manual steps: installing the correct Java version, running the Forge or NeoForge installer, tuning JVM garbage collection flags, editing server.properties, opening firewall ports, and configuring backups. This Skill walks through the entire process with tested defaults and common pitfalls. ## Core Features & Use Cases - Server Pack Installation: Downloads and inspects CurseForge/Modrinth server pack zips, detects the mod loader type, and runs the installer without launching the server. - Performance Tuning: Provides JVM arguments (G1GC flags) and view/simulation distance settings scaled to mod count, player count, and available RAM. - Automated Backups: Creates a cron-scheduled tar.gz world backup script with automatic pruning of old backups. - Use Case: A user downloads the ATM10 server pack and wants a server for 5 friends. The Skill installs Java 21, runs the NeoForge installer, configures server.properties with allow-flight and extended tick timeout, allocates 12-24GB RAM, opens port 25565, and sets up hourly world backups. ## Quick Start Set up a modded Minecraft server from this server pack zip, ask me for my preferences on difficulty, player count, and RAM, then configure everything including backups.