# Changes:
All checks were successful
Build Plugin / build-test (push) Successful in 43s

- Add D7 Command (Admin interface)
- Add remove func to status
- Add Color table to Status custom
- Add wordlist
This commit is contained in:
2024-11-24 12:03:15 +01:00
parent 682f361ea2
commit befce5d7d0
8 changed files with 230 additions and 7 deletions

View File

@ -104,6 +104,8 @@ public class PluginConfig {
wordBlacklist.add("MOD");
wordBlacklist.add("TEAM");
wordBlacklist.add("STAFF");
wordBlacklist.add("OWNER");
wordBlacklist.add("MODERATOR");
defaultStatus = "";
defaultStatusList.add("Online");
defaultStatusList.add("AFK");