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 and known 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 launch the server. - Performance Tuning: Provides JVM G1GC flags, RAM sizing rules based on mod count, and view/simulation distance presets scaled to player count and hardware. - Automated Backups: Includes a cron-based world backup script with rotation that keeps the 24 most recent archives. - Use Case: A user downloads an All The Mods 10 server pack and wants to host it for friends on a home Linux machine. The Skill installs Java 21, runs the installer with ATM10_INSTALL_ONLY, writes a tuned server.properties and launch script, opens the firewall port, and schedules hourly backups. ## Quick Start Set up a modded Minecraft server from this server pack zip URL and configure it for 4 players with hourly backups.