Compatibility
Minecraft: Java Edition
Platforms
Creators
Details
LlamaChat
Hey there! I made this plugin to add a fun AI companion to Minecraft servers. LlamaChat creates a character named "Llama" that responds when mentioned in chat using Meta's Llama 4 language model through the Groq API.
What it does
This plugin lets players chat with an AI character by just mentioning "Llama" in their messages. The AI remembers your conversations for a short while (default 2 minutes) and responds naturally to whatever you say.
I built it to be lightweight and server-friendly - all the AI processing happens through external API calls that don't slow down your server.
How to use it
Just mention "Llama" in chat, and you'll get a response! Examples:
- "Hey Llama, what's up?"
- "Llama, do you like my new house?"
- "What do you think about diamonds, Llama?"
The AI will respond with short, casual messages that fit the Minecraft setting. It's designed to be chill and not too over-the-top.
Setup
- Drop the JAR in your plugins folder
- Restart your server
- Edit the config file to add your Groq API key
- Use
/reloador restart again
You'll need a Groq API key, which you can get for free at groq.com.
Config options
The config is pretty simple:
# Your Groq API key goes here
groq-api-key: "your-api-key-here"
# Chat settings
chat:
# How Llama's messages appear in chat
prefix: "&b[Llama]&r"
# How long Llama remembers conversations (minutes)
memory-reset-interval: 2



