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 or Forge installer, tuning JVM garbage collection flags, editing server.properties, opening firewall ports, and scheduling backups. This Skill walks through the entire process with tested commands and modded-specific configuration values. ## Core Features & Use Cases - Server Pack Installation: Downloads and unpacks CurseForge or Modrinth server packs, detects the mod loader type, and runs the installer in install-only mode. - 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. - JVM and Backup Automation: Provides G1GC-tuned JVM arguments scaled to mod count and creates a cron-scheduled world backup script with automatic pruning. - Use Case: A user downloads an All The Mods 10 server pack and wants to host it for five friends. The Skill installs Java 21, runs the pack installer, configures the server for survival hard mode with whitelist, allocates 12GB of RAM, opens port 25565, and sets up hourly world backups. ## Quick Start Set up a modded Minecraft server from this server pack zip URL and configure it for four players on survival hard mode with automated hourly backups.