Background

Profanity

ModsProfanity
Profanity

Profanity

CurseForge
Quality of Life

Obfuscate, filter, mute or block chat messages with bad words.

Profanity

Obscure, filter, mute or block chat messages with bad words.

Profanity is a lightweight Hytale mod that enforces chat hygiene by detecting and handling offensive or unwanted language in real time.

What it does is simple: match words you do not want, and apply predictable, configurable consequences.
This mod is designed for servers that want deterministic behavior, low overhead, and full control over how chat moderation is enforced.

This mod comes with a curated blacklist of words based on LDNOOBW.

Configuration

Action: possible values are "obscure" and "filter"
Obscure will replace bad words (see ObscureReplacement below), filter will stop the entire message from being sent.

FilterResponse: Response message to the player when Action is set to "filter".

ObscureReplacement: A random word will be chosen from this list to replace offensive phrases.
By default, this is just "***", but you can configure it to use "banana" and "apple" instead!

Whitelist: Phrases that are in the default blacklist but should be allowed.

Blacklist: List of disallowed phrases that will be APPENDED to the default blacklist.

EnabledBuiltinBlacklists: Specify which builtin language word lists to use from the included LDNOOBW data.

Default configuration

{
  "Action": "filter",
  "FilterResponse": "Your message was blocked due to offensive language.",
  "ObscureReplacement": ["***"],
  "Whitelist": [],
  "Blacklist": [],
  "EnabledBuiltinBlacklists": [
    "cs", "da", "de", "en", "es", "fa", "fi", "fil", "fr", "hi",
    "hu", "it", "nl", "no", "pl", "pt", "ru", "sv", "tr"
  ]
}

Built-in blacklists

Name Code
Czech cs
Danish da
Dutch nl
English en
Filipino fil
Finnish fi
French fr
German de
Hindi hi
Hungarian hu
Italian it
Norwegian no
Persian fa
Polish pl
Portuguese pt
Russian ru
Spanish es
Swedish sv
Turkish tr

Information

272
Downloads
Version
profanity-0.3.0.jar
Updated
Jan 15, 2026
Support
Early Access

Project Links

Help the community thrive by sharing your feedback and reporting issues on the official tracker.