feat: re-add AuthPlugin

This commit is contained in:
ChomeNS
2025-03-23 08:41:12 +07:00
parent d77c05389e
commit 3b200d8a2b
5 changed files with 188 additions and 31 deletions

View File

@@ -52,8 +52,7 @@ public class Configuration {
public static class OwnerAuthentication {
public boolean enabled = false;
public String muteReason = "";
public Map<String, String> ips = new HashMap<>();
public int timeout = 10 * 1000;
}
public static class Backup {