Prevents swearing in chat. Fully customizable.
- Native Minecraft Version:
- 1.16
- Tested Minecraft Versions:
- 1.16
Expand to view the config.yml file.
Code (Text):#Variables (without #)
# %player_name%
# %word%
# DOES NOT SUPPORT PLACEHOLDERAPI (for now, maybe in the future)
#Use '&' + color code for colors
#String to replace blocked words with
replace-with: '****'
#Words, which will be filtered out
#PS: You need to add A LOT MORE, these are just examples, of how to do it.
blocked-words:
- 'ABC'
- '123'
#Message to send to a player, who has cursed.
msg-to-send: '&4Please don`t swear in chat. Staff have been notified.'
#Message sent to ALL players with the "noswear.admin" permission.
msg-to-staff: '&4%player_name% has cursed in chat.'
#Message sent to the console
msg-to-console: '&4%player_name% has cursed in chat.'
This is the default message (customizable) sent to the player, when they curse.
![]()
This is the default message (customizable) sent to an admin (antiswear.admin) and the console when someone curses.
![]()