OllamaChat

Let your server chat with AI using Ollama or OpenAI

tool

Installation command

!!MCDR plugin install ollama_chat

Author

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]

📜 LICENSE: GNU GPLv3 License: GPLv3

A Minecraft server plugin for MCDReforged that enables players to chat with AI using either Ollama or OpenAI.

📦 Dependencies

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

  1. Ensure MCDReforged is installed on your server.
  2. Install required Python dependencies:
    pip install openai requests
    
  3. Place the plugin files in the plugins folder of your MCDReforged server.
  4. Restart the server to generate the default configuration.

Commands

All commands are prefixed with !!oc and can only be used by players.

CommandDescriptionExample
!!oc guideShow this command guide!!oc guide
!!oc recordsView chat history!!oc records
!!oc resetClear chat history!!oc reset
!!oc chat <message>Chat with the AI!!oc chat Hi

Support

Introduction source: README.md