🛡️ CurseBlock Wiki

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

  1. Download the latest CurseBlock.jar from Modrinth.
  2. Place it in your server’s /plugins folder.
  3. 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.