- Q3DM3D Duke3d map for Q3
- xp_enemyHeadModel does not work
- General POLSKI Topic
- Help me with selection Defrag maps
- 5let hogy legyen valami mozgás...
- what server Berlin Underground 2006 name meaning ?
- Hyperactivity from Quake3
- RailOnly cfg
- 24/7 Quake 3 server , cheap cost
- Server stats failing, player names not shown
Bans System
Set the xp_bans "bans.txt" variable to the file where your ban list is. The ban system's syntax has some similarities to the config file syntax. If you prefer old banning system, then you can still use /rcon addip <ip-mask> and /rcon removeip <ip-mask>.
You can edit the file directly and add or remove the bans by yourself. Additionally, the /rcon ban group of commands modify this file directly and add the banning information to it. However, to remove the bans the file must be manually edited.
The syntax is described in the next example:
Name { "*yourname*" { // ban all who have 'yourname' in their names IP: 92.18.0.4 // allow if ip match! Password: "test" // or if password! Reason: "Sorry, 'yourname' is a protected name!" } // for "^1 " names " " { Reason: "Please use a name!" } } IP { 172.23.3.56 { // ban this ip Name: "test*" // but allow if the name begins with 'test' Reason: "Dude you are not test!" } 207.46.* { Reason: "Microsoft isn't allowed!!" } }
