mirror of
https://github.com/GameServerManagers/Game-Server-Configs.git
synced 2025-01-07 03:07:04 +08:00
Add rcon password and banlist cvar for brainbread
This commit is contained in:
parent
853025c29e
commit
e3be35cb32
@ -20,6 +20,9 @@ pausable 0
|
||||
// default server name.
|
||||
hostname "SERVERNAME"
|
||||
|
||||
// RCON - remote console password.
|
||||
rcon_password "ADMINPASSWORD"
|
||||
|
||||
// maximum client movement speed (1000 for BB)
|
||||
sv_maxspeed 1000
|
||||
|
||||
@ -64,4 +67,8 @@ sv_zombiecount 65
|
||||
|
||||
// Gameover conditions (0 = unlimited)
|
||||
mp_teamscorelimit 0
|
||||
mp_fraglimit 0
|
||||
mp_fraglimit 0
|
||||
|
||||
// load ban files
|
||||
exec listip.cfg
|
||||
exec banned.cfg
|
||||
|
Loading…
Reference in New Issue
Block a user