selery ~master (2019-01-01T00:21:55Z)
Dub
Repo
Config.Node
selery
config
Config
Configuration for the node.
class
Config
class
Node {
struct
Game
;
string
name
;
string
password
;
string
ip
;
ushort
port
;
bool
main
;
Game
java
;
Game
bedrock
;
uint
maxPlayers
;
Gamemode
gamemode
;
Difficulty
difficulty
;
bool
depleteHunger
;
bool
doDaylightCycle
;
bool
doEntityDrops
;
bool
doFireTick
;
bool
doScheduledTicks
;
bool
doWeatherCycle
;
bool
naturalRegeneration
;
bool
pvp
;
uint
randomTickSpeed
;
uint
viewDistance
;
bool
aboutCommand
;
bool
helpCommand
;
bool
permissionCommand
;
bool
stopCommand
;
bool
transferCommand
;
bool
worldCommand
;
this
();
}
Constructors
this
this
()
Undocumented in source.
Members
Structs
Game
struct
Game
Undocumented in source.
Variables
aboutCommand
bool
aboutCommand
;
Undocumented in source.
bedrock
Game
bedrock
;
Undocumented in source.
depleteHunger
bool
depleteHunger
;
Undocumented in source.
difficulty
Difficulty
difficulty
;
Undocumented in source.
doDaylightCycle
bool
doDaylightCycle
;
Undocumented in source.
doEntityDrops
bool
doEntityDrops
;
Undocumented in source.
doFireTick
bool
doFireTick
;
Undocumented in source.
doScheduledTicks
bool
doScheduledTicks
;
Undocumented in source.
doWeatherCycle
bool
doWeatherCycle
;
Undocumented in source.
gamemode
Gamemode
gamemode
;
Undocumented in source.
helpCommand
bool
helpCommand
;
Undocumented in source.
ip
string
ip
;
Undocumented in source.
java
Game
java
;
Undocumented in source.
main
bool
main
;
Undocumented in source.
maxPlayers
uint
maxPlayers
;
Undocumented in source.
name
string
name
;
Undocumented in source.
naturalRegeneration
bool
naturalRegeneration
;
Undocumented in source.
password
string
password
;
Undocumented in source.
permissionCommand
bool
permissionCommand
;
Undocumented in source.
port
ushort
port
;
Undocumented in source.
pvp
bool
pvp
;
Undocumented in source.
randomTickSpeed
uint
randomTickSpeed
;
Undocumented in source.
stopCommand
bool
stopCommand
;
Undocumented in source.
transferCommand
bool
transferCommand
;
Undocumented in source.
viewDistance
uint
viewDistance
;
Undocumented in source.
worldCommand
bool
worldCommand
;
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 node.