mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-01-20 00:24:49 +00:00
Default Kick/Ban Time (Minutes)
This commit is contained in:
parent
77b46e7e53
commit
6861442f25
|
|
@ -15,7 +15,7 @@ $Host::AnimateWithTransitions = 1;
|
|||
$Host::AntiPackEnable = 1;
|
||||
$Host::AntiPackPlayerCount = 6;
|
||||
$Host::AveragePings = 1;
|
||||
$Host::BanTime = 30;
|
||||
$Host::BanTime = 43200;
|
||||
$Host::BotCount = 14;
|
||||
$Host::BotsEnabled = "0";
|
||||
$Host::ClassicAdminLog = 1;
|
||||
|
|
@ -100,7 +100,7 @@ $Host::holoName5 = "BloodEagle";
|
|||
$Host::holoName6 = "Harbinger";
|
||||
$Host::Info = "This is a Tribes 2 Classic server. More information in Discord. <a:playt2.com/discord>playt2.com/discord</a>";
|
||||
$Host::ItemRespawnTime = 30;
|
||||
$Host::KickBanTime = 1;
|
||||
$Host::KickBanTime = 20;
|
||||
$Host::KickObserverStartOnJoin = 1;
|
||||
$Host::KickObserverTimeout = 1200;
|
||||
$Host::LakRabbitDuelMode = 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue