GoMud

{{ if ne .Stats.WebSocketPort 0 }}

Access Web Terminal: Link

{{ end }}

 

Players Online:

{{if gt (len .Stats.OnlineUsers) 0 }} {{range $index, $uInfo := .Stats.OnlineUsers}} {{end}}
# Character Level Alignment Profession Time Online Permission
{{ add $index 1 }}. {{ $uInfo.CharacterName }} {{ $uInfo.Level }} {{ $uInfo.Alignment }} {{ $uInfo.Profession }} {{ $uInfo.OnlineTimeStr }}{{ if $uInfo.IsAFK }} (AFK){{end}} {{ $uInfo.Permission }}
{{else}} None. {{end}}

 

Server Config:

{{range $name, $value := .ConfigData}} {{end}}
Name Value
{{ $name }} {{ $value }}