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
Anti-Politically-Related-Content
PluginMIT

Anti-Politically-Related-Content

A Minecraft Bukkit plugin that uses AI-powered real-time moderation to automatically detect and filter politically sensitive content in chat, commands, and player names.

34
Downloads
0
Followers
10 months ago
Updated
📦
1
Versions
managementpaper
Download Latestv4.0-RELEASEView on Modrinth

📖About Anti-Politically-Related-Content

Anti-Politically-Related-Content Plugin

Minecraft Java

Project Overview

This is a Minecraft Bukkit plugin designed to detect and filter politically related content within the game. The plugin utilizes the OpenRouter AI API to perform real-time moderation of player chat content, commands, and player IDs.

Features

  • Real-time monitoring of player chat content
  • Detection of political content in player commands
  • Checking player IDs upon new player joins
  • Automatic handling of violations:
    • Players sending political content are kicked
    • Players using inappropriate IDs are banned
  • Asynchronous API calls to avoid impacting server performance
  • 【Version 2.0 Update】Admins can enable/disable the plugin via command
  • 【Version 4.0-RELEASE Update】Test API address connection via /aprc test
  • 【Version 4.0-RELEASE Update】API-related configurations can be changed via the config file (meaning the author can upload a pre-packaged jar)
  • 【Version 4.0-RELEASE Update】/aprc reload can reload the configuration file
  • 【Version 4.0-RELEASE Update】Added a backup API address slot to prevent sudden downtime of one API platform

Installation Requirements

  • Minecraft Paper Server 1.21.4+
  • Java 17 or higher
  • A valid OpenRouter API key (visit openrouter.ai to create one)
  • (Optional) A valid SiliconFlow API key (visit SiliconFlow Official Website to create one)
  • (Optional) API keys from other open API platforms (requires some programming knowledge to change the model name and API address)

Installation Guide

  1. Build the project using Maven:

    mvn clean package
    
  2. Copy the generated target/anti-politically-related-content-1.0-SNAPSHOT.jar to the server's plugins folder

  3. Restart the server

Configuration

API Settings (Modify the config file generated after server startup)

   primary:
     api_key: Primary_API_Key
     model: deepseek/deepseek-chat-v3-0324:free
     api_url: https://openrouter.ai/api/v1/chat/completions
   backup:
     api_key: Backup_API_Key
     model: deepseek-ai/DeepSeek-R1-0528-Qwen3-8B
     api_url: https://api.siliconflow.cn/v1/chat/completions

Response Customization

Modify the following methods in Main.java to change violation handling:

  • handleChatViolation() - Handles chat violations
  • handleNameViolation() - Handles name violations

Usage Example

  1. Install and configure the plugin
  2. The plugin will automatically:
    • Scan all chat messages
    • Check new player names
    • Take automatic action upon detecting violations
  3. Players with the aprc.admin permission can use the /aprc <test|on|off|reload> command to test the API address/enable the plugin/disable the plugin/reload the plugin.

Notes

  1. An internet connection is required to access the API
  2. API calls may have a 1-3 second delay
  3. The free version has rate limits (upgrading is recommended for high-traffic servers)
  4. Please test thoroughly before deploying on a production server (the author is also unsure about the number of potential bugs)

Developer Information

  • Project Name: Anti-Politically-Related-Content
  • Version: 4.0-RELEASE
  • Dependencies:
    • PaperAPI
    • OkHttp 4.12.0
    • Gson 2.10.1

License

MIT License

👥 Team & Contributors

_Chinese_Player_
_Chinese_Player_Owner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
paper
Minecraft Versions
1.21.4

🔗 Links

Modrinth Page