/
Profanity Guard is a Minecraft mod designed to help server owners maintain a more respectful in-game chat environment. By using datapacks, Profanity Guard enables customizable filtering of profanity.
.json files.# (hashtags) by default, but server owners can customize this replacement character."replacement" tag, server owners can specify a custom character to replace profanity words instead of the standard #..json files in the following path:data/<id>/profanity/<filename>.json
Replace <id> with your datapack’s namespace and <filename> with your chosen name for the file.
.json Configuration:To add a new word to the filter, server owners can create a .json file in their datapack using the following structure:
{
"this_is_the_main_profanity_word": [
{
"aliases": [
"These_are_common_typos_or_aliases_of_the_word"
],
"replacement": "*"
}
]
}
.json file..json file names are unrelated to the parsing process. You can name them however you like, as long as they follow Minecraft's naming conventions (lowercase only, no spaces, etc etc).profanity folder will automatically load.
Profanity Guard is a Minecraft mod that utilizes datapacks to filter and block profanity in chat, ensuring a cleaner and more respectful experience for players.