{"id":80609,"date":"2026-06-04T18:26:54","date_gmt":"2026-06-04T15:26:54","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/hermesgod\/"},"modified":"2026-06-04T18:26:54","modified_gmt":"2026-06-04T15:26:54","slug":"hermesgod","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/hermesgod\/","title":{"rendered":"HermesGod"},"content":{"rendered":"<p># HermesGod<\/p>\n<p>**An omniscient AI deity inhabits your Minecraft world \u2014 it sees everything players do, pranks them dynamically, helps with resources, or just chats.**<\/p>\n<p>&#8212;<\/p>\n<p>## What is HermesGod?<\/p>\n<p>HermesGod is not a bot or an NPC. It&#8217;s a **world deity** \u2014 a real LLM-powered intelligence that perceives your entire Minecraft world and reacts through server commands. Talk to it. Piss it off. Ask for help. It will respond.<\/p>\n<p>It runs on any LLM you configure (OpenAI, Anthropic, MiniMax, DeepSeek, or any OpenAI-compatible API).<\/p>\n<p>&#8212;<\/p>\n<p>## How It Works<\/p>\n<p>HermesGod connects to an LLM API and feeds it the **full world state**: every player&#8217;s position, health, inventory, armor, biome, advancements, even velocity and light level. The AI thinks in natural language, then outputs JSON commands that get executed on the server.<\/p>\n<p>This means **every response is unique** \u2014 no scripts, no hardcoded pranks. The AI decides what to do on the fly.<\/p>\n<p>&#8212;<\/p>\n<p>## Modes<\/p>\n<p>### \ud83c\udf31 Eco Mode \u2014 Guardian<br \/>\nTalk to HermesGod in chat. Ask for gear, resources, mobs, or just chat. It can:<br \/>\n&#8211; Give you items and equipment<br \/>\n&#8211; Summon mobs for training<br \/>\n&#8211; Build structures around you<br \/>\n&#8211; Explain game mechanics<br \/>\n&#8211; Or just talk without doing anything<\/p>\n<p>> *&#8221;I need iron armor&#8221; \u2192 You get iron armor*<br \/>\n> *&#8221;Teach me PvP&#8221; \u2192 Tutorial + practice mobs appear*<br \/>\n> *&#8221;Just chat&#8221; \u2192 It talks, no commands executed*<\/p>\n<p>### \ud83d\udc7b Prank Mode \u2014 Trickster<br \/>\nThe AI silently pranks players with **dynamic difficulty** that scales with their progress:<\/p>\n<p>| Level | What Happens |<br \/>\n|&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| **1** | Creepy sounds, portal particles, flickering lights, disorienting teleports |<br \/>\n| **2** | Monster ambushes, item theft, negative effects, pumpkin head |<br \/>\n| **3** | Lava traps, obsidian prisons, evoker fangs, TNT, elite mobs |<br \/>\n| **4** | Withers, wardens, void drops, full invasions |<\/p>\n<p>Difficulty is calculated from days played, armor, advancements, and dimension. Speedrunners get escalated faster. Fresh spawns get gentle scares.<\/p>\n<p>The AI remembers what it did last (up to 10 actions) to avoid repeating itself.<\/p>\n<p>### Other Modes (In Development)<br \/>\nIn development&#8230;<\/p>\n<p>&#8212;<\/p>\n<p>## Commands<\/p>\n<p>| Command | What it does |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `\/hermesgod mode <eco\/prank\/disabled>` | Switch mode |<br \/>\n| `\/hermesgod chat <message>` | Talk to HermesGod from console |<br \/>\n| `\/hermesgod status` | See current mode, API status, last action |<br \/>\n| `\/hermesgod interval <seconds>` | Set fixed prank thinking interval (e.g. `interval 60` = every 60s). Set `0` to disable |<br \/>\n| `\/hermesgod interval <min> <max>` | Random interval between min and max seconds (e.g. `interval 30 90`) |<br \/>\n| `\/hermesgod api <key>` | Set your API key in-game |<br \/>\n| `\/hermesgod url <endpoint>` | Set API endpoint URL in-game |<br \/>\n| `\/hermesgod model <name>` | Set the LLM model name |<br \/>\n| `\/hermesgod maxtokens <count>` | Set max tokens per API call (1~32000) |<br \/>\n| `\/hermesgod reset` | Clear conversation history |<br \/>\n| `\/hermesgod config` | View all current settings |<br \/>\n| `\/hermesgod help` | Show all commands |<\/p>\n<p>&#8212;<\/p>\n<p>## Installation<\/p>\n<p>1. Install **Minecraft Forge 1.20.1**<br \/>\n2. Put the `.jar` in your `mods` folder<br \/>\n3. Launch the game \u2014 `config\/hermesgod.json` is created<br \/>\n4. Edit the config with your API key and endpoint:<\/p>\n<p>&#8220;`json<br \/>\n{<br \/>\n  &#8220;apiEndpoint&#8221;: &#8220;https:\/\/api.openai.com\/v1\/chat\/completions&#8221;,<br \/>\n  &#8220;apiKey&#8221;: &#8220;sk-your-key-here&#8221;,<br \/>\n  &#8220;modelName&#8221;: &#8220;gpt-4o-mini&#8221;,<br \/>\n  &#8220;currentMode&#8221;: &#8220;eco&#8221;<br \/>\n}<br \/>\n&#8220;`<\/p>\n<p>5. Restart and type `\/hermesgod help`<\/p>\n<p>Works on **single-player** and **dedicated servers** (server-side only \u2014 clients don&#8217;t need the mod).<\/p>\n<p>&#8212;<\/p>\n<p>## Configuration<\/p>\n<p>All settings in `config\/hermesgod.json`:<\/p>\n<p>| Setting | Default | Description |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `apiEndpoint` | `https:\/\/api.minimaxi.com\/v1\/chat\/completions` | OpenAI-compatible API |<br \/>\n| `apiKey` | `&#8221;&#8221;` | Your API key |<br \/>\n| `modelName` | `MiniMax-M2.7-highspeed` | LLM model |<br \/>\n| `currentMode` | `disabled` | Starting mode |<br \/>\n| `chatEnabled` | `true` | Allow chat interaction |<br \/>\n| `prankIntervalMin` | `30` | Min seconds between prank thoughts (0 = off) |<br \/>\n| `prankIntervalMax` | `30` | Max seconds between prank thoughts |<br \/>\n| `maxTokens` | `8000` | Max tokens per API call |<br \/>\n| `temperature` | `0.8` | AI creativity |<\/p>\n<p>&#8212;<\/p>\n<p>## Requirements<\/p>\n<p>&#8211; Minecraft **1.20.1** Forge **(47.3.0+)**<br \/>\n&#8211; Java 17+<br \/>\n&#8211; An API key for your chosen LLM provider<\/p>\n<p>&#8212;<\/p>\n<p>## API Costs<\/p>\n<p>HermesGod calls your LLM provider&#8217;s API. In Eco mode, only when a player sends a chat message. In Prank mode, every 30 seconds (configurable).<\/p>\n<p>Use lightweight models like `gpt-4o-mini` or `MiniMax-M2.7-highspeed` to keep costs low.<\/p>\n<p>&#8212;<\/p>\n<p>## FAQ<\/p>\n<p>**Q: Is this a hacked client?**<br \/>\nA: No. It&#8217;s a server-side mod that uses OP commands. It gives no unfair advantage to any player.<\/p>\n<p>**Q: Can I use it on my multiplayer server?**<br \/>\nA: Yes. Install on the server. Only one API key needed.<\/p>\n<p>**Q: Why isn&#8217;t the AI responding?**<br \/>\nA: Check your API key, endpoint, and internet. Errors are logged in `logs\/latest.log`.<\/p>\n<p>**Q: Can I add my own pranks?**<br \/>\nA: The prank system is prompt-driven. Edit `HermesBrain.java` to add custom trick descriptions.<\/p>\n<p>&#8212;<\/p>\n<p>**HermesGod watches. HermesGod waits. HermesGod decides.**<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A Forge mod that turns an LLM into a living world deity who can prank players, spawn mobs, build structures, and chat with you as if the server itself is alive.<\/p>\n","protected":false},"featured_media":80610,"template":"","meta":{"_minecraft_slug":"hermesgod","_minecraft_project_id":"pLM2ycFi","_minecraft_author":"BYD666-WQ","_minecraft_license":"Apache-2.0","_minecraft_downloads":13,"_minecraft_follows":0,"_minecraft_client_side":"optional","_minecraft_server_side":"optional","_minecraft_storage_type":"zip","_minecraft_archive_name":"hermesgod.zip","_minecraft_size_bytes":149676,"_minecraft_version_count":2,"_minecraft_updated_at":"2026-05-16T12:20:33.866939Z","_minecraft_date_created":"2026-05-12T06:22:41.313718Z","_minecraft_date_modified":"2026-05-06T07:01:44.651650Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/hermesgod","_minecraft_icon_attachment_id":80610,"_minecraft_imported_at":"2026-06-04T15:26:55+00:00","_minecraft_import_hash":"973e6b77ec3722111185fcdb82a9dbc0","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[104,89,126,90,92],"mod_loader":[106],"minecraft_version":[36],"class_list":["post-80609","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-forge","mod_category-game-mechanics","mod_category-management","mod_category-optimization","mod_category-utility","mod_loader-forge","minecraft_version-1-20-1"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>HermesGod - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/hermesgod\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"HermesGod - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A Forge mod that turns an LLM into a living world deity who can prank players, spawn mobs, build structures, and chat with you as if the server itself is alive.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/hermesgod\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/hermesgod\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/hermesgod\\\/\",\"name\":\"HermesGod - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/hermesgod\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/hermesgod\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/hermesgod-icon-c512a1721eab7d0552926dcc4434a014d4e64650_96.webp\",\"datePublished\":\"2026-06-04T15:26:54+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/hermesgod\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/hermesgod\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/hermesgod\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/hermesgod-icon-c512a1721eab7d0552926dcc4434a014d4e64650_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/hermesgod-icon-c512a1721eab7d0552926dcc4434a014d4e64650_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/hermesgod\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"HermesGod\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"HermesGod - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/hermesgod\/","og_locale":"en_US","og_type":"article","og_title":"HermesGod - Minecraft","og_description":"A Forge mod that turns an LLM into a living world deity who can prank players, spawn mobs, build structures, and chat with you as if the server itself is alive.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/hermesgod\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/hermesgod\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/hermesgod\/","name":"HermesGod - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/hermesgod\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/hermesgod\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/hermesgod-icon-c512a1721eab7d0552926dcc4434a014d4e64650_96.webp","datePublished":"2026-06-04T15:26:54+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/hermesgod\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/hermesgod\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/hermesgod\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/hermesgod-icon-c512a1721eab7d0552926dcc4434a014d4e64650_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/hermesgod-icon-c512a1721eab7d0552926dcc4434a014d4e64650_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/hermesgod\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"HermesGod"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/80609","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/80610"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=80609"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=80609"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=80609"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=80609"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}