Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
ChatModerator
PluginMIT

ChatModerator

An AI powered chat moderation minecraft plugin for Bukkit/Spigot/Paper/Folia

117
Downloads
0
Followers
7 months ago
Updated
📦
3
Versions
socialtechnologyutilitybukkitfoliapaperspigot
Download Latestv3.0.0View on Modrinth

📖About ChatModerator

ChatModerator - AI-Powered Minecraft Chat Moderation Plugin

A sophisticated Minecraft plugin that automatically moderates chat messages using AI, keeping your server safe and friendly. ChatModerator now supports both OpenAI and Gemini AI providers for content analysis, giving you flexibility and reliability.

Features

  • AI-Powered Moderation: Analyze chat messages with OpenAI or Gemini APIs to detect inappropriate content.
  • Universal Compatibility: Works seamlessly on Spigot, Paper, Folia, and Luminol servers with automatic detection.
  • Configurable Word Filter: Block specific words with a customizable blacklist.
  • Flexible AI Thresholds: Adjust sensitivity for different categories like hate speech, harassment, sexual content, and violence.
  • Admin Tools: Manage the plugin, word lists, and moderation behavior via commands.
  • Permission System: Allow trusted players to bypass moderation.
  • Real-time Notifications: Alert administrators when violations occur.
  • Comprehensive Logging: Track all moderation actions and AI decisions.
  • AI Test Command: Quickly test your API key with sample messages.
  • Folia/Luminol Scheduler Support: Ensures tasks run correctly on threaded server implementations.

Installation

  1. Download the plugin JAR file.
  2. Stop your server.
  3. Place the JAR in your server's plugins/ folder.
  4. Start your server to generate configuration files.
  5. Configure your OpenAI or Gemini API key in plugins/ChatModerator/config.yml.
  6. Restart your server or run /chatmod reload.

Configuration

AI Provider Setup

  • OpenAI: Get an API key from OpenAI and replace your-openai-api-key-here in the config.
  • Gemini: Get an API key from Gemini and replace your-gemini-api-key-here in the config.

Blocked Words

Add words to the blocked list in the configuration:

moderation:
  blocked-words:
    - "badword1"
    - "inappropriate"
    - "spam"

AI Moderation Thresholds

Adjust sensitivity for different categories:

moderation:
  thresholds:
    hate: 0.3          # Lower = more sensitive
    harassment: 0.3
    sexual: 0.5
    violence: 0.3

Commands

  • /chatmod reload - Reload configuration
  • /chatmod status - Show plugin status
  • /chatmod toggle - Enable/disable moderation
  • /chatmod add-word <word> - Add word to block list
  • /chatmod remove-word <word> - Remove word from block list
  • /chatmod unmute <player> - Unmute a player after a blocked word
  • /chatmod aitest <message> - Test your API key with a sample message

Permissions

  • chatmoderator.admin - Access to all commands (default: op)
  • chatmoderator.bypass - Bypass chat moderation (default: false)

How It Works

  1. Message Interception: Listens to all chat messages.
  2. Server Detection: Detects Folia/Luminol and uses appropriate schedulers.
  3. Word Filter Check: Checks messages against your custom blocked words.
  4. AI Analysis: Sends message to OpenAI or Gemini for content analysis.
  5. Action Execution: Blocks inappropriate messages, notifies admins, and logs actions.

Requirements

  • Minecraft Server 1.20+
  • Spigot, Paper, Folia, or Luminol
  • Java 17+
  • OpenAI or Gemini API key (optional for AI moderation)
  • Internet connection

Building from Source

git clone <repository-url>
cd chat-moderator
mvn clean package

The compiled JAR will be in the target/ directory.

Support

For issues or feature requests, create an issue in the repository or contact the plugin developer.

License

This project is licensed under the MIT License.

👥 Team & Contributors

Hihelloy
HihelloyOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
bukkitfoliapaperspigot
Minecraft Versions
1.201.20.11.20.21.20.31.20.41.20.51.20.61.21+8 more

🔗 Links

Modrinth Page