[功能] 添加白名单(玩家是否注册)

玩家添加authme.whitelist权限来忽略白名单
This commit is contained in:
Sattera
2023-06-24 13:09:17 +08:00
parent 7e5d9ed1e8
commit b1bee0967c
10 changed files with 159 additions and 2 deletions
@@ -16,6 +16,9 @@ public enum MessageKey {
/** AntiBot protection mode is enabled! You have to wait some minutes before joining the server. */
KICK_ANTIBOT("antibot.kick_antibot"),
KICK_WHITELIST("on_join_validation.kick_whitelist"),
WHITELIST_ENABLED_MESSAGE("misc.whitelist_enabled"),
WHITELIST_DISABLED_MESSAGE("misc.whitelist_disabled"),
/** This user isn't registered! */
UNKNOWN_USER("error.unregistered_user"),