BCBlock
BCBlock is a simple yet configurable spigot/paper plugin for chat filtering (blocking).
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
BCBlock
BCBlock is a simple yet configurable spigot/paper plugin for chat filtering (blocking).
It is designed for customizability and has support for kicking, banning, muting and warning a player upon saying a blocked word.
Features
Config
Config Values
``` blocked-words: <string[]>
punish-type: <kick|warn|mute|ban|notify> forward-type: <word|message> kick|warn|ban|mute-message: <string> ban|mute-duration: <number><s|m|h> ```
Config Placeholders
Every message (kick|warn|ban|mute) can have four placeholders, those consisting of: ``` {player} : The player who said the blocked word {word} : The word that was said {banDuration} : The time set in the config for the ban duration {muteDuration} : The time set in the config for the mute duration ```