{"id":9600,"date":"2026-05-31T18:42:54","date_gmt":"2026-05-31T15:42:54","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/aihelper\/"},"modified":"2026-05-31T18:42:54","modified_gmt":"2026-05-31T15:42:54","slug":"aihelper","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/aihelper\/","title":{"rendered":"AIHelper"},"content":{"rendered":"<p>AIHelper &#8211; Your Ultimate AI Assistant for Minecraft<\/p>\n<p>AIHelper is a powerful Minecraft plugin that integrates AI assistance directly into your game. Whether you&#8217;re a server admin, developer, or casual player, AIHelper enhances your experience by providing intelligent responses, automated assistance, and game-related insights\u2014all in real time!<\/p>\n<p>Features:<\/p>\n<p>\u2705 Smart AI Responses \u2013 Get players some instant help with commands, gameplay tips, and more.<\/p>\n<p>\u2705 Multi-AI Support \u2013 Works with OpenAI, Claude, Hugging Face, and Ollama.<\/p>\n<p>\u2705 Customizable Context \u2013 AI learns from server-specific information for personalized replies.<\/p>\n<p>\u2705 Efficient Caching \u2013 Speeds up responses by remembering previous queries.<\/p>\n<p>\u2705 Easy Integration \u2013 Plug and play with minimal setup required.<\/p>\n<p>Enhance your Minecraft server with the power of AI\u2014AIHelper is here to assist!<\/p>\n<p>The config file:<\/p>\n<p>&#8220;`<br \/>\n# AI Guide Plugin Configuration<\/p>\n<p># AI Provider Selection<br \/>\n# Available options: &#8220;ollama&#8221;, &#8220;groq&#8221;, &#8220;anthropic&#8221; (claude) , &#8220;huggingface&#8221;, &#8220;openai&#8221;<br \/>\n# Recommended is ollama as it runs locally<br \/>\nai_provider: &#8220;ollama&#8221;<\/p>\n<p># Ollama Configuration (free, runs locally)<br \/>\n# You need to install Ollama on your server: https:\/\/ollama.com\/download<br \/>\n# No API key required as it runs locally<br \/>\n# Default URL is for local installation<br \/>\n# Recommended! Free and local! No internet hassle.<br \/>\n# To check if ollama works use http:\/\/localhost:11434 also if running on alternate computer please install on that computer\/server<br \/>\n# Also to install run in a cmd ollama pull <anymodel> (in the anymodel thing you can put llama3 as default) ( and before that run ollama serve if on linux )<br \/>\nollama_url: &#8220;http:\/\/localhost:11434&#8221;<br \/>\n# Recommended models: llama3, gemma, mistral but you can put any!<br \/>\nollama_model: &#8220;llama3&#8221;<\/p>\n<p># Groq Configuration (generous free tier)<br \/>\n# Get your free API key at: https:\/\/console.groq.com\/keys<br \/>\n# Use this if you know what you are doing!<br \/>\ngroq_api_key: &#8220;yourapikey&#8221;<br \/>\n# Recommended models: llama3-8b-8192, gemma-7b-it<br \/>\ngroq_model: &#8220;llama3-8b-8192&#8221;<\/p>\n<p># Anthropic Claude Configuration (free trial credits)<br \/>\n# Use this if you know what you are doing! also<br \/>\n# Get a free API key:<br \/>\n# Go to https:\/\/console.anthropic.com\/<br \/>\n# Sign up for an account (you get free credits to start) | but it is limited |<br \/>\n# Create an API key in the console<br \/>\nanthropic_api_key: &#8220;yourapikey&#8221;<br \/>\n# Recommended model: claude-3-haiku-20240307<br \/>\nanthropic_model: &#8220;claude-3-haiku-20240307&#8221;<\/p>\n<p># HuggingFace Configuration (as fallback)<br \/>\n# Use this if you know what you are doing!<br \/>\n# Also if you really want deepseek you can use this&#8230; Get a key here for free: https:\/\/huggingface.co\/settings\/tokens<br \/>\nhuggingface_api_key: &#8220;api_key_here&#8221;<br \/>\nhuggingface_model: &#8220;deepseek-ai\/deepseek-coder-1.3b-base&#8221;<\/p>\n<p># OpenAI Configuration (as fallback)<br \/>\n# Use this if you know what you are doing! You also do require a paid API key<br \/>\nopenai_api_key: &#8220;api_key_here&#8221;<br \/>\nopenai_model: &#8220;gpt-3.5-turbo&#8221;<\/p>\n<p># System prompt for the AI | Basically start of conversation<br \/>\nsystem_prompt: &#8220;You are an AI assistant for a Minecraft server. Your role is to help players with server-specific information and answer general Minecraft questions. Be concise and friendly. Also you ONLY know about these commands: \/giveinfo, \/info, \/listinfo, \/deleteinfo, \/aichat, \/aireload. Do NOT mention or suggest any commands that aren&#8217;t in this list unless THEY ARE SPECIFIED IN THE \/giveinfo for example: we have a shop just say \/shop but not assume \/spawn or something only give commands that actually are either in the list or are said in the info&#8221;<\/p>\n<p># Cooldown between AI requests (in seconds)<br \/>\n# DO NOT MAKE IT UNDER 2 seconds! It may overload the ai!<br \/>\ncooldown_seconds: 3<\/p>\n<p># Enable chatbot functionality (respond to chat messages)<br \/>\nchatbot_enabled: true<\/p>\n<p># Chat prefix to trigger AI response in normal chat<br \/>\nchat_prefix: &#8220;?&#8221;<\/p>\n<p># Enable debug mode (for detailed error messages)<br \/>\n# Default: true &#8211; Leave this as so<br \/>\ndebug_mode: true<\/p>\n<p># Run first-time setup wizard for server admin when plugin loads first time<br \/>\nrun_setup_wizard: true<\/p>\n<p># Server-specific information will be stored here<br \/>\n# This if you do not want any hassle or AI and just want diffrent subjects people will do \/info (subject) and they will see the stuff you write<br \/>\ninfo:<br \/>\nexample: &#8220;This is an example topic. Replace with your server info. You can make some examples using \/giveinfo (title) (content) or use config&#8221;<br \/>\nStarting: &#8220;Welcome to <exampleserver>! To get started, &#8230;.(complete this further, fellow admin)&#8221;<br \/>\n&#8220;`<br \/>\nCommands and perms<\/p>\n<p>&#8220;`<br \/>\ncommands:<br \/>\ngiveinfo:<br \/>\ndescription: Add information to the AI database<br \/>\nusage: \/giveinfo <topic> <information><br \/>\npermission: aiguide.admin<br \/>\ninfo:<br \/>\ndescription: Get information from the custom written things made by the server owner for the AI<br \/>\nusage: \/info <topic> [additional query]<br \/>\npermission: aiguide.use (but it will limit all the other)<br \/>\nlistinfo:<br \/>\ndescription: List all available information topics<br \/>\nusage: \/listinfo<br \/>\npermission: aiguide.use (but it will limit all the other)<br \/>\ndeleteinfo:<br \/>\ndescription: Delete a topic from the AI database<br \/>\nusage: \/deleteinfo <topic><br \/>\npermission: aiguide.admin<br \/>\naichat:<br \/>\ndescription: Toggle AI chat mode (all messages sent to AI)<br \/>\nusage: \/aichat<br \/>\npermission: aiguide.use (but it will limit all the other)<br \/>\naireload:<br \/>\ndescription: Reload the plugin configuration<br \/>\nusage: \/aireload<br \/>\npermission: aiguide.admin<\/p>\n<p>permissions:<br \/>\naiguide.admin:<br \/>\ndescription: Allows administration of the AI Guide plugin<br \/>\ndefault: op<br \/>\naiguide.use:<br \/>\ndescription: Allows use of the AI Guide plugin<br \/>\ndefault: true<br \/>\n&#8220;`<\/p>\n<p>![PlayerCONSOLE ad](https:\/\/www.spigotmc.org\/resources\/%E2%9C%A8%E3%80%90%E2%98%85-player%E2%9C%A6console-%E2%98%85%E3%80%91%E2%9C%A8-%E2%8E%AE-remote-admin-panel-50-off-%E2%8E%AE-velocity-support-file-managing-%E2%9B%8F%EF%B8%8F.126241\/)<\/p>\n","protected":false},"excerpt":{"rendered":"<p>An AI helper inside minecraft to guide players to your server&#8217;s needs<\/p>\n","protected":false},"featured_media":9601,"template":"","meta":{"_minecraft_slug":"aihelper","_minecraft_project_id":"Rtn9ZmWZ","_minecraft_author":"natzproz","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":900,"_minecraft_follows":4,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"aihelper.zip","_minecraft_size_bytes":1977062,"_minecraft_version_count":7,"_minecraft_updated_at":"2026-05-16T08:57:56.435157Z","_minecraft_date_created":"2025-03-31T06:29:45.761271Z","_minecraft_date_modified":"2026-03-24T17:06:49.535835Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/aihelper","_minecraft_icon_attachment_id":9601,"_minecraft_imported_at":"2026-05-31T15:42:55+00:00","_minecraft_import_hash":"daa4d88744670b88ff58a5a307dc693b","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,873,127,867,129,92],"mod_loader":[130,132,134],"minecraft_version":[59,36,60,93,94,101,102,62,37,40,41,73,74,38,78,79,80,81,82,83],"class_list":["post-9600","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-library","mod_category-paper","mod_category-social","mod_category-spigot","mod_category-utility","mod_loader-bukkit","mod_loader-paper","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"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>AIHelper - 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\/aihelper\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"AIHelper - Minecraft\" \/>\n<meta property=\"og:description\" content=\"An AI helper inside minecraft to guide players to your server&#039;s needs\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/aihelper\/\" \/>\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=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/aihelper\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/aihelper\\\/\",\"name\":\"AIHelper - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/aihelper\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/aihelper\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/aihelper-icon-a012bd783777c757ee606473a632639667c7e73a_96.webp\",\"datePublished\":\"2026-05-31T15:42:54+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/aihelper\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/aihelper\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/aihelper\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/aihelper-icon-a012bd783777c757ee606473a632639667c7e73a_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/aihelper-icon-a012bd783777c757ee606473a632639667c7e73a_96.webp\",\"width\":96,\"height\":89},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/aihelper\\\/#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\":\"AIHelper\"}]},{\"@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":"AIHelper - 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\/aihelper\/","og_locale":"en_US","og_type":"article","og_title":"AIHelper - Minecraft","og_description":"An AI helper inside minecraft to guide players to your server's needs","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/aihelper\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/aihelper\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/aihelper\/","name":"AIHelper - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/aihelper\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/aihelper\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/05\/aihelper-icon-a012bd783777c757ee606473a632639667c7e73a_96.webp","datePublished":"2026-05-31T15:42:54+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/aihelper\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/aihelper\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/aihelper\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/05\/aihelper-icon-a012bd783777c757ee606473a632639667c7e73a_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/05\/aihelper-icon-a012bd783777c757ee606473a632639667c7e73a_96.webp","width":96,"height":89},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/aihelper\/#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":"AIHelper"}]},{"@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\/9600","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\/9601"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=9600"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=9600"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=9600"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=9600"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}