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: Download a server pack zip, install the matching Java version, run the mod loader installer, accept the EULA, and generate a clean launch script. - Performance Tuning: Provides JVM arguments (G1GC flags) and view/simulation distance presets scaled to player count, mod 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. The Skill installs Java 21, runs the installer with ATM10_INSTALL_ONLY, configures server.properties with allow-flight and online-mode settings, and sets up hourly world backups. ## Quick Start Set up a modded Minecraft server from this server pack zip URL and configure it for 6 players with hourly backups.