Skip to content

Commit

Permalink
fix: supports '.' and '*' as username prefix by default
Browse files Browse the repository at this point in the history
  • Loading branch information
RoinujNosde committed Aug 28, 2022
1 parent c8969f2 commit 37f0ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 37f0ecf

Please # to comment.