What problem does it solve? Setting up a modded Minecraft server involves many error-prone manual steps: installing the correct Java version, running the NeoForge/Forge installer, tuning JVM garbage collection flags, configuring server.properties for modded gameplay, and setting up backups. This Skill walks through the entire process with tested defaults. ## Core Features & Use Cases - End-to-End Server Setup: Downloads a server pack zip, installs the matching Java version, runs the mod loader installer, accepts the EULA, and generates a clean launch script. - Performance Tuning: Provides JVM arguments (G1GC flags) and view/simulation distance presets scaled to mod count, player count, and available RAM. - Automated Backups: Creates a cron-scheduled backup script that archives the world folder hourly and prunes old backups. - Use Case: A user downloads an All The Mods 10 server pack and wants to host it for friends on a Linux machine. The Skill installs Java 21, runs the installer with ATM10_INSTALL_ONLY, configures server.properties for modded play, and sets up hourly world backups. ## Quick Start Set up a modded Minecraft server on this machine from the server pack zip at this URL, with 12GB of RAM and hourly backups.