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 commands and modded-specific settings. ## Core Features & Use Cases - Guided Server Pack Installation: Download, unzip, and install CurseForge/Modrinth server packs with the correct Java version (8, 17, or 21) matched to the Minecraft version. - Modded-Specific Configuration: Applies critical settings like allow-flight=true, max-tick-time=180000, and online-mode/enforce-secure-profile pairing that modded servers require. - Performance Tuning & Backups: Provides G1GC JVM arguments scaled to mod count and RAM, view-distance presets by player count, plus a cron-based world backup script with rotation. - 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, tunes 12-24GB JVM args, opens the firewall, and schedules hourly world backups. ## Quick Start Set up a modded Minecraft server on my Linux machine from this server pack zip URL and configure it for 6 players with hourly backups.