minecraft-modpack-server

Solid

Host modded Minecraft servers (CurseForge, Modrinth).

AI & Automation 191,515 stars 33299 forks Updated today MIT

Install

View on GitHub

Quality Score: 90/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Minecraft Modpack Server Setup ## When to use - User wants to set up a modded Minecraft server from a server pack zip - User needs help with NeoForge/Forge server configuration - User asks about Minecraft server performance tuning or backups ## Gather User Preferences First Before starting setup, ask the user for: - **Server name / MOTD** — what should it say in the server list? - **Seed** — specific seed or random? - **Difficulty** — peaceful / easy / normal / hard? - **Gamemode** — survival / creative / adventure? - **Online mode** — true (Mojang auth, legit accounts) or false (LAN/cracked friendly)? - **Player count** — how many players expected? (affects RAM & view distance tuning) - **RAM allocation** — or let agent decide based on mod count & available RAM? - **View distance / simulation distance** — or let agent pick based on player count & hardware? - **PvP** — on or off? - **Whitelist** — open server or whitelist only? - **Backups** — want automated backups? How often? Use sensible defaults if the user doesn't care, but always ask before generating the config. ## Steps ### 1. Download & Inspect the Pack ```bash mkdir -p ~/minecraft-server cd ~/minecraft-server wget -O serverpack.zip "<URL>" unzip -o serverpack.zip -d server ls server/ ``` Look for: `startserver.sh`, installer jar (neoforge/forge), `user_jvm_args.txt`, `mods/` folder. Check the script to determine: mod loader type, version, and required Java version. ### 2. Install Java - Minecraft 1.21+ → Jav...

Details

Author
NousResearch
Repository
NousResearch/hermes-agent
Created
10 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category