About NameCheck
NameCheck checks a players name to see if it contains part of the config list and then kicks the player with a custom message.
Prevent players advertising on your server with their display name.
Configuration
Default config looks like this
{ "Names": [], "Kick Message": "Change your name to enter this server" }
For a single entry input it in quotations like this
{ "Names": [".com"], "Kick Message": "Change your name to enter this server" }
For multiple entries enter them separated with a comma
{ "Names": [".com",".gg","skins"], "Kick Message": "Change your name to enter this server" }
Just enter values, reload and forget about it. Make sure all entries are in Lower Case.