Развёртывание сервера Minecraft с модпаками
★ 7.1 · general
minecraft-modpack-server is a Claude Code skill that sets up a dedicated modded Minecraft server from a CurseForge or Modrinth server pack on Linux and macOS. Before generating any configuration, it asks for preferences — server name/MOTD, seed, difficulty, game mode, online mode, expected player count, RAM allocation, and backup schedule — then proceeds through a structured setup: installs the correct Java version (8, 17, or 21 depending on the Minecraft version), runs the NeoForge or Forge installer, accepts the EULA, and writes a tuned server.properties with modded-critical settings like allow-flight=true and max-tick-time=180000. JVM arguments are scaled to mod count and player load (6–12 GB for 100–200 mods, 12–24 GB for 200–350+) using G1GC flags. The skill also opens port 25565 via ufw and configures an hourly cron backup that keeps the last 24 world archives — covering everything needed to run a private or public modpack server without manual config work.