minecraft-modpack-server

Set up a modded Minecraft server from a server pack ZIP.

Updated May 15, 2026
One-click install
npx skills add https://github.com/cabezno/bmb-encover-agent --skill minecraft-modpack-server-cabezno
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: minecraft-modpack-server
Source: https://github.com/cabezno/bmb-encover-agent/tree/main/skills/gaming/minecraft-modpack-server
Command: npx skills add https://github.com/cabezno/bmb-encover-agent --skill minecraft-modpack-server-cabezno

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you host a modded Minecraft server from a modpack/server pack ZIP, handling the setup of Java, the correct mod loader installation, configuration, firewall access, launch scripting, and scheduled backups.

Core Features & Use Cases

  • Modpack installation workflow: Downloads and inspects the pack contents to determine loader type/version and required Java runtime, then installs the server components using the pack’s installer script or jar.
  • Server configuration for modded play: Guides you to set core server.properties values (MOTD, ports, online mode, difficulty, security/profile enforcement, tick time) and performance tuning (view distance/simulation distance) appropriate for your expected player count and hardware.
  • Operational hardening: Creates a launch script using the pack’s expected JVM args file, configures UFW firewall rules, and sets up automated world backups via cron with pruning.

Use case example: You have a server pack ZIP for NeoForge/Forge and want a public server that runs stably for 4–6 players, with correct online-mode/auth settings, tuned performance, and hourly automated backups.

Quick Start

Ask for help setting up your NeoForge/Forge modpack server by providing server name/MOTD, online mode, RAM target, player count, view/simulation preferences (or let the agent decide), and backup frequency.

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 server pack ZIP?

To set up a modded Minecraft server, the Skill inspects your server pack ZIP to determine the loader type and Java version, then installs the server components using the pack's installer script. It configures server.properties, JVM args, and firewall rules for reliable hosting.

What's the best way to configure NeoForge server provisioning for LAN or public hosting?

NeoForge server provisioning is configured by generating a deterministic launch script using the pack's expected JVM args file. The setup includes configuring server.properties values like MOTD, online mode, and difficulty, alongside UFW firewall rules for secure public or LAN access.

How does JVM tuning work for a Forge modpack server?

JVM tuning for a Forge modpack server applies performance guardrails based on your RAM target and expected player count. It adjusts view distance and simulation distance in server.properties to ensure stable operation for 4 to 6 players on your available hardware.

Can I automated backups for my modded Minecraft server?

Yes, automated backups are configured via cron with pruning for your modded Minecraft server. The setup generates deterministic backup routines that run hourly or at your preferred frequency to protect world data without consuming excessive disk space.

Do I need a specific Java version to run a modpack Minecraft server?

Yes, running a modpack Minecraft server requires the correct Java version mapped to your specific Minecraft version. The Skill handles this mapping automatically during the Java installation phase to ensure compatibility with your NeoForge or Forge modpack.

Why is my modded Minecraft server not working after extracting the server pack?

A modded Minecraft server might not work if the server pack installer script or jar was not executed correctly. This Skill resolves that by inspecting the pack contents, installing the correct mod loader, and generating a proper launch script with sensible performance guardrails.