From 37f0ecff506d06f3047e3598848117a14c2b7ead Mon Sep 17 00:00:00 2001 From: RoinujNosde Date: Sun, 28 Aug 2022 12:33:01 -0300 Subject: [PATCH] fix: supports '.' and '*' as username prefix by default --- src/main/resources/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 87104192e..9e274347e 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -54,7 +54,7 @@ settings: list-default-order-by: kdr lore-length: 36 past-clans-limit: 10 - username-regex: '^\**[a-zA-Z0-9_$]{1,16}$' + username-regex: '^(\.|\*){0,1}[a-zA-Z0-9_$]{1,16}$' war-and-protection: war-enabled: false land-sharing: true