sel-hncom ~master (2018-02-19T18:43:11Z)
Dub
Repo
UpdateMOTD
sel
hncom
status
Updates the MOTD of one of the supported games.
@
clientbound
struct
UpdateMOTD {
enum
ubyte
ID
;
ubyte
type
;
string
motd
;
mixin
IO
!(
type
,
motd
)
;
}
Members
Mixins
__anonymous
mixin
IO
!(
type
,
motd
)
Undocumented in source.
Variables
ID
enum
ubyte
ID
;
Undocumented in source.
motd
string
motd
;
Undocumented in source.
type
ubyte
type
;
Undocumented in source.
Meta
Source
See Implementation
sel
hncom
status
structs
AddNode
AddPlugin
AddWorld
Latency
Log
ReceiveMessage
RemoteCommand
RemoveNode
RemovePlugin
RemoveWorld
RemoveWorldGroup
SendMessage
UpdateDisplayName
UpdateLanguageFiles
UpdateMOTD
UpdateMaxPlayers
UpdatePlayers
UpdateSupportedProtocols
UpdateUsage
WebAdminCredentials
Updates the MOTD of one of the supported games.