Jump to content
  • 0

i can change ID more charakts ?


Question

Posted

i can change it that players can have longer ID,s ? beczase i have tested i can do max 14 charakters

 

i wanna 15 :D can i change it ? i think yes

 

 

 

when yes where ? :D plz ty

2 answers to this question

Recommended Posts

  • 0
Posted

# Character name ( Default [A-Za-z0-9\-]{3,16} )

CnameTemplate = [A-Za-z0-9\-]{3,16}

 

in server.properties

{3,16}

  |_|______> 3 is min lengths

    |________> 16 is max lengths

but mabye the client has a max. too, so i am not sure that u can make like 9999 etc ;)

 

  • 0
Posted

# Character name ( Default [A-Za-z0-9\-]{3,16} )

CnameTemplate = [A-Za-z0-9\-]{3,16}

 

in server.properties

{3,16}

  |_|______> 3 is min lengths

     |________> 16 is max lengths

but mabye the client has a max. too, so i am not sure that u can make like 9999 etc ;)

 

ty i go try :)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...