refactor: remove imposter format checker since it's pretty much useless these days, and it's also disabled in the main instance
This commit is contained in:
@@ -36,8 +36,6 @@ public class Configuration {
|
||||
|
||||
public String consoleChatFormat = "{\"translate\":\"chat.type.text\",\"with\":[\"OWNER_NAME\",\"MESSAGE\"]}";
|
||||
|
||||
public ImposterFormatChecker imposterFormatChecker = new ImposterFormatChecker();
|
||||
|
||||
public OwnerAuthentication ownerAuthentication = new OwnerAuthentication();
|
||||
|
||||
public boolean announceClearChatUsername = false;
|
||||
@@ -47,11 +45,6 @@ public class Configuration {
|
||||
|
||||
public BotOption[] bots = new BotOption[] {};
|
||||
|
||||
public static class ImposterFormatChecker {
|
||||
public boolean enabled = false;
|
||||
public String key;
|
||||
}
|
||||
|
||||
public static class OwnerAuthentication {
|
||||
public boolean enabled = false;
|
||||
public int timeout = 10 * 1000;
|
||||
|
||||
Reference in New Issue
Block a user