package
Version:
v0.0.0-...-771882a
Opens a new window with list of versions in this module.
Published: Jul 20, 2024
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Game struct {
DefaultWorld string `toml:"default-world"`
SendPlayers bool `toml:"send-players"`
OnlineMode bool `toml:"online-mode"`
DebugPackets bool `toml:"debug-packets"`
}
type Motd struct {
Line string `toml:"motd"`
Favicon string `toml:"favicon"`
Max int `toml:"max"`
Online int `toml:"online"`
}
type Network struct {
Host string `toml:"host"`
Port int `toml:"port"`
Compression int `toml:"compression-threshold"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.