Versions in this module Expand all Collapse all v0 v0.1.0 Mar 26, 2026 Changes in this version + func EulaBlockCheck(ip string, c chan<- error) + func GetBlockedServerList() ([]string, error) + func HexColor(hex string) color.Color + func IsBlockedAddress(address string, blockList []string) bool + func Ping(opt common.Options, ip string, repeat int, delay time.Duration) error + func PrintForgeData(buf *bytes.Buffer, forgeData ForgeData) + func ToColors(m chat.Message) string + type ForgeData struct + D string + FmlNetworkVersion int + Mods []Mod + Truncated bool + func (f ForgeData) GetMods() ([]Mod, bool) + type Mod struct + ModId string + ModMarker string + type Status struct + Description chat.Message + EnforcesSecureChat bool + ForgeData ForgeData + Players struct{ ... } + PreventsChatReports bool + PreviewsChat bool + Version struct{ ... }