• You're viewing the Team9000 Archives. These old threads are closed to new comments, but if something interests you or you have a question, feel free to open a new thread in the main forums.

Towny says my username is invalid.

Towny Hates me and doesn't let me leave the spawn without someone else opening the door for me.
Maybe it's because I recently got banned and unbanned?
 
I'm guessing my name was token off Towny when I was banned and that op forgot to put my name back in Towny.
That or Towny doesn't accept names with underscores in them.
 
in many programming languages (including the one towny and minecraft was made in) underscores are just like any other letter or number. it is very unlikely that towny is blocking you because of your name containing an underscore. im not sure why its blocking you since i dont own a server and never work with towny, but it is probably cuz you been banned from the server before.
 
from default towny config:
Code:
name_check_regex: '^[a-zA-Z0-9]+[a-zA-Z0-9._-]*$'
therefore towny should accept your name if the frist sign is not an underscore... (except woot changed it :) )
 
Back
Top