Installation command
!!MCDR plugin install ollama_chat
Author
Repository
Homepage
Synced at
...
Last update
...
Latest version
Total downloads
15
Back to catalogue
Some code writing techniques are inspired by reference: https://github.com/gubaiovo/MCDR_chat_with_ai
OllamaChat
[The officially developed OllamaChat plugin MCDR version]
A Minecraft server plugin for MCDReforged that enables players to chat with AI using either Ollama or OpenAI.
📦 Dependencies
- Main Dependency: MCDReforged v2.x
- Required Dependency: uuid_api (GPLv3)
Features
- Chat with AI in Minecraft.
- Supports both Ollama (local) and OpenAI (API) backends.
- Customizable AI label and setup prompts.
- View and reset chat history.
Installation
- Ensure MCDReforged is installed on your server.
- Install required Python dependencies:
pip install openai requests
- Place the plugin files in the
plugins
folder of your MCDReforged server. - Restart the server to generate the default configuration.
Commands
All commands are prefixed with !!oc
and can only be used by players.
Command | Description | Example |
---|---|---|
!!oc guide | Show this command guide | !!oc guide |
!!oc records | View chat history | !!oc records |
!!oc reset | Clear chat history | !!oc reset |
!!oc chat <message> | Chat with the AI | !!oc chat Hi |
Support
- Report issues or suggest features on GitHub/community server..
Introduction source: README.md