Skip to content

Releases: Ribengame/MinecraftAI

ChatAIPlugin v1.0.0 – Initial Release

17 Dec 22:49
f905f98

Choose a tag to compare

ChatAIPlugin v1.0.0 – Initial Release
Release Date: 2025-12-17

Description:
ChatAIPlugin is a Bukkit/Spigot plugin that provides automatic AI-powered chat moderation for Minecraft servers. It uses OpenAI models (base gpt 3 turbo) to detect toxic, abusive, or inappropriate messages in real-time and can optionally delete them automatically.

Key Features:

  • Automatic scanning of player messages
  • Blocking overly long messages
  • Blocking messages containing forbidden commands (e.g., /prompt)
  • Configurable daily limits and maximum message length
  • Optional automatic deletion of flagged messages
  • Asynchronous processing to reduce server lag
  • Logging of blocked messages to the console

Installation:

  1. Place ChatAIPlugin.jar into your plugins folder.
  2. Start the server to generate config.yml.
  3. Add your OpenAI API key and configure limits as needed.
  4. Restart the server.

Usage:
After installation, the plugin automatically starts monitoring chats. Players will be notified if their messages are blocked due to inappropriate content or exceeding limits.

License: GPLv3 License