Package zombie.network
Class ServerOptions
java.lang.Object
zombie.network.ServerOptions
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
static interface
static class
static class
-
Field Summary
Modifier and TypeFieldDescriptionstatic ArrayList
static HashMap
static final ServerOptions
static final int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addOption
(ServerOptions.ServerOption serverOption) changeOption
(String string, String string2) getBoolean
(String string) static ArrayList
getClientCommandList
(boolean boolean1) static ServerOptions
getInteger
(String string) int
int
getOptionByIndex
(int int1) getOptionByName
(String string) static String
void
init()
static void
boolean
loadServerTextFile
(String string) void
void
putSaveOption
(String string, String string2) void
boolean
saveServerTextFile
(String string)
-
Field Details
-
instance
-
clientOptionsList
-
MAX_PORT
public static final int MAX_PORT- See Also:
-
PVP
-
PauseEmpty
-
GlobalChat
-
ChatStreams
-
Open
-
ServerWelcomeMessage
-
AutoCreateUserInWhiteList
-
DisplayUserName
-
ShowFirstAndLastName
-
SpawnPoint
-
SafetySystem
-
ShowSafety
-
SafetyToggleTimer
-
SafetyCooldownTimer
-
SpawnItems
-
DefaultPort
-
UDPPort
-
ResetID
-
Mods
-
Map
-
DoLuaChecksum
-
DenyLoginOnOverloadedServer
-
Public
-
PublicName
-
PublicDescription
-
MaxPlayers
-
PingLimit
-
HoursForLootRespawn
-
MaxItemsForLootRespawn
-
ConstructionPreventsLootRespawn
-
DropOffWhiteListAfterDeath
-
NoFire
-
AnnounceDeath
-
MinutesPerPage
-
SaveWorldEveryMinutes
-
PlayerSafehouse
-
AdminSafehouse
-
SafehouseAllowTrepass
-
SafehouseAllowFire
-
SafehouseAllowLoot
-
SafehouseAllowRespawn
-
SafehouseDaySurvivedToClaim
-
SafeHouseRemovalTime
-
SafehouseAllowNonResidential
-
AllowDestructionBySledgehammer
-
SledgehammerOnlyInSafehouse
-
KickFastPlayers
-
ServerPlayerID
-
RCONPort
-
RCONPassword
-
DiscordEnable
-
DiscordToken
-
DiscordChannel
-
DiscordChannelID
-
Password
-
MaxAccountsPerUser
-
SleepAllowed
-
SleepNeeded
-
KnockedDownAllowed
-
SneakModeHideFromOtherPlayers
-
WorkshopItems
-
SteamScoreboard
-
SteamVAC
-
UPnP
-
VoiceEnable
-
VoiceMinDistance
-
VoiceMaxDistance
-
Voice3D
-
SpeedLimit
-
LoginQueueEnabled
-
LoginQueueConnectTimeout
-
server_browser_announced_ip
-
PlayerRespawnWithSelf
-
PlayerRespawnWithOther
-
FastForwardMultiplier
-
DisableSafehouseWhenPlayerConnected
-
Faction
-
FactionDaySurvivedToCreate
-
FactionPlayersRequiredForTag
-
DisableRadioStaff
-
DisableRadioAdmin
-
DisableRadioGM
-
DisableRadioOverseer
-
DisableRadioModerator
-
DisableRadioInvisible
-
ClientCommandFilter
-
ClientActionLogs
-
PerkLogs
-
ItemNumbersLimitPerContainer
-
BloodSplatLifespanDays
-
AllowNonAsciiUsername
-
BanKickGlobalSound
-
RemovePlayerCorpsesOnCorpseRemoval
-
TrashDeleteAll
-
PVPMeleeWhileHitReaction
-
MouseOverToSeeDisplayName
-
HidePlayersBehindYou
-
PVPMeleeDamageModifier
-
PVPFirearmDamageModifier
-
CarEngineAttractionModifier
-
PlayerBumpPlayer
-
MapRemotePlayerVisibility
-
BackupsCount
-
BackupsOnStart
-
BackupsOnVersionChange
-
BackupsPeriod
-
AntiCheatProtectionType1
-
AntiCheatProtectionType2
-
AntiCheatProtectionType3
-
AntiCheatProtectionType4
-
AntiCheatProtectionType5
-
AntiCheatProtectionType6
-
AntiCheatProtectionType7
-
AntiCheatProtectionType8
-
AntiCheatProtectionType9
-
AntiCheatProtectionType10
-
AntiCheatProtectionType11
-
AntiCheatProtectionType12
-
AntiCheatProtectionType13
-
AntiCheatProtectionType14
-
AntiCheatProtectionType15
-
AntiCheatProtectionType16
-
AntiCheatProtectionType17
-
AntiCheatProtectionType18
-
AntiCheatProtectionType19
-
AntiCheatProtectionType20
-
AntiCheatProtectionType21
-
AntiCheatProtectionType22
-
AntiCheatProtectionType23
-
AntiCheatProtectionType24
-
AntiCheatProtectionType2ThresholdMultiplier
-
AntiCheatProtectionType3ThresholdMultiplier
-
AntiCheatProtectionType4ThresholdMultiplier
-
AntiCheatProtectionType9ThresholdMultiplier
-
AntiCheatProtectionType15ThresholdMultiplier
-
AntiCheatProtectionType20ThresholdMultiplier
-
AntiCheatProtectionType22ThresholdMultiplier
-
AntiCheatProtectionType24ThresholdMultiplier
-
cardList
-
-
Constructor Details
-
ServerOptions
public ServerOptions()
-
-
Method Details
-
getPublicOptions
-
getOptions
-
initClientCommandsHelp
public static void initClientCommandsHelp() -
init
public void init() -
resetRegionFile
public void resetRegionFile() -
getOption
-
getBoolean
-
getFloat
-
getDouble
-
getInteger
-
putOption
-
putSaveOption
-
changeOption
-
getInstance
-
getClientCommandList
-
getRandomCard
-
addOption
-
getNumOptions
public int getNumOptions() -
getOptionByIndex
-
getOptionByName
-
loadServerTextFile
-
saveServerTextFile
-
getMaxPlayers
public int getMaxPlayers()
-