Skip to content

hezhenwei/MTDDirtyWordMask

Repository files navigation

For User

What it does

Used in Mindustry Server side.
Mask user said dirty words to star charactor(*).

Installing

Simply place the .jar file in your server's config/mods directory.
Then restart the server. Now it works.
To list your currently installed plugin/mods, run mods command at server side.

Config

After it run for the first time, file "config/DirtyWords.txt" will be created.
You can add words you want to mask.
One line per phrase.
Ater you change "config/DirtyWords.txt", type reloadwordmask at server to reload.
No need to restart server

For Developer

Building a Jar

gradlew jar / ./gradlew jar

Output jar should be in build/libs.

todo

I don't know