
Integrates Grok AI into server chat with @mentions, auto-response, and contextual awareness
Bring Grok AI directly into your Minecraft server chat! Players can ask questions, get help, and have natural conversations with Grok AI using simple @grok mentions or commands.
GitHub Repository | Issues | Wiki
@grok in chat or use /grok commandAll settings can be configured in plugins/MCGrokChat/config.yml. You'll need an xAI API key to get started - sign up at console.x.ai to get yours.
Example configuration:
api:
key: "your-xai-api-key-here"
model: "grok-3-mini"
chat:
enable-auto-response: true
auto-response-keywords:
- "grok"
- "hey grok"
chat-history:
enabled: true
size: 10
# Direct Mention (Private Response)
Player: @grok how do I find diamonds?
[Grok] The best way to find diamonds is to mine at Y-level -59. Bring iron pickaxes and watch out for lava!
# Auto-Response (Public - Everyone sees)
Player: hey grok what's the best enchantment for a sword?
[Grok] For swords, Sharpness V is essential! Also get Sweeping Edge III for crowd control. Don't forget Looting III for better drops!
# Command Usage
/grok what's the best food in minecraft?
[Grok] Golden carrots are the best food for saturation, but cooked porkchops and steak are great for hunger restoration!
This plugin uses the xAI API. Check xAI's pricing page for current rates. The plugin uses grok-3-mini by default, which is optimized for cost efficiency.
This project is licensed under the MIT License. See the LICENSE file for details.
Made with love for the Minecraft community
Not affiliated with Mojang, Microsoft, or xAI