Author Topic: Prefs Help  (Read 701 times)

Whats wrong with the prefs? It doesnt give me auto super or host. Also, the auto admin doesn't work either

$Pref::Server::AdminPassword = "YOUR NOT GETTING THIS :D";
$Pref::Server::AllowColorLoading = "0";
$Pref::Server::AutoAdminList = "1295,131,1863,1746,713";
$Pref::Server::AutoAdminServerOwner = "1;752";
$Pref::Server::AutoSuperAdminList = "752,1244 ";
$Pref::Server::BanTime = 1800;
$Pref::Server::BrickLimit = "128000";
$Pref::Server::BrickPublicDomainTimeout = -1;
$Pref::Server::ConnectionError = "";
$Pref::Server::CurseFilter = 1;
$Pref::Server::CurseList = "stuff,forget,fuk,cunt,monday,starfish,friend, cigarette , suck my , richard ,";
$Pref::Server::ETardFilter = 1;
$Pref::Server::ETardList = " u , r , ur , wat , wut , wuts , wit , dat , loel , y ,";
$pref::Server::FallingDamage = 1;
$Pref::Server::FloodProtectionEnabled = "1";
$Pref::Server::Info = "EoB Clan Server";
$Pref::Server::KickBanTime = 300;
$Pref::Server::MaxBricksPerSecond = "10";
$Pref::Server::MaxChatLen = "120";
$Pref::Server::MaxEmitters_PerPlayer = "100";
$Pref::Server::MaxEmitters_Total = "1000";
$Pref::Server::MaxLights_PerPlayer = "100";
$Pref::Server::MaxLights_Total = "2000";
$Pref::Server::MaxPhysVehicles_PerPlayer = "4";
$Pref::Server::MaxPhysVehicles_Total = "30";
$Pref::Server::MaxPlayers = "8";
$Pref::Server::MaxPlayerVehicles_PerPlayer = 8;
$Pref::Server::MaxPlayerVehicles_Total = 150;
$Pref::Server::Name = "EoB- Etiquette Of Blockland";
$Pref::Server::Password = "";
$Pref::Server::Port = "28000";
$Pref::Server::RandomBrickColor = 0;
$Pref::Server::ResetOnEmpty = "0";
$Pref::Server::SuperAdminPassword = "";
$Pref::Server::WelcomeMessage = "Welcome To The EoB Clan Server";
$pref::Net::PacketRateToClient = "24";
$pref::Net::PacketRateToServer = "24";
$pref::Net::PacketSize = "400";
$Pref::Net::LagThreshold = "400";

You might as well lock this as we sorted it.

For the records, here's where you went wrong:

$Pref::Server::AutoAdminList = "1295,131,1863,1746,713";
Separated by spaces not by commas.

$Pref::Server::AutoAdminServerOwner = "1;752";
This is a yes/no pref so it can only be 1 or 0.

$Pref::Server::AutoSuperAdminList = "752,1244 ";
Same deal as the first one.