selery ~master (2019-01-01T00:21:55Z)
Dub
Repo
Config.Hub
selery
config
Config
Configuration for the hub.
class
Config
class
Hub {
struct
Address
;
struct
Game
;
bool
edu
;
string
displayName
;
Game
bedrock
;
Game
java
;
bool
allowVanillaPlayers
;
bool
query
;
string
serverIp
;
string
favicon
;
JSONValue
social
;
string
[]
acceptedNodes
;
string
hncomPassword
;
uint
maxNodes
;
ushort
hncomPort
;
this
();
}
Constructors
this
this
()
Undocumented in source.
Members
Structs
Address
struct
Address
Undocumented in source.
Game
struct
Game
Undocumented in source.
Variables
acceptedNodes
string
[]
acceptedNodes
;
Undocumented in source.
allowVanillaPlayers
bool
allowVanillaPlayers
;
Undocumented in source.
bedrock
Game
bedrock
;
Undocumented in source.
displayName
string
displayName
;
Undocumented in source.
edu
bool
edu
;
Undocumented in source.
favicon
string
favicon
;
Undocumented in source.
hncomPassword
string
hncomPassword
;
Undocumented in source.
hncomPort
ushort
hncomPort
;
Undocumented in source.
java
Game
java
;
Undocumented in source.
maxNodes
uint
maxNodes
;
Undocumented in source.
query
bool
query
;
Undocumented in source.
serverIp
string
serverIp
;
Undocumented in source.
social
JSONValue
social
;
Undocumented in source.
Meta
Source
See Implementation
selery
config
Config
classes
Hub
Node
constructors
this
functions
load
reload
save
variables
files
hub
lang
node
uuid
Configuration for the hub.