默认删除qq邮箱支持

This commit is contained in:
Sabrita 2023-03-01 22:20:03 +08:00
parent bdf7816306
commit 393449e08e

View File

@ -172,7 +172,7 @@ public final class RestrictionSettings implements SettingsHolder {
@Comment("Regex syntax for allowed chars in email.")
public static final Property<String> ALLOWED_EMAIL_REGEX =
newProperty("settings.restrictions.allowedEmailCharacters", "^[A-Za-z0-9]{4,15}@(qq|163|icloud).com$");
newProperty("settings.restrictions.allowedEmailCharacters", "^[A-Za-z0-9]{4,15}@(outlook|163|gmail|icloud).com$");
@Comment("Force survival gamemode when player joins?")