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, and configuring backups. This Skill walks through the entire process with tested defaults and common pitfall warnings. ## Core Features & Use Cases - Guided Server Pack Installation: Downloads and inspects CurseForge/Modrinth server packs, installs the correct Java version (8/17/21), and runs the NeoForge or Forge installer. - Performance Tuning: Generates JVM arguments (G1GC flags, RAM sizing by mod count) and scales view-distance/simulation-distance to player count and hardware. - Automated Backups: Creates a cron-scheduled backup script with rotation that archives the world folder hourly. - Use Case: A user downloads an All The Mods 10 server pack and wants a working server for 5 friends. The Skill asks for preferences (difficulty, online mode, RAM), installs Java 21, runs the installer with INSTALL_ONLY, writes tuned configs, opens the firewall, and sets up hourly backups. ## Quick Start Set up a modded Minecraft server from this server pack zip, ask me for my preferences first, then install Java, configure server.properties, tune the JVM, and enable hourly backups.