- Quake All-stars December 2026 frag night
- General POLSKI Topic
- how many quake 3 players E+ still play sometimes
- Quake 3 Weapons Configs Library
- DOOM 2 SERVER - UPDATE
- missing graphics in 1++ map
- Steam Q3 Discussion
- xp_enemyHeadModel does not work
- Q3DM3D Duke3d map for Q3
- Help me with selection Defrag maps
Correct Bans.txt format
22. August 2008 - 16:16
Okay if I have followed the instructions correctly this should work and it doesn't seem to be:
Server.cfg (contains)
xp_bans "bans.txt"
bans.txt (contains)
Name {
"^4The ^1Doctor" {
IP: ##.###.###.##
Reason: "You are NOT 'The Doctor'!"
}
" " { Reason: "Please use a name!" }
}
===
* Yes replace the ## with actual numbers ![]()
Based on the first check - shouldn't anyone coming into the server with a matching color coded name, NOT from that IP, have a message displayed to them that says (You are NOT The Doctor) and not be allowed into the server?
It's not working ![]()

Whew quick replies around here - very nice
Anyways - got it figured out - one example was incorrect showing to use double quotes, it should be * surround the name ... secondly color codes in names don't matter, wish there would have been a slightly better 'note' on doing name banning / protection. So
Name {
*The Doctor* {
IP: ##.###.###.##
Reason: "You are NOT 'The Doctor'!"
}
The above is what it should be - replace # with the IP numbers
... works great, even changing your name while in the game instantly bans you. 