// ***************************************************************************** // Jabroni Brawl: Episode 3 // Config - server.cfg // Date - 27/04/2026 // ***************************************************************************** // ................................. Basic .................................. // // hostname - Hostname for server. hostname "SERVERNAME" // rcon_password - remote console password. rcon_password "ADMINPASSWORD" // sv_password - Server password for entry into multiplayer games. sv_password "" // ............................. Server Logging ............................. // // log - Enables logging to file, console, and udp < on | off >. log on // ................................ Gameplay ................................ // // mp_timelimit - game time per map in minutes. mp_timelimit 30 // mp_maxrounds - max number of rounds to play before server changes maps. mp_maxrounds 0 // mp_mapcycle_empty_timeout_seconds - If nonzero, server will cycle to the next map if it has been empty on the current map for N seconds. mp_mapcycle_empty_timeout_seconds 300 // ............................. Fast Download .............................. // // sv_allowupload - Allow clients to upload customizations files. sv_allowupload 1 // sv_allowdownload - Allow clients to download files. sv_allowdownload 1 // sv_downloadurl - Location from which clients can download missing files. sv_downloadurl "" // ................................ Ban List ................................ // // execifexists banned_user.cfg - Execute the banned users file if it exists. execifexists banned_user.cfg // execifexists banned_ip.cfg - Execute the banned IPs file if it exists. execifexists banned_ip.cfg // ................... Jabroni Brawl: Episode 3 Settings .................... // // jb_sv_voting_enabled - Allow end of game voting. jb_sv_voting_enabled 1 // jb_sv_voting_fallback - Voting fallback behavior; 0 = standard cycle, 1 = same map, 2 = random. jb_sv_voting_fallback 0 // jb_sv_voting_allow_gamemode - Enable game mode voting. jb_sv_voting_allow_gamemode 1 // jb_sv_voting_allow_map - Enable map voting. jb_sv_voting_allow_map 1 // jb_sv_mapcycle_method - Mapcycle method; 0 = sequential, 1 = randomized. jb_sv_mapcycle_method 1