{"id":137532,"date":"2026-06-08T06:08:38","date_gmt":"2026-06-08T03:08:38","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/serverchan\/"},"modified":"2026-06-08T06:08:38","modified_gmt":"2026-06-08T03:08:38","slug":"serverchan","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/serverchan\/","title":{"rendered":"ServerChan"},"content":{"rendered":"<p># ServerChan<\/p>\n<p>![Server Tests](https:\/\/github.com\/himekifee\/ServerChan\/actions\/workflows\/server-test.yml)<br \/>\n![License: GPL v3](https:\/\/www.gnu.org\/licenses\/gpl-3.0)<br \/>\n![Modrinth](https:\/\/modrinth.com\/mod\/serverchan)<br \/>\n![CurseForge](https:\/\/www.curseforge.com\/minecraft\/mc-mods\/serverchan)<br \/>\n![Minecraft](https:\/\/minecraft.net)<br \/>\n![Discord](https:\/\/discord.gg\/NuzHC7BCDc)<\/p>\n<p align=\"center\">\n  <img decoding=\"async\" src=\"https:\/\/raw.githubusercontent.com\/himekifee\/ServerChan\/main\/common\/src\/main\/resources\/assets\/serverchan\/icon.png\" alt=\"ServerChan mod icon\" width=\"400\" \/>\n<\/p>\n<p>ServerChan is a friendly, AI-powered helper for Minecraft servers. It listens to chat, reacts to in-game events, and can even carry out commands when you give it permission. Whether you run a cozy SMP or a busy public server, ServerChan keeps conversations lively without spamming players.<\/p>\n<p>## Features<\/p>\n<p>&#8211; **AI Chat Integration** &#8211; Uses OpenAI-compatible APIs (OpenAI, Azure, local LLMs, etc.) to power intelligent conversations<br \/>\n&#8211; **Smart Response System** &#8211; Optional intention checker determines when the AI should respond, avoiding spam<br \/>\n&#8211; **Game Event Awareness** &#8211; Reacts to player joins\/leaves, deaths, and other server events<br \/>\n&#8211; **Command Execution** &#8211; AI can execute Minecraft commands via function calling (with permission controls)<br \/>\n&#8211; **Multi-Loader Support** &#8211; Works on Fabric, Forge, NeoForge, and Spigot\/Paper<br \/>\n&#8211; **Multi-Version Support** &#8211; Compatible with Minecraft 1.12 &#8211; 1.21<br \/>\n&#8211; **Fully Configurable** &#8211; Customize prompts, models, response behavior, and more<br \/>\n&#8211; **Internationalization** &#8211; Built-in i18n support (English, Chinese, Japanese)<\/p>\n<p>## Demo<\/p>\n<p align=\"center\">\n  <img decoding=\"async\" src=\"https:\/\/raw.githubusercontent.com\/himekifee\/ServerChan\/main\/example\/welcome.png\" alt=\"ServerChan welcome message\" width=\"800\" \/>\n<\/p>\n<p align=\"center\">\n  <img decoding=\"async\" src=\"https:\/\/raw.githubusercontent.com\/himekifee\/ServerChan\/main\/example\/command.png\" alt=\"ServerChan command execution\" width=\"800\" \/>\n<\/p>\n<p>## Loader Compatibility Matrix<\/p>\n<p>| Version | Java | Fabric | Forge | NeoForge | Spigot\/Paper |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;|&#8212;&#8212;&#8211;|&#8212;&#8212;-|&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8211;|<br \/>\n| 1.12.x  | 8    | \u2014      | \u274c    | \u2014        | \u2705           |<br \/>\n| 1.13.x  | 8    | \u2014      | \u274c    | \u2014        | \u2705           |<br \/>\n| 1.14.x  | 8    | \u2705     | \u274c    | \u2014        | \u2705           |<br \/>\n| 1.15.x  | 8    | \u2705     | \u274c    | \u2014        | \u2705           |<br \/>\n| 1.16.x  | 8    | \u2705     | \u2705    | \u2014        | \u2705           |<br \/>\n| 1.17.x  | 16   | \u2705     | \u2705    | \u2014        | \u2705           |<br \/>\n| 1.18.x  | 17   | \u2705     | \u2705    | \u2014        | \u2705           |<br \/>\n| 1.19.x  | 17   | \u2705     | \u2705    | \u2014        | \u2705           |<br \/>\n| 1.20.x  | 21   | \u2705     | \u2705    | \u2705       | \u2705           |<br \/>\n| 1.21.x  | 21   | \u2705     | \u2705    | \u2705       | \u2705           |<\/p>\n<p>`\u2014` means the loader didn&#8217;t exist for that version (Fabric starts at 1.14, NeoForge at 1.20).<\/p>\n<p>## Installation<\/p>\n<p>You&#8217;re just five steps away from a chatty server buddy:<\/p>\n<p>1. Grab the jar that matches your loader from Modrinth or CurseForge<br \/>\n2. Drop it into the `mods\/` folder (or `plugins\/` for Spigot\/Paper)<br \/>\n3. Launch the server once so the config file appears<br \/>\n4. Add your API key plus any tweaks you want (see [Configuration](#configuration))<br \/>\n5. Restart or `\/reload` and start chatting<\/p>\n<p>## Configuration<\/p>\n<p>The config file lives at:<br \/>\n&#8211; **Fabric\/Forge\/NeoForge**: `config\/serverchan.yaml`<br \/>\n&#8211; **Spigot**: `plugins\/ServerChan\/config.yml`<\/p>\n<p>### Required Settings<\/p>\n<p>| Option | Description |<br \/>\n|&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `openaiApiKey` | Your OpenAI API key (or compatible provider) |<br \/>\n| `openaiBaseUrl` | API base URL (default: `https:\/\/api.openai.com\/v1`) **Important: Must include `\/v1` path** |<\/p>\n<p>### Optional Settings<\/p>\n<p>| Option | Default | Description |<br \/>\n|&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `model` | `gpt-5.1` | Model to use for responses |<br \/>\n| `temperature` | `1.0` | Response randomness (0.0 &#8211; 2.0) |<br \/>\n| `contextSize` | `20` | Number of messages to keep in context |<br \/>\n| `botColor` | `b` | Minecraft color code for bot chat |<br \/>\n| `timeZone` | `UTC` | Timezone for message timestamps |<br \/>\n| `locale` | `en` | Language for bot messages |<\/p>\n<p>### Intention Checker Settings<\/p>\n<p>The intention checker uses a smaller\/faster model to decide if the AI should respond.<\/p>\n<p>| Option | Default | Description |<br \/>\n|&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `useIntentionChecker` | `true` | Enable smart response filtering |<br \/>\n| `intentionCheckerModel` | `gpt-4o-mini` | Model for intention checking (personal rec: `qwen3-235b-a22b-2507` via Cerebras) |<br \/>\n| `responseProbabilityThreshold` | `0.5` | Minimum probability to trigger response |<br \/>\n| `useFastPathIntentionChecker` | `false` | Start response generation early |<br \/>\n| `intentionCheckerApiKey` | (empty) | Separate API key (uses main key if empty) |<br \/>\n| `intentionCheckerBaseUrl` | (empty) | Separate base URL (uses main URL if empty). **Must include `\/v1` path if set** |<\/p>\n<p>### Event Settings<\/p>\n<p>| Option | Default | Description |<br \/>\n|&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `enableGameEvents` | `true` | React to game events |<br \/>\n| `enableJoinLeaveEvents` | `true` | React to player join\/leave |<br \/>\n| `enableDeathEvents` | `true` | React to player deaths |<\/p>\n<p>### Permission Settings<\/p>\n<p>| Option | Default | Description |<br \/>\n|&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `inheritCmdSourcePermission` | `true` | AI inherits triggering player&#8217;s permissions for commands |<\/p>\n<p>### Custom Prompts<\/p>\n<p>You can customize the system prompts to match the vibe of your server:<br \/>\n&#8211; `intentionCheckingSystemMessage` &#8211; Controls when AI decides to respond<br \/>\n&#8211; `responseGenerationSystemMessage` &#8211; Controls AI personality and behavior<\/p>\n<p>### Example Prompts<\/p>\n<p>Sample prompt files live in the `example\/` folder to help you get started. For instance, `example\/OnlyMyRedstone-system-prompt.txt` captures the full response-generation setup used on the OnlyMyRedstone community server, and `example\/OnlyMyRedstone-intention-checking.txt` shows how that server throttles responses through intention checking. Feel free to duplicate and adapt these files for your own servers \u2014 they&#8217;re meant to be remixed.<\/p>\n<p>## Commands<\/p>\n<p>All commands require operator permissions (level 4).<\/p>\n<p>| Command | Description |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `\/serverchan reload` | Reload configuration |<br \/>\n| `\/serverchan reset` | Clear message context\/memory |<br \/>\n| `\/serverchan kill` | Reset the OpenAI client connection |<br \/>\n| `\/serverchan disable` | Pause ServerChan responses (no messages processed) |<br \/>\n| `\/serverchan enable` | Resume ServerChan responses |<\/p>\n<p>## How It Works<\/p>\n<p>1. **Player sends a message** in chat<br \/>\n2. **Intention Checker** (if enabled) evaluates if a response is appropriate<br \/>\n3. If response is needed, the **main model generates a reply**<br \/>\n4. The AI can optionally **execute commands** via function calling<br \/>\n5. Response is **broadcast to all players**<\/p>\n<p>The AI maintains conversation context and can reference previous messages within the configured context size.<\/p>\n<p>## Requirements<\/p>\n<p>&#8211; Minecraft Server 1.12 &#8211; 1.21 (see [compatibility matrix](#loader-compatibility-matrix))<br \/>\n&#8211; One of: Fabric, Forge, NeoForge, or Spigot\/Paper (availability varies by version)<br \/>\n&#8211; OpenAI API key (or compatible provider like Azure OpenAI, Ollama, etc.)<\/p>\n<p>## Building from Source<\/p>\n<p>&#8220;`bash<br \/>\n# Clone the repository<br \/>\ngit clone https:\/\/github.com\/himekifee\/ServerChan.git<br \/>\ncd ServerChan<\/p>\n<p># Build for a specific Minecraft version<br \/>\n.\/gradlew build -PmcVer=1.21<\/p>\n<p># Build merged jar (all loaders in one)<br \/>\n.\/gradlew build mergeJars -PmcVer=1.21<br \/>\n&#8220;`<\/p>\n<p>Built jars will be in `build\/libs\/` (or `build\/forgix\/` for merged jars).<\/p>\n<p>### Development Testing<\/p>\n<p>For local development, a test script is provided that builds the mod and spins up actual Minecraft servers to verify it loads correctly:<\/p>\n<p>&#8220;`bash<br \/>\n# Build and test on all platforms (requires Docker)<br \/>\n.\/dev-test.sh 1.21<\/p>\n<p># Build only, skip server tests<br \/>\n.\/dev-test.sh &#8211;build-only 1.21<\/p>\n<p># Test specific platform only<br \/>\n.\/dev-test.sh &#8211;fabric 1.21<br \/>\n.\/dev-test.sh &#8211;forge 1.21<br \/>\n.\/dev-test.sh &#8211;neoforge 1.21<br \/>\n.\/dev-test.sh &#8211;paper 1.21<br \/>\n&#8220;`<\/p>\n<p>The script requires Docker to run the server tests.<\/p>\n<p>## Contributing<\/p>\n<p>Contributions are welcome! Please feel free to submit issues and pull requests; we love hearing how you&#8217;re using ServerChan.<\/p>\n<p>1. Fork the repository<br \/>\n2. Create a feature branch (`git checkout -b feature\/amazing-feature`)<br \/>\n3. Commit your changes (`git commit -m &#8216;Add amazing feature&#8217;`)<br \/>\n4. Push to the branch (`git push origin feature\/amazing-feature`)<br \/>\n5. Open a Pull Request<\/p>\n<p>## Discord<\/p>\n<p>Join our Discord server to chat with the community, get help, or share your ServerChan setup!<\/p>\n<p>## License<\/p>\n<p>This project is licensed under the GNU General Public License v3.0 &#8211; see the [LICENSE](LICENSE) file for details.<\/p>\n<p>## Acknowledgments<\/p>\n<p>&#8211; Built on Universal Mod Template by thebuildcraft<br \/>\n&#8211; Uses ConfigLib for YAML configuration<br \/>\n&#8211; Uses Architectury Loom, Forgix, and Manifold<\/p>\n<p>## Cerebras<\/p>\n<p>Not sponsored by Cerebras, but I use their inference API for CI testing and my own server&#8217;s intention checker model \u2014 it&#8217;s blazingly fast! With a context of 20 messages, intention checking finishes within ~1 second, and full responses come back in about 2-5 seconds. That&#8217;s basically instant compared to other LLM providers that often need 20+ seconds to reply, making Cerebras a perfect fit for real-time chat applications like this. If anyone from Cerebras is interested in sponsoring API credits or any other form of support, feel free to open an issue \ud83d\ude0a<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Bring AI to your Minecraft server &#8211; an intelligent chatbot that interacts with players and responds to in-game events<\/p>\n","protected":false},"featured_media":137533,"template":"","meta":{"_minecraft_slug":"serverchan","_minecraft_project_id":"frZpQL6O","_minecraft_author":"himekifee","_minecraft_license":"GPL-3.0-only","_minecraft_downloads":934,"_minecraft_follows":9,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"serverchan.zip","_minecraft_size_bytes":1136434463,"_minecraft_version_count":30,"_minecraft_updated_at":"2026-05-16T08:50:37.230275Z","_minecraft_date_created":"2025-12-13T06:45:55.317087Z","_minecraft_date_modified":"2025-12-16T11:19:55.786975Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/serverchan","_minecraft_icon_attachment_id":137533,"_minecraft_imported_at":"2026-06-08T03:08:39+00:00","_minecraft_import_hash":"f6ea17c0844ea96c6361ebcf0ebe08d7","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[87,97,104,158,867,129,92],"mod_loader":[99,106,160,134],"minecraft_version":[379,382,385,438,446,449,110,111,112,113,114,115,116,117,118,119,120,46,47,48,49,50,51,52,53,54,55,56,57,58,59,36,60,93,94,101,102,62,37,40,73,74,38,78,79,80,81,82],"class_list":["post-137532","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-adventure","mod_category-fabric","mod_category-forge","mod_category-neoforge","mod_category-social","mod_category-spigot","mod_category-utility","mod_loader-fabric","mod_loader-forge","mod_loader-neoforge","mod_loader-spigot","minecraft_version-1-12","minecraft_version-1-12-1","minecraft_version-1-12-2","minecraft_version-1-13","minecraft_version-1-13-1","minecraft_version-1-13-2","minecraft_version-1-14","minecraft_version-1-14-1","minecraft_version-1-14-2","minecraft_version-1-14-3","minecraft_version-1-14-4","minecraft_version-1-15","minecraft_version-1-15-1","minecraft_version-1-15-2","minecraft_version-1-16","minecraft_version-1-16-1","minecraft_version-1-16-2","minecraft_version-1-16-3","minecraft_version-1-16-4","minecraft_version-1-16-5","minecraft_version-1-17","minecraft_version-1-17-1","minecraft_version-1-18","minecraft_version-1-18-1","minecraft_version-1-18-2","minecraft_version-1-19","minecraft_version-1-19-1","minecraft_version-1-19-2","minecraft_version-1-19-3","minecraft_version-1-19-4","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-20-2","minecraft_version-1-20-3","minecraft_version-1-20-4","minecraft_version-1-20-5","minecraft_version-1-20-6","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>ServerChan - 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\/serverchan\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"ServerChan - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Bring AI to your Minecraft server - an intelligent chatbot that interacts with players and responds to in-game events\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/serverchan\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta property=\"og:image\" content=\"https:\/\/raw.githubusercontent.com\/himekifee\/ServerChan\/main\/common\/src\/main\/resources\/assets\/serverchan\/icon.png\" \/>\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=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/serverchan\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/serverchan\\\/\",\"name\":\"ServerChan - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/serverchan\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/serverchan\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/serverchan-icon-cc75031640a30fbfe725195ae31bd3b6537db13a_96.webp\",\"datePublished\":\"2026-06-08T03:08:38+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/serverchan\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/serverchan\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/serverchan\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/serverchan-icon-cc75031640a30fbfe725195ae31bd3b6537db13a_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/serverchan-icon-cc75031640a30fbfe725195ae31bd3b6537db13a_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/serverchan\\\/#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\":\"ServerChan\"}]},{\"@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":"ServerChan - 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\/serverchan\/","og_locale":"en_US","og_type":"article","og_title":"ServerChan - Minecraft","og_description":"Bring AI to your Minecraft server - an intelligent chatbot that interacts with players and responds to in-game events","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/serverchan\/","og_site_name":"Minecraft","og_image":[{"url":"https:\/\/raw.githubusercontent.com\/himekifee\/ServerChan\/main\/common\/src\/main\/resources\/assets\/serverchan\/icon.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/serverchan\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/serverchan\/","name":"ServerChan - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/serverchan\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/serverchan\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/serverchan-icon-cc75031640a30fbfe725195ae31bd3b6537db13a_96.webp","datePublished":"2026-06-08T03:08:38+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/serverchan\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/serverchan\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/serverchan\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/serverchan-icon-cc75031640a30fbfe725195ae31bd3b6537db13a_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/serverchan-icon-cc75031640a30fbfe725195ae31bd3b6537db13a_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/serverchan\/#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":"ServerChan"}]},{"@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\/137532","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\/137533"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=137532"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=137532"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=137532"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=137532"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}