Overview
CurseBlock is a lightweight Minecraft plugin that filters offensive language in chat. It’s modular, customizable, and designed for server admins who want clean, respectful communication.
Installation
- Download the latest CurseBlock.jar from Modrinth.
- Place it in your server’s
/plugins
folder. - Restart the server.
Configuration
Edit config.yml
to customize blocked words and behavior:
blocked_words:
- "curse1"
- "curse2"
replace_with: "*"
log_violations: true
notify_admins: true
FAQ
Q: Can I add regex filters?
A: Yes! Advanced filtering supports regex patterns.
Q: Does it support multiple languages?
A: Absolutely. You can define word sets per locale.