{"id":9496,"date":"2026-05-31T18:40:37","date_gmt":"2026-05-31T15:40:37","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/ai-chat-moderation\/"},"modified":"2026-05-31T18:40:37","modified_gmt":"2026-05-31T15:40:37","slug":"ai-chat-moderation","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/ai-chat-moderation\/","title":{"rendered":"AI Chat Moderation"},"content":{"rendered":"<p><center><\/p>\n<p>![AI Chat Moderation logo banner](https:\/\/imgur.com\/IQT8E34.png)<\/p>\n<p><\/center><\/p>\n<p>### **Keep your Minecraft server chat clean and safe with advanced AI technology!**<br \/>\nAI Chat Moderation is a powerful plugin that uses artificial intelligence to detect and filter harmful messages in your Minecraft server chat. With customizable detection categories and response actions, you can create a welcoming environment for all players.<\/p>\n<p>_The plugin uses an OPENAI or Mistral AI model, no API key required_<\/p>\n<p>## Features<br \/>\n&#8211; Advanced AI Detection: Identifies 12 categories of harmful content including harassment, hate speech, threats, violence, and inappropriate sexual content FOR all languages.<br \/>\n&#8211; Customizable Confidence Levels: Fine-tune detection sensitivity for each category<br \/>\n&#8211; Flexible Response System: Configure unique responses for different violation types<br \/>\n&#8211; Real-time Moderation: Option to check messages before or after they&#8217;re sent<br \/>\n&#8211; Comprehensive Logging: Track flagged messages in your server console<br \/>\n&#8211; Easy Configuration: Simple YAML file with detailed options<\/p>\n<p>## Installation<br \/>\nJust drag and drop the plugin jar into your plugins folder and it is ready !<br \/>\nNo need to create an OPENAI key. To not to leave any doubt, message may be cached in my programs for performance purpose only.<\/p>\n<p>## How It Works<br \/>\nThe plugin analyzes each chat message using AI technology to determine if it contains harmful content. When potentially harmful content is detected, the plugin can:<\/p>\n<p>&#8211; Hide the message from other players<br \/>\n&#8211; Send warning messages to the offending player<br \/>\n&#8211; Execute custom commands based on the violation type<br \/>\n&#8211; Kick or take other administrative actions for severe violations<\/p>\n<p>Give your moderators the tools they need to maintain a positive community without constantly monitoring chat. AI Chat Moderation works silently in the background, allowing you to focus on building and playing while keeping your server safe for everyone.<\/p>\n<p>## Commands<br \/>\n&#8211; \/acm reload : To reload the plugin<br \/>\n&#8211; \/acm debug : To see the categories confidence of each message sent. It allows to adjust your categories confidence easily.<\/p>\n<p>## Permissions<br \/>\n&#8211; acm.reload : To be able to use \/acm reload<br \/>\n&#8211; acm.debug : To be able to use \/acm debug<br \/>\n&#8211; acm.bypass : To bypass the checks (**By default OP bypass**)<\/p>\n<p>_AI Chat Moderation &#8211; Smart protection for your Minecraft community_<\/p>\n<p>The configuration file:<br \/>\n&#8220;`yaml<br \/>\n# Enable or disable the plugin<br \/>\nenabled: true<\/p>\n<p># &#8212;- NO AI PART &#8212;-<br \/>\n# To blacklist some words without using AI<br \/>\nblacklisted-words:<br \/>\n  &#8211; fuck you<br \/>\n  &#8211; retarded<br \/>\n# Whether or not the message will be hidden when it contains a blacklisted word<br \/>\nblacklisted-words-hide-message: true<br \/>\n# The commands to run if the message contains a blacklisted word<br \/>\nblacklisted-words-commands:<br \/>\n  &#8211; &#8220;SEND_MESSAGE &#038;6%player% &#038;cUse a correct language.&#8221;<\/p>\n<p># &#8212;- AI PART &#8212;-<br \/>\n# Choose your provider OPENAI or MISTRAL or DETOXIFY<br \/>\n# + Mistral is better for arabic and Russian languages<br \/>\n# + OpenAI responses are faster<br \/>\n# + Detoxify Very fast, good for IT, FR, RU, PT, ES, TR but not very detection when the insult is splitted \/ not well written \/ acronym<\/p>\n<p>providers: [DETOXIFY, OPENAI]<br \/>\n# True: the plugin will log the flagged messages in the console<br \/>\n# False: the plugin will not log the flagged messages in the console<br \/>\nlogs-flagged-messages: true<br \/>\nlogged-message-format: &#8220;Flagged message: Player:[%player%] &#8211; Message:[%message%] &#8211; Category:[%category%] &#8211; Confidence[%confidence%]&#8221;<br \/>\n# True: the plugin will check the message before it is sent (the message will be a bit delayed, approximately 0.3s)<br \/>\n# False: the plugin will check the message after it has been sent (the message will not be delayed) but if the message is flagged, the message will not be deleted<br \/>\ncheck-after-message-has-been-sent: false<br \/>\n# The different harmful categories that the plugin can detect<br \/>\ncategories:<br \/>\n  # OPENAI<br \/>\n  illicit\/violent:<br \/>\n    # True: the plugin will detect the messages in this category<br \/>\n    # False: the plugin will not detect the messages in this category<br \/>\n    detection: true<br \/>\n    # The actions that the plugin will do when a message is detected in this category<br \/>\n    actions:<br \/>\n      warn:<br \/>\n        # Adjust the confidence level to detect the messages in this category<br \/>\n        # When it is higher the plugin will detect only the messages with height intensity of harmfulness<br \/>\n        # When it is lower the plugin will detect the messages with low intensity of harmfulness<br \/>\n        # From 0.0 to 1.0, 0.85 is a good value<br \/>\n        confidence: 0.80<br \/>\n        # Whether the plugin will hide the message from the player<br \/>\n        hideMessage: true<br \/>\n        # The commands that the plugin will execute when a message is detected in this category<br \/>\n        # Placeholders: %player%: the player who sent the message<br \/>\n        #               %player_uuid%: the UUID of the player who sent the message<br \/>\n        commands:<br \/>\n          &#8211; &#8220;SEND_MESSAGE &#038;6%player% &#038;cYou are not allowed to use violent language.&#8221;<br \/>\n      other:<br \/>\n        confidence: 0.95<br \/>\n        hideMessage: true<br \/>\n        commands:<br \/>\n          &#8211; &#8220;kick %player%&#8221;<br \/>\n  # OPENAI<br \/>\n  self-harm\/instructions:<br \/>\n    detection: true<br \/>\n    actions:<br \/>\n      warn:<br \/>\n        confidence: 0.80<br \/>\n        hideMessage: true<br \/>\n        commands:<br \/>\n          &#8211; &#8220;SEND_MESSAGE &#038;6%player% &#038;cYou are not allowed to use self-harm instructions.&#8221;<br \/>\n  # OPENAI<br \/>\n  harassment:<br \/>\n    detection: true<br \/>\n    actions:<br \/>\n      warn:<br \/>\n        confidence: 0.80<br \/>\n        hideMessage: true<br \/>\n        commands:<br \/>\n          &#8211; &#8220;SEND_MESSAGE &#038;6%player% &#038;cYou are not allowed to harass other players.&#8221;<br \/>\n  # OPENAI<br \/>\n  violence\/graphic:<br \/>\n    detection: true<br \/>\n    actions:<br \/>\n      warn:<br \/>\n        confidence: 0.80<br \/>\n        hideMessage: true<br \/>\n        commands:<br \/>\n          &#8211; &#8220;SEND_MESSAGE &#038;6%player% &#038;cYou are not allowed to use violence.&#8221;<br \/>\n  # OPENAI<br \/>\n  illicit:<br \/>\n    detection: true<br \/>\n    actions:<br \/>\n      warn:<br \/>\n        confidence: 0.80<br \/>\n        hideMessage: true<br \/>\n        commands:<br \/>\n          &#8211; &#8220;SEND_MESSAGE &#038;6%player% &#038;cYou are not allowed to use illicit language.&#8221;<br \/>\n  # OPENAI<br \/>\n  self-harm\/intent:<br \/>\n    detection: true<br \/>\n    actions:<br \/>\n      warn:<br \/>\n        confidence: 0.80<br \/>\n        hideMessage: true<br \/>\n        commands:<br \/>\n          &#8211; &#8220;SEND_MESSAGE &#038;6%player% &#038;cYou are not allowed to use self-harm intent.&#8221;<br \/>\n  # OPENAI<br \/>\n  hate\/threatening:<br \/>\n    detection: true<br \/>\n    actions:<br \/>\n      warn:<br \/>\n        confidence: 0.80<br \/>\n        hideMessage: true<br \/>\n        commands:<br \/>\n          &#8211; &#8220;SEND_MESSAGE &#038;6%player% &#038;cYou are not allowed to use threatening language.&#8221;<br \/>\n  # OPENAI<br \/>\n  sexual\/minors:<br \/>\n    detection: true<br \/>\n    actions:<br \/>\n      warn:<br \/>\n        confidence: 0.80<br \/>\n        hideMessage: true<br \/>\n        commands:<br \/>\n          &#8211; &#8220;SEND_MESSAGE &#038;6%player% &#038;cYou are not allowed to use sexual language.&#8221;<br \/>\n  # OPENAI<br \/>\n  harassment\/threatening:<br \/>\n    detection: true<br \/>\n    actions:<br \/>\n      warn:<br \/>\n        confidence: 0.80<br \/>\n        hideMessage: true<br \/>\n        commands:<br \/>\n          &#8211; &#8220;SEND_MESSAGE &#038;6%player% &#038;cYou are not allowed to use threatening language.&#8221;<br \/>\n  # OPENAI<br \/>\n  hate:<br \/>\n    detection: true<br \/>\n    actions:<br \/>\n      warn:<br \/>\n        confidence: 0.80<br \/>\n        hideMessage: true<br \/>\n        commands:<br \/>\n          &#8211; &#8220;SEND_MESSAGE &#038;6%player% &#038;cYou are not allowed to use hate language.&#8221;<br \/>\n  # OPENAI<br \/>\n  self-harm:<br \/>\n    detection: true<br \/>\n    actions:<br \/>\n      warn:<br \/>\n        confidence: 0.80<br \/>\n        hideMessage: true<br \/>\n        commands:<br \/>\n          &#8211; &#8220;SEND_MESSAGE &#038;6%player% &#038;cYou are not allowed to use self-harm language.&#8221;<br \/>\n  # OPENAI and MISTRAL<br \/>\n  sexual:<br \/>\n    detection: true<br \/>\n    actions:<br \/>\n      warn:<br \/>\n        confidence: 0.80<br \/>\n        hideMessage: true<br \/>\n        commands:<br \/>\n          &#8211; &#8220;SEND_MESSAGE &#038;6%player% &#038;cYou are not allowed to use sexual language.&#8221;<br \/>\n  # OPENAI<br \/>\n  violence:<br \/>\n    detection: true<br \/>\n    actions:<br \/>\n      warn:<br \/>\n        confidence: 0.80<br \/>\n        hideMessage: true<br \/>\n        commands:<br \/>\n          &#8211; &#8220;SEND_MESSAGE &#038;6%player% &#038;cYou are not allowed to use violent language.&#8221;<br \/>\n  # MISTRAL<br \/>\n  # Content that expresses prejudice, hostility, or advocates discrimination against individuals or groups based on protected characteristics such as race, ethnicity, religion, gender, sexual orientation, or disability. This includes slurs, dehumanizing language, calls for exclusion or harm targeted at specific groups, and persistent harassment or bullying of individuals based on these characteristics.<br \/>\n  hate_and_discrimination:<br \/>\n    detection: true<br \/>\n    actions:<br \/>\n      warn:<br \/>\n        confidence: 0.80<br \/>\n        hideMessage: true<br \/>\n        commands:<br \/>\n          &#8211; &#8220;SEND_MESSAGE &#038;6%player% &#038;cYou are not allowed to use hate language.&#8221;<br \/>\n  # MISTRAL<br \/>\n  # Content that describes, glorifies, incites, or threatens physical violence against individuals or groups. This includes graphic depictions of injury or death, explicit threats of harm, and instructions for carrying out violent acts. This category covers both targeted threats and general promotion or glorification of violence.<br \/>\n  violence_and_threats:<br \/>\n    detection: true<br \/>\n    actions:<br \/>\n      warn:<br \/>\n        confidence: 0.80<br \/>\n        hideMessage: true<br \/>\n        commands:<br \/>\n          &#8211; &#8220;SEND_MESSAGE &#038;6%player% &#038;cYou are not allowed to use violent language.&#8221;<br \/>\n  # MISTRAL<br \/>\n  # Content that promotes or provides instructions for illegal activities or extremely hazardous behaviors that pose a significant risk of physical harm, death, or legal consequences. This includes guidance on creating weapons or explosives, encouragement of extreme risk-taking behaviors, and promotion of non-violent crimes such as fraud, theft, or drug trafficking.<br \/>\n  dangerous_and_criminal_content:<br \/>\n    detection: true<br \/>\n    actions:<br \/>\n      warn:<br \/>\n        confidence: 0.80<br \/>\n        hideMessage: true<br \/>\n        commands:<br \/>\n          &#8211; &#8220;SEND_MESSAGE &#038;6%player% &#038;cYou are not allowed to use violent language.&#8221;<br \/>\n  # MISTRAL<br \/>\n  # Content that promotes, instructs, plans, or encourages deliberate self-injury, suicide, eating disorders, or other self-destructive behaviors. This includes detailed methods, glorification, statements of intent, dangerous challenges, and related slang terms<br \/>\n  selfharm:<br \/>\n    detection: true<br \/>\n    actions:<br \/>\n      warn:<br \/>\n        confidence: 0.80<br \/>\n        hideMessage: true<br \/>\n        commands:<br \/>\n          &#8211; &#8220;SEND_MESSAGE &#038;6%player% &#038;cYou are not allowed to use violent language.&#8221;<br \/>\n  # MISTRAL<br \/>\n  # Content that contains or tries to elicit detailed or tailored medical advice<br \/>\n  health:<br \/>\n    detection: true<br \/>\n    actions:<br \/>\n      warn:<br \/>\n        confidence: 0.80<br \/>\n        hideMessage: true<br \/>\n        commands:<br \/>\n          &#8211; &#8220;SEND_MESSAGE &#038;6%player% &#038;cYou are not allowed to use tailored medical language.&#8221;<br \/>\n  # MISTRAL<br \/>\n  # Content that contains or tries to elicit detailed or tailored financial advice.<br \/>\n  financial:<br \/>\n    detection: true<br \/>\n    actions:<br \/>\n      warn:<br \/>\n        confidence: 0.80<br \/>\n        hideMessage: true<br \/>\n        commands:<br \/>\n          &#8211; &#8220;SEND_MESSAGE &#038;6%player% &#038;cYou are not allowed to use financial language.&#8221;<br \/>\n  # MISTRAL<br \/>\n  # Content that contains or tries to elicit detailed or tailored legal advice.<br \/>\n  law:<br \/>\n    detection: true<br \/>\n    actions:<br \/>\n      warn:<br \/>\n        confidence: 0.80<br \/>\n        hideMessage: true<br \/>\n        commands:<br \/>\n          &#8211; &#8220;SEND_MESSAGE &#038;6%player% &#038;cYou are not allowed to use elicit detailed language.&#8221;<br \/>\n  # MISTRAL<br \/>\n  # Content that requests, shares, or attempts to elicit personal identifying information such as full names, addresses, phone numbers, social security numbers, or financial account details.<br \/>\n  pii:<br \/>\n    detection: true<br \/>\n    actions:<br \/>\n      warn:<br \/>\n        confidence: 0.80<br \/>\n        hideMessage: true<br \/>\n        commands:<br \/>\n          &#8211; &#8220;SEND_MESSAGE &#038;6%player% &#038;cYou are not allowed to leak personal information.&#8221;<br \/>\n  # DETOXIFY<br \/>\n  toxicity:<br \/>\n    detection: true<br \/>\n    actions:<br \/>\n      warn:<br \/>\n        confidence: 0.80<br \/>\n        hideMessage: true<br \/>\n        commands:<br \/>\n          &#8211; &#8220;SEND_MESSAGE &#038;6%player% &#038;cYou are not allowed to use toxic language.&#8221;<br \/>\n  # DETOXIFY<br \/>\n  sexual_explicit:<br \/>\n    detection: true<br \/>\n    actions:<br \/>\n      warn:<br \/>\n        confidence: 0.80<br \/>\n        hideMessage: true<br \/>\n        commands:<br \/>\n          &#8211; &#8220;SEND_MESSAGE &#038;6%player% &#038;cYou are not allowed to use sexual explicit language.&#8221;<br \/>\n  # DETOXIFY<br \/>\n  severe_toxicity:<br \/>\n    detection: true<br \/>\n    actions:<br \/>\n      warn:<br \/>\n        confidence: 0.80<br \/>\n        hideMessage: true<br \/>\n        commands:<br \/>\n          &#8211; &#8220;SEND_MESSAGE &#038;6%player% &#038;cYou are not allowed to use severe toxic language.&#8221;<br \/>\n  # DETOXIFY<br \/>\n  obscene:<br \/>\n    detection: true<br \/>\n    actions:<br \/>\n      warn:<br \/>\n        confidence: 0.80<br \/>\n        hideMessage: true<br \/>\n        commands:<br \/>\n          &#8211; &#8220;SEND_MESSAGE &#038;6%player% &#038;cYou are not allowed to use obscene language.&#8221;<br \/>\n  # DETOXIFY<br \/>\n  threat:<br \/>\n    detection: true<br \/>\n    actions:<br \/>\n      warn:<br \/>\n        confidence: 0.80<br \/>\n        hideMessage: true<br \/>\n        commands:<br \/>\n          &#8211; &#8220;SEND_MESSAGE &#038;6%player% &#038;cYou are not allowed to use threat language.&#8221;<br \/>\n  # DETOXIFY<br \/>\n  identity_attack:<br \/>\n    detection: true<br \/>\n    actions:<br \/>\n      warn:<br \/>\n        confidence: 0.80<br \/>\n        hideMessage: true<br \/>\n        commands:<br \/>\n          &#8211; &#8220;SEND_MESSAGE &#038;6%player% &#038;cYou are not allowed to use threat language.&#8221;<\/p>\n<p>  # DETOXIFY<br \/>\n  insult:<br \/>\n    detection: true<br \/>\n    actions:<br \/>\n      warn:<br \/>\n        confidence: 0.80<br \/>\n        hideMessage: true<br \/>\n        commands:<br \/>\n          &#8211; &#8220;SEND_MESSAGE &#038;6%player% &#038;cYou are not allowed to use insult language.&#8221;<\/p>\n<p>print-api-errors: false # For debugging purposes, I advice you to set it to false in production<br \/>\n&#8220;`<\/p>\n","protected":false},"excerpt":{"rendered":"<p>AI-Powered Chat Moderation Plugin, Prevent your players to send harmful content.<\/p>\n","protected":false},"featured_media":9497,"template":"","meta":{"_minecraft_slug":"ai-chat-moderation","_minecraft_project_id":"C0RvmsiN","_minecraft_author":"Ssomar","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":2932,"_minecraft_follows":20,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"ai-chat-moderation.zip","_minecraft_size_bytes":4060599,"_minecraft_version_count":65,"_minecraft_updated_at":"2026-05-16T05:14:30.570480Z","_minecraft_date_created":"2025-03-31T16:08:02.995664Z","_minecraft_date_modified":"2025-10-16T21:15:47.191818Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/ai-chat-moderation","_minecraft_icon_attachment_id":9497,"_minecraft_imported_at":"2026-05-31T15:40:37+00:00","_minecraft_import_hash":"16d876be32aba2b701eb0a5834e42ec6","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,894,125,126,127,128,867,129,123,92,992],"mod_loader":[130,895,131,132,133,134,993],"minecraft_version":[339,340,341,357,359,360,379,382,385,438,446,449,110,111,112,113,114,115,116,117,118,119,120,46,47,48,49,50,51,52,53,54,55,56,57,58,59,36,60,93,94,101,102,62,37,40,73,74,38,78,79,80,81,82,22,23,24,25,26,27,28,29,30,31,860,861,862,863,864],"class_list":["post-9496","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-bungeecord","mod_category-folia","mod_category-management","mod_category-paper","mod_category-purpur","mod_category-social","mod_category-spigot","mod_category-technology","mod_category-utility","mod_category-waterfall","mod_loader-bukkit","mod_loader-bungeecord","mod_loader-folia","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","mod_loader-waterfall","minecraft_version-1-10","minecraft_version-1-10-1","minecraft_version-1-10-2","minecraft_version-1-11","minecraft_version-1-11-1","minecraft_version-1-11-2","minecraft_version-1-12","minecraft_version-1-12-1","minecraft_version-1-12-2","minecraft_version-1-13","minecraft_version-1-13-1","minecraft_version-1-13-2","minecraft_version-1-14","minecraft_version-1-14-1","minecraft_version-1-14-2","minecraft_version-1-14-3","minecraft_version-1-14-4","minecraft_version-1-15","minecraft_version-1-15-1","minecraft_version-1-15-2","minecraft_version-1-16","minecraft_version-1-16-1","minecraft_version-1-16-2","minecraft_version-1-16-3","minecraft_version-1-16-4","minecraft_version-1-16-5","minecraft_version-1-17","minecraft_version-1-17-1","minecraft_version-1-18","minecraft_version-1-18-1","minecraft_version-1-18-2","minecraft_version-1-19","minecraft_version-1-19-1","minecraft_version-1-19-2","minecraft_version-1-19-3","minecraft_version-1-19-4","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-20-2","minecraft_version-1-20-3","minecraft_version-1-20-4","minecraft_version-1-20-5","minecraft_version-1-20-6","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9","minecraft_version-1-8","minecraft_version-1-8-1","minecraft_version-1-8-2","minecraft_version-1-8-3","minecraft_version-1-8-4","minecraft_version-1-8-5","minecraft_version-1-8-6","minecraft_version-1-8-7","minecraft_version-1-8-8","minecraft_version-1-8-9","minecraft_version-1-9","minecraft_version-1-9-1","minecraft_version-1-9-2","minecraft_version-1-9-3","minecraft_version-1-9-4"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>AI Chat Moderation - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/ai-chat-moderation\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"AI Chat Moderation - Minecraft\" \/>\n<meta property=\"og:description\" content=\"AI-Powered Chat Moderation Plugin, Prevent your players to send harmful content.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/ai-chat-moderation\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/ai-chat-moderation\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/ai-chat-moderation\\\/\",\"name\":\"AI Chat Moderation - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/ai-chat-moderation\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/ai-chat-moderation\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/ai-chat-moderation-icon-f18ef0252354f892b701a016cafdc9439c10fc39_96.webp\",\"datePublished\":\"2026-05-31T15:40:37+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/ai-chat-moderation\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/ai-chat-moderation\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/ai-chat-moderation\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/ai-chat-moderation-icon-f18ef0252354f892b701a016cafdc9439c10fc39_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/ai-chat-moderation-icon-f18ef0252354f892b701a016cafdc9439c10fc39_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/ai-chat-moderation\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"AI Chat Moderation\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"AI Chat Moderation - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/ai-chat-moderation\/","og_locale":"en_US","og_type":"article","og_title":"AI Chat Moderation - Minecraft","og_description":"AI-Powered Chat Moderation Plugin, Prevent your players to send harmful content.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/ai-chat-moderation\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/ai-chat-moderation\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/ai-chat-moderation\/","name":"AI Chat Moderation - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/ai-chat-moderation\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/ai-chat-moderation\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/05\/ai-chat-moderation-icon-f18ef0252354f892b701a016cafdc9439c10fc39_96.webp","datePublished":"2026-05-31T15:40:37+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/ai-chat-moderation\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/ai-chat-moderation\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/ai-chat-moderation\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/05\/ai-chat-moderation-icon-f18ef0252354f892b701a016cafdc9439c10fc39_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/05\/ai-chat-moderation-icon-f18ef0252354f892b701a016cafdc9439c10fc39_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/ai-chat-moderation\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"AI Chat Moderation"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/9496","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/9497"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=9496"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=9496"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=9496"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=9496"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}