Interface IServerConfig
Package: @altmp/altv-types
Syntax
Properties
|
Improve this Doc
View Source
resources
Declaration
readonly resources: readonly string[]
Property Value
Type |
Description |
readonly string[] |
|
|
Improve this Doc
View Source
modules
Declaration
readonly modules: readonly string[]
Property Value
Type |
Description |
readonly string[] |
|
|
Improve this Doc
View Source
name
Declaration
Property Value
|
Improve this Doc
View Source
host
Declaration
Property Value
|
Improve this Doc
View Source
port
Declaration
Property Value
|
Improve this Doc
View Source
players
Declaration
readonly players?: number
Property Value
|
Improve this Doc
View Source
password
Declaration
readonly password?: string
Property Value
|
Improve this Doc
View Source
announce
Declaration
readonly announce?: boolean
Property Value
|
Improve this Doc
View Source
token
Declaration
Property Value
|
Improve this Doc
View Source
gamemode
Declaration
readonly gamemode?: string
Property Value
|
Improve this Doc
View Source
website
Declaration
readonly website?: string
Property Value
|
Improve this Doc
View Source
language
Declaration
readonly language?: string
Property Value
|
Improve this Doc
View Source
description
Declaration
readonly description?: string
Property Value
|
Improve this Doc
View Source
debug
Declaration
Property Value
|
Improve this Doc
View Source
streamingDistance
Declaration
readonly streamingDistance?: number
Property Value
|
Improve this Doc
View Source
migrationDistance
Declaration
readonly migrationDistance?: number
Property Value
|
Improve this Doc
View Source
timeout
Declaration
readonly timeout?: number
Property Value
|
Improve this Doc
View Source
announceRetryErrorDelay
Declaration
readonly announceRetryErrorDelay?: number
Property Value
|
Improve this Doc
View Source
announceRetryErrorAttempts
Declaration
readonly announceRetryErrorAttempts?: number
Property Value
|
Improve this Doc
View Source
duplicatePlayers
Declaration
readonly duplicatePlayers?: number
Property Value
|
Improve this Doc
View Source
Declaration
readonly tags?: readonly string[]
Property Value
Type |
Description |
readonly string[] |
|
|
Improve this Doc
View Source
useEarlyAuth
Declaration
readonly useEarlyAuth?: boolean
Property Value
|
Improve this Doc
View Source
earlyAuthUrl
Declaration
readonly earlyAuthUrl?: string
Property Value
|
Improve this Doc
View Source
useCdn
Declaration
readonly useCdn?: boolean
Property Value
|
Improve this Doc
View Source
cdnUrl
Declaration
Property Value
|
Improve this Doc
View Source
sendNames
Declaration
readonly sendNames?: boolean
Property Value
|
Improve this Doc
View Source
mapBoundsMinX
Declaration
readonly mapBoundsMinX?: number
Property Value
|
Improve this Doc
View Source
mapBoundsMinY
Declaration
readonly mapBoundsMinY?: number
Property Value
|
Improve this Doc
View Source
mapBoundsMaxX
Declaration
readonly mapBoundsMaxX?: number
Property Value
|
Improve this Doc
View Source
mapBoundsMaxY
Declaration
readonly mapBoundsMaxY?: number
Property Value
|
Improve this Doc
View Source
mapCellAreaSize
Declaration
readonly mapCellAreaSize?: number
Property Value
|
Improve this Doc
View Source
colShapeTickRate
Declaration
readonly colShapeTickRate?: number
Property Value
|
Improve this Doc
View Source
logStream
Declaration
readonly logStream?: readonly string[]
Property Value
Type |
Description |
readonly string[] |
|
|
Improve this Doc
View Source
entityWorkerCount
Declaration
readonly entityWorkerCount?: number
Property Value
|
Improve this Doc
View Source
connectionQueue
Declaration
readonly connectionQueue?: boolean
Property Value
|
Improve this Doc
View Source
voice
Declaration
readonly voice?: { bitrate: number }
Property Value
Type |
Description |
{ bitrate: number } |
|
|
Improve this Doc
View Source
worldProfiler
Declaration
readonly worldProfiler?: { port: number }
Property Value
Type |
Description |
{ port: number } |
|
|
Improve this Doc
View Source
js-module
Declaration
readonly js-module?: { source-maps: boolean }
Property Value
Type |
Description |
{ source-maps: boolean } |
|
|
Improve this Doc
View Source
csharp-module
Declaration
readonly csharp-module?: { disableDependencyDownload: true }
Property Value
Type |
Description |
{ disableDependencyDownload: true } |
|
[key: string]
Declaration
Property Value