So I wrote this simple script for my the RP community I work on, but we ended up not using it. It is really basic and checks for the following before letting people in the server:
- checks if the first and surname starts with a capital letter
- checks for special characters (not letting people with weird characters in the server)
- checks for short / long names
Snippet: github