/
A server-side Minecraft mod that helps maintain chat civility by filtering inappropriate language and content.
Censorship is primarily designed for the Distant Horizons SMP. It uses the same tested regex filters that are present on the Distant Horizons Discord server for consistent moderation and are constantly updated!
After the first run, a configuration file will be generated. You can adjust the following settings:
[Settings]
# Whether to kick the player or send them a warning message
kickPlayer = true
# Log messages to a Discord webhook
discordWebhookURL = ""
[Advanced]
# DO NOT TOUCH | URL to fetch the regex from
regexURL = "https://gitlab.com/distant-horizons-team/yagpdb-regex-censor/-/raw/main/discord_bot_censor_code_merge.cs"
# Show debug logs for the regex parser
debugMode = false

A server-side mod that helps maintain chat civility by filtering inappropriate language and content.