Added support for regexes in invalid name like the following example
Code (Text):
invalidname:
#If a player who enters contains one of the following strings in his name he will be blocked!
invalid:
- "MCSTORM_IO" #No regex
- "MC_BOT_IO"
- "REGEX-BotName_[A-Za-z0-9]+" #REGEX SUPPORT (must start with REGEX-{enter here your regex like the example})
blacklist: true
#This parameter allows you to activate or deactivate this check
enabled: true
If you find bugs of any kind, I invite you to open a report on github or contact me on discord!