minecraft-modpack-server

Set up a modded Minecraft server from a CurseForge or Modrinth server pack zip.

1|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/eddielueng/hermes-agent-zh --skill minecraft-modpack-server-eddielueng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: minecraft-modpack-server
Source: https://github.com/eddielueng/hermes-agent-zh/tree/main/skills/gaming/minecraft-modpack-server
Command: npx skills add https://github.com/eddielueng/hermes-agent-zh --skill minecraft-modpack-server-eddielueng

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps users install and configure a modded Minecraft server from a single CurseForge/Modrinth server pack zip, so they can get from a download to a stable online world without missing critical mod loader, Java, firewall, and launch steps.

Core Features & Use Cases

  • Modpack installation from a server pack zip: Guides downloading/unzipping the pack and installing the correct NeoForge/Forge server components using pack-provided installers or scripts.
  • Correct environment setup: Selects the appropriate Java runtime for the Minecraft version and verifies installation before proceeding.
  • Server configuration + performance tuning: Sets key server.properties values (online mode, difficulty, LAN/profile enforcement, tick time) and tunes view/simulation distances plus JVM heap/G1GC settings based on mod count and expected players.
  • Operational hardening: Adds firewall rules, creates a reliable launch script, and provides an automated backup approach with pruning.

Quick Start

Tell the agent the modpack server zip URL, your Minecraft/modloader version target (NeoForge or Forge), your desired server name/MOTD, seed, online mode (true or false), expected player count, RAM allowance (or “auto”), and whether you want scheduled backups with how often.

Frequently Asked Questions about minecraft-modpack-server

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up a modded Minecraft server from a CurseForge or Modrinth zip?

Setting up a modded Minecraft server involves extracting the pack, installing the correct Java runtime, running NeoForge or Forge installers, accepting the EULA, and configuring server.properties before launching.

What's the best way to tune JVM heap and G1GC settings for a Minecraft modpack?

Tuning JVM heap and G1GC settings for a Minecraft modpack requires adjusting memory allocation based on your expected player count, available RAM, and mod count to ensure stable server performance.

Does this Minecraft server setup process handle NeoForge and Forge installation differently?

NeoForge and Forge installation is handled by inspecting pack-provided scripts and applying the correct installer flags or INSTALL_ONLY mode to ensure the proper mod loader version is configured.

How do I configure automated backups for a Minecraft modpack server?

Configuring automated backups for a Minecraft modpack server involves setting up a scheduled backup approach with pruning to manage disk space while preserving reliable world saves.

Can I use this modpack server configuration for both online multiplayer and LAN?

Yes, this modpack server configuration supports both online multiplayer and LAN by setting online mode, difficulty, and view distances in server.properties, alongside opening the required firewall ports.