{"id":115651,"date":"2026-06-06T22:27:34","date_gmt":"2026-06-06T19:27:34","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/ollama-chat\/"},"modified":"2026-06-06T22:27:34","modified_gmt":"2026-06-06T19:27:34","slug":"ollama-chat","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/ollama-chat\/","title":{"rendered":"Ollama Chat"},"content":{"rendered":"<p># OllamaChat<\/p>\n<p>## Overview<\/p>\n<p>**OllamaChat** is a cutting-edge Minecraft plugin that integrates Ollama and OpenAI-class APIs, enabling real-time AI interactions, multi-language support, and advanced prompt and conversation management for immersive in-game experiences.<\/p>\n<p>### Example<br \/>\n![Response Suggestions](https:\/\/cdn.modrinth.com\/data\/cached_images\/f2360161164c228d8025829ceee8946a831163f7.png)<\/p>\n<p>## Features<\/p>\n<p>&#8211; **AI-Powered Conversations**: Chat with AI using `@bot` or `@ai` prefixes for dynamic, intelligent responses.<br \/>\n&#8211; **Ollama &#038; OpenAI Integration**: Leverage advanced AI models to enhance your Minecraft experience.<br \/>\n&#8211; **Multi-Language Support**: Supports multiple languages (e.g., English, Simplified Chinese) via `lang` folder files.<br \/>\n&#8211; **Toggle AI Services**: Enable\/disable AI services with `\/ollamachat toggle <ai-name>`.<br \/>\n&#8211; **Prompt Management**: Create, delete, list, select, or clear custom prompts to tailor AI interactions.<br \/>\n&#8211; **Conversation Management**: Start, switch, delete, or view player-specific conversations with AI entities.<br \/>\n&#8211; **Smart Response Suggestions**: Generate configurable, clickable follow-up suggestions with hover text and rate limiting.<br \/>\n&#8211; **Progress Display**: Visual status bar for prompt answer generation (0% to 100%).<br \/>\n&#8211; **Public API**: `OllamaChatAPI` for plugin extensibility and AI query support.<\/p>\n<p>## Usage<\/p>\n<p>### Chatting with AI<\/p>\n<p>Type `@bot` or `@ai` followed by your message in Minecraft chat to interact with the AI.<\/p>\n<p>**Example:**<br \/>\n&#8220;`<br \/>\n@bot What&#8217;s the best way to build a castle?<br \/>\n&#8220;`<\/p>\n<p>### Commands<\/p>\n<p>| Command | Permission | Description |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `\/ollamachat reload` | `ollamachat.reload` | Reloads plugin configuration and language files. |<br \/>\n| `\/ollamachat help` | | Shows general command list. |<br \/>\n| `\/ollamachat help <command>` | |  Shows detailed help for a specific command. |<br \/>\n| `\/ollamachat toggle <ai-name>` | `ollamachat.toggle` | Enables\/disables specified AI service. |<br \/>\n| `\/aichat <ai-name> <prompt>` | `ollamachat.use` | Interacts with other AI services. |<br \/>\n| `\/ollamachat prompt set <promptName> <promptContent>` | `ollamachat.prompt.set` | Creates a new prompt. |<br \/>\n| `\/ollamachat prompt delete <promptName>` | `ollamachat.prompt.delete` | Deletes a prompt. |<br \/>\n| `\/ollamachat prompt list` | `ollamachat.prompt.list` | Lists all prompts. |<br \/>\n| `\/ollamachat prompt select <promptName>` | `ollamachat.prompt.select` | Sets default prompt. |<br \/>\n| `\/ollamachat prompt clear` | `ollamachat.prompt.select` | Resets default prompt. |<br \/>\n| `\/ollamachat conversation new <aiName> <convName>` | `ollamachat.conversation.new` | Starts a new conversation. |<br \/>\n| `\/ollamachat conversation select <aiName> <convName>` | `ollamachat.conversation.select` | Switches conversations. |<br \/>\n| `\/ollamachat conversation delete <aiName> <convName>` | `ollamachat.conversation.delete` | Deletes a conversation. |<br \/>\n| `\/ollamachat conversation list <aiName>` | `ollamachat.conversation.list` | Lists conversations for an AI. |<br \/>\n| `\/ollamachat suggests toggle` | `ollamachat.suggests.toggle` | Toggles suggested responses. |<br \/>\n| `\/ollamachat suggests-presets toggle` | `ollamachat.suggests-presets.toggle` | Toggles preset suggested responses. |<br \/>\n| `\/ollamachat search toggle` | `ollamachat.search.toggle` | Enables\/disables web search functionality. |<br \/>\n| `\/ollamachat search status` | `ollamachat.search.status` | Displays current search configuration. |<br \/>\n| `\/ollamachat search query <text>` | `ollamachat.search.query` | Performs a manual web search and gets AI response. |<br \/>\n| `\/ollamachat search engine [name]` | `ollamachat.search.engine` | Shows or changes the active search engine. |<br \/>\n| `\/ollamachat search setkey <engine> <key>` | `ollamachat.search.setkey` | Sets API key for specified search engine. |<br \/>\n| `\/ollamachat search setcount <number>` | `ollamachat.search.setcount` | Configures number of search results (1-50). |<br \/>\n| `\/ollamachat search addkeyword <word>` | `ollamachat.search.keywords` | Adds a trigger keyword for auto-search. |<br \/>\n| `\/ollamachat search removekeyword <word>` | `ollamachat.search.keywords` | Removes a trigger keyword. |<br \/>\n| `\/ollamachat search listkeywords` | `ollamachat.search.keywords` | Lists all configured trigger keywords. |<\/p>\n<p>### Permissions<\/p>\n<p>| Permission | Description |<br \/>\n|&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `ollamachat.reload` | Allows reloading plugin configuration and language files. |<br \/>\n| `ollamachat.toggle` | Allows enabling\/disabling AI services. |<br \/>\n| `ollamachat.use` | Allows sending messages to AI services. |<br \/>\n| `ollamachat.prompt.set` | Allows creating and saving new prompts. |<br \/>\n| `ollamachat.prompt.delete` | Allows deleting prompts. |<br \/>\n| `ollamachat.prompt.list` | Allows listing all prompts. |<br \/>\n| `ollamachat.prompt.select` | Allows selecting or clearing default prompt. |<br \/>\n| `ollamachat.conversation.new` | Allows starting new conversations. |<br \/>\n| `ollamachat.conversation.select` | Allows switching between conversations. |<br \/>\n| `ollamachat.conversation.delete` | Allows deleting conversations. |<br \/>\n| `ollamachat.conversation.list` | Allows listing conversations for an AI. |<br \/>\n| `ollamachat.suggests.toggle` | Allows toggling suggested responses. |<br \/>\n| `ollamachat.suggests-presets.toggle` | Allows toggling preset suggested responses. |<br \/>\n| `ollamachat.search.toggle` | Allows enabling\/disabling web search. |<br \/>\n| `ollamachat.search.status` | Allows viewing search configuration. |<br \/>\n| `ollamachat.search.query` | Allows performing manual web searches. |<br \/>\n| `ollamachat.search.engine` | Allows changing the search engine. |<br \/>\n| `ollamachat.search.setkey` | Allows setting API keys for search engines. |<br \/>\n| `ollamachat.search.setcount` | Allows configuring search result count. |<br \/>\n| `ollamachat.search.keywords` | Allows managing trigger keywords. |<\/p>\n<p>**Example:**<br \/>\n&#8220;`<br \/>\n\/aichat ollama Tell me about Redstone<br \/>\n\/ollamachat prompt set creativePrompt &#8220;Act as a creative Minecraft builder&#8221;<br \/>\n\/ollamachat suggests toggle<br \/>\n&#8220;`<\/p>\n<p>## Installation<\/p>\n<p>1. **Download**: Get the latest **OllamaChat**.<br \/>\n2. **Install**: Place the `.jar` file in your server&#8217;s `plugins` folder.<br \/>\n3. **Configure**: Edit `config.yml` to customize AI settings, prompts, and suggestions.<br \/>\n4. **Reload**: Use `\/ollamachat reload` to apply changes.<\/p>\n<p>## Configuration<\/p>\n<p>Customize AI interactions via `config.yml`:<\/p>\n<p>&#8220;`yaml<br \/>\n# OllamaChat Configuration File<\/p>\n<p># ============================================================<br \/>\n# General Settings<br \/>\n# ============================================================<\/p>\n<p># Language file to use (en_us, zh_cn, etc.)<br \/>\nlanguage: en_us<\/p>\n<p># Enable Ollama integration<br \/>\nollama-enabled: true<\/p>\n<p># Ollama API URL<br \/>\nollama-api-url: &#8220;http:\/\/localhost:11434\/api\/generate&#8221;<\/p>\n<p># Default Ollama model<br \/>\nmodel: &#8220;llama3&#8221;<\/p>\n<p># Maximum chat history to keep per conversation<br \/>\nmax-history: 5<\/p>\n<p># Maximum response length (characters)<br \/>\nmax-response-length: 500<\/p>\n<p># Chat trigger prefixes (messages starting with these will be sent to AI)<br \/>\ntrigger-prefixes:<br \/>\n  &#8211; &#8220;@bot&#8221;<br \/>\n  &#8211; &#8220;@ai&#8221;<\/p>\n<p># ============================================================<br \/>\n# Streaming Settings<br \/>\n# ============================================================<\/p>\n<p>stream-settings:<br \/>\n  # Enable streaming responses<br \/>\n  enabled: true<\/p>\n<p># ============================================================<br \/>\n# Prompt Settings<br \/>\n# ============================================================<\/p>\n<p># Default prompt name (empty for no default)<br \/>\ndefault-prompt: &#8220;&#8221;<\/p>\n<p># Custom prompts<br \/>\n# You can define custom prompts here that can be selected with \/ollamachat prompt select<br \/>\n# Example:<br \/>\n# prompts:<br \/>\n#   expert: &#8220;You are an expert assistant. Provide detailed and professional answers.&#8221;<br \/>\n#   friendly: &#8220;You are a friendly assistant. Keep responses casual and warm.&#8221;<br \/>\nprompts: {}<\/p>\n<p># ============================================================<br \/>\n# Suggested Responses Settings<br \/>\n# ============================================================<\/p>\n<p># AI models to use for generating suggestions<br \/>\nsuggested-response-models:<br \/>\n  &#8211; &#8220;llama3&#8221;<\/p>\n<p># Enable suggested responses feature<br \/>\nsuggested-responses-enabled: true<\/p>\n<p># Number of suggestions to generate<br \/>\nsuggested-response-count: 3<\/p>\n<p># Cooldown between suggestion generations (seconds, 0 to disable)<br \/>\nsuggested-response-cooldown: 10<\/p>\n<p># Enable preset suggestions (used when AI is unavailable or as fallback)<br \/>\nsuggested-response-presets-enabled: true<\/p>\n<p># Preset suggestions (used when AI is unavailable)<br \/>\nsuggested-response-presets:<br \/>\n  &#8211; &#8220;I see what you mean.&#8221;<br \/>\n  &#8211; &#8220;That&#8217;s interesting!&#8221;<br \/>\n  &#8211; &#8220;Tell me more about that.&#8221;<\/p>\n<p># Individual model toggles for suggestions<br \/>\n# You can enable\/disable specific models for suggestion generation<br \/>\n# Example:<br \/>\n# suggested-response-model-toggles:<br \/>\n#   llama3: true<br \/>\n#   gpt-3.5-turbo: false<br \/>\nsuggested-response-model-toggles: {}<\/p>\n<p># ============================================================<br \/>\n# Web Search Settings<br \/>\n# ============================================================<\/p>\n<p>web-search:<br \/>\n  # Enable web search feature<br \/>\n  enabled: false<\/p>\n<p>  # Auto-trigger search when message contains trigger keywords<br \/>\n  auto-trigger: true<\/p>\n<p>  # Keywords that trigger automatic web search<br \/>\n  # When a user&#8217;s message contains any of these words, a web search will be performed<br \/>\n  trigger-keywords:<br \/>\n    &#8211; &#8220;search&#8221;<br \/>\n    &#8211; &#8220;find&#8221;<br \/>\n    &#8211; &#8220;look up&#8221;<br \/>\n    &#8211; &#8220;google&#8221;<br \/>\n    &#8211; &#8220;what is&#8221;<br \/>\n    &#8211; &#8220;who is&#8221;<br \/>\n    &#8211; &#8220;when did&#8221;<br \/>\n    &#8211; &#8220;where is&#8221;<\/p>\n<p>  # Number of search results to return (1-50)<br \/>\n  result-count: 5<\/p>\n<p>  # ============================================================<br \/>\n  # Search Engine Configuration<br \/>\n  # ============================================================<br \/>\n  # Choose which search engine to use: bocha or brave<br \/>\n  # &#8211; bocha: Chinese-focused search engine (requires API key)<br \/>\n  # &#8211; brave: International search engine (requires API key)<br \/>\n  engine: &#8220;brave&#8221;<\/p>\n<p>  # &#8212;&#8212;&#8212;- Bocha Search Engine (Chinese-focused) &#8212;&#8212;&#8212;-<br \/>\n  # Website: https:\/\/www.bochaai.com\/<br \/>\n  # API Documentation: https:\/\/api.bocha.cn\/v1\/web-search<br \/>\n  bocha:<br \/>\n    # Bocha API Key (required for Bocha engine)<br \/>\n    # Get it from: https:\/\/www.bochaai.com\/ (Chinese website)<br \/>\n    api-key: &#8220;&#8221;<\/p>\n<p>    # Include specific sites (only search within these domains)<br \/>\n    # Example: [&#8220;example.com&#8221;, &#8220;sample.org&#8221;]<br \/>\n    include-sites: false<br \/>\n    include-sites-list: []<\/p>\n<p>    # Exclude specific sites (exclude these domains from search)<br \/>\n    # Example: [&#8220;spam.com&#8221;, &#8220;adsite.net&#8221;]<br \/>\n    exclude-sites: false<br \/>\n    exclude-sites-list: []<\/p>\n<p>    # Time range in days (0 for unlimited)<br \/>\n    # Restrict search results to content published within this many days<br \/>\n    time-range: 0<\/p>\n<p>    # Freshness: Day, Week, Month, Quarter, Year (empty for unlimited)<br \/>\n    # Restrict search results by how recent they are<br \/>\n    freshness: &#8220;&#8221;<\/p>\n<p>  # &#8212;&#8212;&#8212;- Brave Search Engine (International) &#8212;&#8212;&#8212;-<br \/>\n  # Website: https:\/\/brave.com\/search\/api\/<br \/>\n  # API Documentation: https:\/\/api.search.brave.com\/app\/documentation<br \/>\n  brave:<br \/>\n    # Brave API Key (required for Brave engine)<br \/>\n    # Get it from: https:\/\/api.search.brave.com\/app\/keys<br \/>\n    api-key: &#8220;&#8221;<\/p>\n<p>    # Country code (e.g., US, CN, GB, DE, FR, JP, etc.)<br \/>\n    # This affects search result relevance based on location<br \/>\n    country: &#8220;US&#8221;<\/p>\n<p>    # Search language (e.g., en, zh, es, fr, de, etc.)<br \/>\n    # Results will be prioritized in this language<br \/>\n    search-lang: &#8220;en&#8221;<\/p>\n<p>    # UI language (e.g., en, zh, es, fr, de, etc.)<br \/>\n    # Language for UI elements in search results<br \/>\n    ui-lang: &#8220;en&#8221;<\/p>\n<p>    # Safe search level (off, moderate, strict)<br \/>\n    # Filters adult content based on strictness<br \/>\n    safe-search: &#8220;moderate&#8221;<\/p>\n<p>  # &#8212;&#8212;&#8212;- Search Prompt Template &#8212;&#8212;&#8212;-<br \/>\n  # Template for formatting search results for AI<br \/>\n  # Available placeholders:<br \/>\n  #   {search_results} &#8211; The formatted search results<br \/>\n  #   {prompt} &#8211; The user&#8217;s original question<br \/>\n  prompt-template: &#8220;Based on the following search results, please answer the user&#8217;s question:nn{search_results}nnUser question: {prompt}nnPlease provide an accurate and detailed answer based on the search results. If the search results are insufficient, please indicate that.&#8221;<\/p>\n<p># ============================================================<br \/>\n# Database Settings<br \/>\n# ============================================================<\/p>\n<p>database:<br \/>\n  # Database type: sqlite or mysql<br \/>\n  # &#8211; sqlite: Local file-based database (simpler, no setup required)<br \/>\n  # &#8211; mysql: Remote MySQL database (better for multiple servers)<br \/>\n  type: sqlite<\/p>\n<p>  # MySQL settings (only used when type is mysql)<br \/>\n  mysql:<br \/>\n    host: &#8220;localhost&#8221;<br \/>\n    port: 3306<br \/>\n    database: &#8220;ollamachat&#8221;<br \/>\n    username: &#8220;root&#8221;<br \/>\n    password: &#8220;&#8221;<\/p>\n<p>    # HikariCP connection pool settings<br \/>\n    # These control how the database connection pool behaves<br \/>\n    hikari:<br \/>\n      # Maximum number of connections in the pool<br \/>\n      maximum-pool-size: 10<br \/>\n      # Minimum number of idle connections to maintain<br \/>\n      minimum-idle: 2<br \/>\n      # Maximum time (in ms) to wait for a connection from the pool<br \/>\n      connection-timeout: 30000<br \/>\n      # Maximum time (in ms) a connection can stay idle in the pool<br \/>\n      idle-timeout: 600000<br \/>\n      # Maximum lifetime (in ms) of a connection in the pool<br \/>\n      max-lifetime: 1800000<br \/>\n      # Cache prepared statements for better performance<br \/>\n      cache-prep-stmts: true<br \/>\n      # Size of the prepared statement cache<br \/>\n      prep-stmt-cache-size: 250<br \/>\n      # Maximum SQL length for cached prepared statements<br \/>\n      prep-stmt-cache-sql-limit: 2048<\/p>\n<p># ============================================================<br \/>\n# Progress Display Settings<br \/>\n# ============================================================<\/p>\n<p>progress-display:<br \/>\n  # Enable progress display while AI is generating responses<br \/>\n  enabled: true<\/p>\n<p>  # Display type: bossbar or actionbar<br \/>\n  # &#8211; bossbar: Uses Minecraft&#8217;s boss bar (more visible)<br \/>\n  # &#8211; actionbar: Uses the action bar above hotbar (less intrusive)<br \/>\n  type: &#8220;bossbar&#8221;<\/p>\n<p>  # BossBar color (BLUE, GREEN, PINK, PURPLE, RED, WHITE, YELLOW)<br \/>\n  # Only applicable when type is &#8220;bossbar&#8221;<br \/>\n  color: &#8220;BLUE&#8221;<\/p>\n<p>  # BossBar style (SOLID, SEGMENTED_6, SEGMENTED_10, SEGMENTED_12, SEGMENTED_20)<br \/>\n  # Only applicable when type is &#8220;bossbar&#8221;<br \/>\n  style: &#8220;SOLID&#8221;<\/p>\n<p>  # Update interval in ticks (20 ticks = 1 second)<br \/>\n  # How often the progress display updates<br \/>\n  update-interval: 1<\/p>\n<p># ============================================================<br \/>\n# Other AI Integrations<br \/>\n# ============================================================<\/p>\n<p># Configure other AI models (OpenAI, Claude, etc.)<br \/>\n# You can add multiple AI providers here and use them with \/aichat command<br \/>\nother-ai-configs: {}<br \/>\n  # Example OpenAI configuration:<br \/>\n  # openai:<br \/>\n  #   api-url: &#8220;https:\/\/api.openai.com\/v1\/chat\/completions&#8221;<br \/>\n  #   api-key: &#8220;your-api-key-here&#8221;<br \/>\n  #   model: &#8220;gpt-3.5-turbo&#8221;<br \/>\n  #   enabled: true<br \/>\n  #   messages-format: true<br \/>\n  #<br \/>\n  # Example Claude configuration:<br \/>\n  # claude:<br \/>\n  #   api-url: &#8220;https:\/\/api.anthropic.com\/v1\/messages&#8221;<br \/>\n  #   api-key: &#8220;your-api-key-here&#8221;<br \/>\n  #   model: &#8220;claude-3-opus-20240229&#8221;<br \/>\n  #   enabled: true<br \/>\n  #   messages-format: true<br \/>\n  #<br \/>\n  # Example Custom API configuration:<br \/>\n  # custom-ai:<br \/>\n  #   api-url: &#8220;https:\/\/your-custom-api.com\/generate&#8221;<br \/>\n  #   api-key: &#8220;your-api-key&#8221;<br \/>\n  #   model: &#8220;your-model-name&#8221;<br \/>\n#   enabled: true<br \/>\n#   messages-format: false<br \/>\n&#8220;`<\/p>\n<p>## Contributing<\/p>\n<p>We welcome contributions! Submit issues or pull requests on our GitHub repository.<\/p>\n<p>## License<\/p>\n<p>Licensed under the MIT License. See LICENSE.<\/p>\n<p>## Support<\/p>\n<p>For help, visit our GitHub repository or join our Community server.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A versatile Minecraft plugin that integrates Ollama and OpenAI-class APIs, providing multi-language support, real-time AI interactions, and advanced prompt and conversation management for immersive in-game experiences.<\/p>\n","protected":false},"featured_media":115652,"template":"","meta":{"_minecraft_slug":"ollama-chat","_minecraft_project_id":"x9fbBzgJ","_minecraft_author":"xwwsdd","_minecraft_license":"MIT","_minecraft_downloads":708,"_minecraft_follows":5,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"ollama-chat.zip","_minecraft_size_bytes":743050,"_minecraft_version_count":16,"_minecraft_updated_at":"2026-05-16T09:36:37.412446Z","_minecraft_date_created":"2025-02-07T06:05:38.074526Z","_minecraft_date_modified":"2026-04-30T05:43:03.387401Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/ollama-chat","_minecraft_icon_attachment_id":115652,"_minecraft_imported_at":"2026-06-06T19:27:35+00:00","_minecraft_import_hash":"10e6d898eac5b420b6f3266ab3405a0b","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,125,127,128,867,129,92],"mod_loader":[130,131,132,133,134],"minecraft_version":[59,36,60,93,94,101,102,62,37,40,41,73,74,38,78,79,80,81,82,83,167,163],"class_list":["post-115651","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-folia","mod_category-paper","mod_category-purpur","mod_category-social","mod_category-spigot","mod_category-utility","mod_loader-bukkit","mod_loader-folia","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","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-11","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","minecraft_version-26-1","minecraft_version-26-1-1","minecraft_version-26-1-2"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Ollama Chat - 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\/ollama-chat\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Ollama Chat - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A versatile Minecraft plugin that integrates Ollama and OpenAI-class APIs, providing multi-language support, real-time AI interactions, and advanced prompt and conversation management for immersive in-game experiences.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/ollama-chat\/\" \/>\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=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/ollama-chat\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/ollama-chat\\\/\",\"name\":\"Ollama Chat - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/ollama-chat\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/ollama-chat\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/ollama-chat-icon-503f74d351fa074d2840af33002ef876efec1625.png\",\"datePublished\":\"2026-06-06T19:27:34+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/ollama-chat\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/ollama-chat\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/ollama-chat\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/ollama-chat-icon-503f74d351fa074d2840af33002ef876efec1625.png\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/ollama-chat-icon-503f74d351fa074d2840af33002ef876efec1625.png\",\"width\":256,\"height\":256},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/ollama-chat\\\/#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\":\"Ollama Chat\"}]},{\"@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":"Ollama Chat - 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\/ollama-chat\/","og_locale":"en_US","og_type":"article","og_title":"Ollama Chat - Minecraft","og_description":"A versatile Minecraft plugin that integrates Ollama and OpenAI-class APIs, providing multi-language support, real-time AI interactions, and advanced prompt and conversation management for immersive in-game experiences.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/ollama-chat\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/ollama-chat\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/ollama-chat\/","name":"Ollama Chat - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/ollama-chat\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/ollama-chat\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/ollama-chat-icon-503f74d351fa074d2840af33002ef876efec1625.png","datePublished":"2026-06-06T19:27:34+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/ollama-chat\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/ollama-chat\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/ollama-chat\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/ollama-chat-icon-503f74d351fa074d2840af33002ef876efec1625.png","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/ollama-chat-icon-503f74d351fa074d2840af33002ef876efec1625.png","width":256,"height":256},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/ollama-chat\/#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":"Ollama Chat"}]},{"@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\/115651","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\/115652"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=115651"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=115651"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=115651"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=115651"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}