refactor: rewrite AuthPlugin to be based on IP

This commit is contained in:
ChomeNS
2025-01-07 17:03:45 +07:00
parent 6164483e11
commit ae8be94be3
5 changed files with 38 additions and 116 deletions

View File

@@ -48,8 +48,8 @@ public class Configuration {
public static class OwnerAuthentication {
public boolean enabled = false;
public String key = "";
public int timeout = 6000;
public String muteReason = "";
public Map<String, String> ips = new HashMap<>();
}
public static class Backup {