feat: option to enable ClearChatNameAnnouncerPlugin in config

This commit is contained in:
ChomeNS
2025-02-12 07:03:54 +07:00
parent 10a7f1ab1c
commit 186d2a4f4c
4 changed files with 9 additions and 1 deletions

View File

@@ -35,6 +35,8 @@ public class Configuration {
public ImposterFormatChecker imposterFormatChecker = new ImposterFormatChecker();
public OwnerAuthentication ownerAuthentication = new OwnerAuthentication();
public boolean announceClearChatUsername = false;
public List<String> trusted = new ArrayList<>();
public SelfCare selfCare = new SelfCare();