refactor: Reformat Code with chome NS code style !!!

too lazy to export it somewhere, if you need it feel free to ask me
This commit is contained in:
ChomeNS
2025-04-01 09:58:31 +07:00
parent 156a5af47f
commit 90323d3552
151 changed files with 1226 additions and 1095 deletions

View File

@@ -29,7 +29,7 @@ public class Configuration {
public Eval eval = new Eval();
public ColorPalette colorPalette = new ColorPalette();
public String ownerName = "chayapak"; // mabe mabe
public String consoleChatFormat = "{\"translate\":\"chat.type.text\",\"with\":[\"OWNER_NAME\",\"MESSAGE\"]}";
@@ -39,11 +39,11 @@ public class Configuration {
public OwnerAuthentication ownerAuthentication = new OwnerAuthentication();
public boolean announceClearChatUsername = false;
public List<String> trusted = new ArrayList<>();
public SelfCare selfCare = new SelfCare();
public BotOption[] bots = new BotOption[]{};
public BotOption[] bots = new BotOption[] {};
public static class ImposterFormatChecker {
public boolean enabled = false;