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, editing server.properties, opening firewall ports, and configuring backups. This Skill walks through the entire process with tested defaults and known pitfalls. ## Core Features & Use Cases - End-to-End Server Pack Setup: Downloads and inspects server pack zips, installs the matching Java version (8/17/21), and runs the mod loader installer without launching. - Performance Tuning: Provides RAM allocation rules based on mod count, G1GC JVM arguments, and view/simulation distance presets scaled to player count and hardware. - Operations Automation: Creates a clean launch script, configures ufw firewall rules for port 25565, and sets up hourly cron-based world backups with automatic pruning. - Use Case: A user downloads an All The Mods 10 server pack and wants to host it for friends. The Skill gathers preferences (seed, difficulty, online mode, RAM), installs Java 21, runs the installer with ATM10_INSTALL_ONLY, writes tuned configs, and leaves a running server with hourly backups. ## Quick Start Set up a modded Minecraft server from this server pack zip URL and configure it for 4 players with automated hourly backups.