Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rehdot/neverdox
A fabric mod to keep Minecraft players safe.
https://github.com/rehdot/neverdox
chat-moderator fabric fabric-mod fabricmc fabricmc-mod filter minecraft-mod safety-monitoring
Last synced: 29 days ago
JSON representation
A fabric mod to keep Minecraft players safe.
- Host: GitHub
- URL: https://github.com/rehdot/neverdox
- Owner: Rehdot
- License: cc0-1.0
- Created: 2024-04-14T08:03:04.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-09-02T07:29:56.000Z (2 months ago)
- Last Synced: 2024-10-09T12:04:23.351Z (29 days ago)
- Topics: chat-moderator, fabric, fabric-mod, fabricmc, fabricmc-mod, filter, minecraft-mod, safety-monitoring
- Language: Java
- Homepage:
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
NeverDox 1.0.7
-
NeverDox is a client-side Minecraft mod to keep players safe on public servers.
It's intended to be a moderation tool which reports in-game chat messages to discord webhooks based upon the filters & exemptions that its user provides.To use NeverDox's features, you'll need:
- Fabric 1.20.4
- A discord webhook (https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks)Commands
-
- /nd toggle <- Toggles logs for all webhooks (on by default)
- /nd open <- Opens the NeverDox directory, which holds all webhooks and phrasesGetting Started
-
- Download the mod (https://github.com/Rehdot/NeverDox/releases/)
- Put the mod into your mods folder
- Launch Minecraft
- Click Options -> NeverDox Settings -> Add Webhook
- Paste a discord webhook link into the text bar
- Click settings, and assign custom phrases to the webhook
- Log messages happily ever afterExemptions
-
If I wanted to log for the word "house" but not "doghouse", I'd add "house" as a filtered phrase, and "doghouse" as an exempt phrase. NeverDox would not log instances of "doghouse".Doubles
-
If I wanted to log messages containing **both** "baby" and "blue", I'd make a phrase containing "baby", click "Add Text", and add "blue".Regex
-
NeverDox phrases can use Regex's pattern matching if enabled -
(https://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html)