Skip to content

1.20.0 - Prevent invalid usernames

Compare
Choose a tag to compare
@moom0o moom0o released this 31 Oct 17:24
· 1509 commits to master since this release

Read the last release notes if you haven't already updated.

  • Prevent invalid usernames with characters that aren't A-Z, a-z, _, numbers, or are too long (> 16), or too short (<1)
PreventInvalidNames: true # Prevent names with characters that are non letters, numbers, or underscores, or too long/too short.