From 9d533fa4d82935a083ff93a09aed95baea9fbfd4 Mon Sep 17 00:00:00 2001 From: xolatile Date: Sun, 3 Aug 2025 19:29:58 +0200 Subject: Bunch of stuff... --- server-init.cfg | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) (limited to 'server-init.cfg') diff --git a/server-init.cfg b/server-init.cfg index 7faa43f..e46357f 100644 --- a/server-init.cfg +++ b/server-init.cfg @@ -61,12 +61,12 @@ updatemaster 1 // controls whether admin privs are necessary to pause a game // when 1 requires admin (default) // when 0 only requires master -// restrictpausegame 1 +restrictpausegame 0 // controls whether admin privs are necessary to change gamespeed // when 1 requires admin (default) // when 0 only requires master -// restrictgamespeed 1 +restrictgamespeed 1 // whether or not to allow players to vote on maps not in the rotation // when 1 requires master @@ -77,19 +77,15 @@ lockmaprotation 0 // whether or not teams should persist across matches and avoid autobalancing // when 1 teams persist across matches and don't autobalance // when 0 teams automatically balance at the beginning of a match (default) -// persistteams 0 +persistteams 1 // whether or not overtime is enabled for matches // when 1 enables overtime such that the match will keep going so long as scores are tied // when 0 the match will always end after a fixed time whether or not anyone wins (default) overtime 1 -// whether or not blue armour is enabled in regen capture -// when 1 players spawn with blue armour in regen capture as in other modes (default) -// when 0 players spawn without any armour in regen capture -// regenbluearmour 1 - -teamkillkickreset -teamkillkick "*" 7 30 -teamkillkick "?capture" 10 30 +modifiedmapspectator 0 +// teamkillkickreset +// teamkillkick "*" 7 30 +// teamkillkick "?capture" 10 30 -- cgit v1.2.3