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 and common pitfalls. ## 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 and prunes old backups. - Use Case: A user downloads the ATM10 server pack and asks the agent to set it up on a Linux machine for 6 players — the agent gathers preferences, installs Java 21, configures the server, opens the firewall, and schedules hourly backups. ## Quick Start Set up a modded Minecraft server from this server pack zip on my Linux machine for about 6 players with hourly backups.