mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-02-23 07:53:35 +00:00
Updated
This commit is contained in:
parent
6949d59010
commit
1d2ca180ee
2 changed files with 8 additions and 0 deletions
|
|
@ -59,6 +59,7 @@ $Host::DefenseTurret::RequiredInTourney = 0;
|
|||
$Host::Discord = "https://t2discord.tk";
|
||||
$Host::DMSLOnlyMode = 0;
|
||||
$Host::EmptyServerReset = 0;
|
||||
$Host::EnableAutobalance = 1;
|
||||
$Host::EnableLakUnlimitedDJ = 1;
|
||||
$Host::EnableMortarTurret = 0;
|
||||
$Host::EnableNoBaseRapeNotify = 1;
|
||||
|
|
|
|||
|
|
@ -190,3 +190,10 @@ $Host::PUGautoPassword = 0; //Enable or Disable an auto password at a certa
|
|||
$Host::PUGautoPasswordLimit = 10; //How many to enable a pug password
|
||||
$Host::PUGPassword = "pickup"; //pug password
|
||||
$Host::EmptyServerReset = 1; //Whether or not you want the server to reset when its empty
|
||||
$Host::EnableAutobalance = 1; //Will autobalance when teams are uneven.
|
||||
$Host::DMSLOnlyMode = 0; //Shocklance Only Mode for Deathmatch
|
||||
$Host::SCtFProMode = 0; //Pro mode for LCTF
|
||||
//LakRabbit
|
||||
$Host::EnableLakUnlimitedDJ = 1; //Unlimited disc-jumps if enabled
|
||||
$Host::LakRabbitNoSplashDamage = 0; //Splash Damage enabled or not
|
||||
$Host::ShowFlagIcon = 1; //Show flag Icon in lak
|
||||
Loading…
Add table
Add a link
Reference in a new issue