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 arranging backups. This Skill walks through the entire process with tested defaults. ## 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 G1GC arguments and view-distance/simulation-distance presets 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 archives. - Use Case: A user downloads an All The Mods 10 server pack and wants it running on a Linux VPS for six friends. The Skill installs Java 21, runs the installer with ATM10_INSTALL_ONLY, configures server.properties with allow-flight and extended tick timeouts, opens the firewall, and schedules hourly backups. ## Quick Start Set up a modded Minecraft server on this machine from my CurseForge server pack zip and configure it for six players with automated hourly backups.