
Adds a bot you can talk to in minecraft chat.
Enzonic EMI (Enzonic Minecraft Intelligence) is a powerful Minecraft plugin that integrates OpenAI-compatible AI APIs directly into your server. Players can chat with an intelligent assistant that understands Minecraft, provides helpful information, and even responds contextually to their in-game situation.
enzonic-emi-x.x.x.jarplugins folderEdit plugins/EnzonicEMI/config.yml:
# AI Response Mode: "command", "chat", or "player"
response-mode: "chat"
# Chat prefix (command mode only)
chat-prefix: "&6[&eEMI&6] &f"
# Customize AI behavior
system-prompt: "You are a helpful and friendly Minecraft assistant..."
# API Configuration
# API is pre-configured and cannot be modified
# Conversation context
context:
max-messages: 15
include-system: true
# Rate limiting
rate-limit:
cooldown: 2
max-per-minute: 30
# Enable/disable plugin
enabled: true
Use /ai <message> to chat with the AI:
/ai How do I craft a diamond sword?
[EMI] To craft a diamond sword, you need 2 diamonds and 1 stick...
Chat normally and AI responds privately:
[Player] What's the best way to find diamonds?
EMI: Mine at Y-level -58 or lower in the deepslate layer...
Chat normally and AI responds in public chat:
[Player] How do I enchant items?
[EMI] To enchant items, you need an enchanting table with bookshelves...
| Command | Description | Permission |
|---|---|---|
/ai <message> |
Chat with AI | enzonic.emi.use |
/aiclear |
Clear conversation history | enzonic.emi.clear |
/emi <subcommand> |
Manage plugin (see below) | enzonic.emi.admin |
| Command | Description |
|---|---|
/emi enable |
Enable the AI plugin |
/emi disable |
Disable the AI plugin |
/emi status |
Check plugin status and configuration |
/emi reload |
Reload plugin configuration |
| Permission | Default | Description |
|---|---|---|
enzonic.emi.use |
true |
Use AI chat and auto-response |
enzonic.emi.clear |
true |
Clear conversation history |
enzonic.emi.admin |
op |
Use admin commands |
The AI automatically knows:
The AI uses <no response> to skip unnecessary messages:
This creates natural, helpful interactions without spam.
command - AI only responds to /ai commandschat - AI responds privately to regular chat (default)player - AI responds publicly in chatCustomize how the AI behaves:
system-prompt: "You are a helpful Minecraft assistant..."
context:
max-messages: 15 # Messages to remember
include-system: true # Include system prompt
rate-limit:
cooldown: 2 # Seconds between requests
max-per-minute: 30 # Max requests per player
/emi status to verify plugin is enabledresponse-mode in configenzonic.emi.use permissionChange response-mode in config:
command - Only /ai commandschat - Private responsesplayer - Public responsesThen run /emi reload
enzonic.emi.admin permission/emi status to test if the command works| Platform | Version |
|---|---|
| Minecraft | 1.20.4+ |
| Server | Paper (recommended), Spigot |
| Java | 17+ |
| API | OpenAI Chat Completions compatible |
<no response>This plugin is developed by Enzonic. All rights reserved.
For issues, questions, or feature requests, please visit enzonic.com.
Made with love by Enzonic