/
!Minecraft !Java
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.
/aprc test/aprc reload can reload the configuration fileBuild the project using Maven:
mvn clean package
Copy the generated target/anti-politically-related-content-1.0-SNAPSHOT.jar to the server's plugins folder
Restart the server
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
MIT License

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.