Groq-LLamaChat
PluginMIT

Groq-LLamaChat

This is a mod that lets groq chat with your players, use it by saying anything and incorporating llama in that sentence

53
Downloads
1
Followers
1 years ago
Updated
📦
2
Versions

📖About Groq-LLamaChat

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

  1. Drop the JAR in your plugins folder
  2. Restart your server
  3. Edit the config file to add your Groq API key
  4. Use /reload or 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