Lumo – Your In-Game AI Chat Assistant
powered by Groq LLaMA-3 • multilingual • bossbar • anti-spam
Features
- Ask a powerful AI directly from the in-game chat
- Uses the Groq API
- Loading animation via Bossbar OR simple chat message
- Multilingual responses (configurable via language: de, en, es, etc.)
- Fully customizable thinking messages & responses
- Anti-spam cooldown with real-time countdown in chat
- Optional logging of all questions and answers per player
- Built-in blacklist for restricted words (editable)
- Developer API: LumoAPI.ask(player, "question")
- No database needed – completely self-contained
⚙️ Configuration (config.yml)
Code (YAML):
api:
api_key
:
"..."
# Your Groq API key
logs
: true
# Enable logging
time
: 20
# Cooldown in seconds (-1 = no limit)
maxlines
: 7
# Max response lines (-1 = unlimited)
bossbar
: true
# Enable bossbar loading animation
language
: en
# Language: en, de, es, fr, etc.
Commands & Permissions
- /lumo <question> – Ask a question to the AI
- /lumo help – Show help messages
- /lumo clearlogs – (Admin) Clear all stored logs
Permission:
lumo.admin – For log deletion, cooldown bypass, etc.
Files Generated
✅
config.yml – Main configuration
✅
messages.yml – All editable responses and thinking messages
✅
blacklist.yml – Add restricted words here
✅
cache/ – Stores logs per player if
logs: true
Installation
- Drop the plugin into your /plugins folder
- Start the server – config files will be generated
- Insert your API key from https://console.groq.com
- Restart the server
- Try: /lumo What is a Creeper?
For Developers
Simple integration via the provided API:
Code (Java):
if
(LumoAPI.
isAvailable
(
)
)
{
String
[
] response
= LumoAPI.
ask
(player,
"What does a Redstone Comparator do?"
)
;
}
Requirements
- Java 21
- Valid Groq API key (free with signup)
- Minecraft 1.20 – 1.21.4 (Paper recommended)
❤️ Support / Feedback
Need help or want to suggest features?
Send me a private message or leave a comment on the plugin page.
I’d love to hear your ideas and feedback!
The plugin is currently in version 1.0.0, with updates to follow. Please report any tips or bugs via PM.
» Lumo © Flugmodus 2025+