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 - 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. - Modded-Specific Configuration: Applies required settings like allow-flight=true and max-tick-time=180000, plus view-distance and simulation-distance presets scaled to player count and hardware. - Performance Tuning & Backups: Provides G1GC JVM arguments scaled to mod count and RAM, plus a cron-scheduled backup script with automatic pruning of old world archives. - Use Case: A user downloads an All The Mods 10 server pack and wants to host it for four friends on a home Linux machine. The Skill gathers preferences (seed, difficulty, online mode, RAM), installs Java 21, runs the installer with ATM10_INSTALL_ONLY, writes tuned configs, opens the firewall, and schedules hourly world backups. ## Quick Start Set up a modded Minecraft server from this server pack zip URL and configure it for four players with automated hourly backups.