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, opening firewall ports, and scheduling world backups. This Skill walks through the entire process with tested commands and sensible defaults. ## Core Features & Use Cases - End-to-End Server Setup: Downloads and inspects the server pack zip, installs the matching Java version (8/17/21), runs the NeoForge or Forge installer, and accepts the EULA. - Performance Tuning: Provides G1GC JVM argument templates scaled to mod count and RAM, plus view-distance and simulation-distance presets based on player count and hardware. - Operations & Safety: Creates a clean launch script, opens port 25565 via ufw, and sets up hourly cron-based world backups with automatic pruning of old archives. - Use Case: A user downloads the ATM10 server pack and wants a server for six friends. The Skill installs Java 21, runs the installer with INSTALL_ONLY, configures 12-24GB heap with tuned G1GC flags, enables allow-flight for modded items, and schedules hourly backups. ## Quick Start Set up a modded Minecraft server from this CurseForge server pack zip, configure it for 6 players with 16GB of RAM, and enable hourly world backups.