Jump to content

Players are being kicked for having too long of a name...


BlackPlague_81st

Recommended Posts

  1. # Min length, kicks players who has to short name.
  2. #MinPlayerNameLength = 3
  3.  
  4.  
  5. # Max length, kicks players who has to long name.
  6. #MaxPlayerNameLength    = 16
 
 
You have hashes before everything in that file, meaning they aren't set (they are commented out). Remove the hashes.
Link to comment
Share on other sites

# Kick players who has listed chars in their name
DisallowPlayerNameChars    = @


# Min length, kicks players who has to short name.
MinPlayerNameLength    = 3


# Max length, kicks players who has to long name.
MaxPlayerNameLength    = 20

 

These are the values you need to alter.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...