Class ServerOptions
java.lang.Object
zombie.network.ServerOptions
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic interfacestatic classstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddOption(ServerOptions.ServerOption option) changeOption(String key, String value) getBoolean(String key) getClientCommandList(boolean doLine) static ServerOptionsgetInteger(String key) intintintgetOptionByIndex(int index) getOptionByName(String name) static Stringvoidinit()static voidbooleanloadServerTextFile(String serverName) voidvoidputSaveOption(String key, String value) voidbooleansaveServerTextFile(String serverName)
-
Field Details
-
instance
-
clientOptionsList
-
MAX_PORT
public static final int MAX_PORT- See Also:
-
PVP
-
PVPLogToolChat
-
PVPLogToolFile
-
PauseEmpty
-
GlobalChat
-
ChatStreams
-
Open
-
ServerWelcomeMessage
-
ServerImageLoginScreen
-
ServerImageLoadingScreen
-
ServerImageIcon
-
AutoCreateUserInWhiteList
-
DisplayUserName
-
ShowFirstAndLastName
-
UsernameDisguises
-
HideDisguisedUserName
-
SwitchZombiesOwnershipEachUpdate
-
SpawnPoint
-
SafetySystem
-
ShowSafety
-
SafetyToggleTimer
-
SafetyCooldownTimer
-
SafetyDisconnectDelay
-
SpawnItems
-
DefaultPort
-
UDPPort
-
ResetID
-
Mods
-
Map
-
DoLuaChecksum
-
DenyLoginOnOverloadedServer
-
Public
-
PublicName
-
PublicDescription
-
MaxPlayers
-
PingLimit
-
SafehousePreventsLootRespawn
-
DropOffWhiteListAfterDeath
-
NoFire
-
AnnounceDeath
-
SaveWorldEveryMinutes
-
PlayerSafehouse
-
AdminSafehouse
-
SafehouseAllowTrepass
-
SafehouseAllowFire
-
SafehouseAllowLoot
-
SafehouseAllowRespawn
-
SafehouseDaySurvivedToClaim
-
SafeHouseRemovalTime
-
SafehouseAllowNonResidential
-
SafehouseDisableDisguises
-
MaxSafezoneSize
-
AllowDestructionBySledgehammer
-
SledgehammerOnlyInSafehouse
-
WarStartDelay
-
WarDuration
-
WarSafehouseHitPoints
-
ServerPlayerID
-
RCONPort
-
RCONPassword
-
DiscordEnable
-
DiscordToken
-
DiscordChannel
-
DiscordChannelID
-
Password
-
MaxAccountsPerUser
-
AllowCoop
-
SleepAllowed
-
SleepNeeded
-
KnockedDownAllowed
-
SneakModeHideFromOtherPlayers
-
UltraSpeedDoesnotAffectToAnimals
-
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
-
DisableVehicleTowing
-
DisableTrailerTowing
-
DisableBurntTowing
-
BadWordListFile
-
GoodWordListFile
-
BadWordPolicy
-
BadWordReplacement
-
AntiCheatSafety
-
AntiCheatMovement
-
AntiCheatHit
-
AntiCheatPacket
-
AntiCheatPermission
-
AntiCheatXP
-
AntiCheatFire
-
AntiCheatSafeHouse
-
AntiCheatRecipe
-
AntiCheatPlayer
-
AntiCheatChecksum
-
AntiCheatTime
-
AntiCheatItem
-
AntiCheatServerCustomization
-
Seed
-
UsePhysicsHitReaction
-
ChatMessageCharacterLimit
-
ChatMessageSlowModeTime
-
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() -
getMaxPlayersForEstablishingConnection
public int getMaxPlayersForEstablishingConnection()
-