aboutsummaryrefslogtreecommitdiff
path: root/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'config.go')
-rw-r--r--config.go15
1 files changed, 15 insertions, 0 deletions
diff --git a/config.go b/config.go
index 874c876..21bf2a1 100644
--- a/config.go
+++ b/config.go
@@ -43,6 +43,21 @@ type Config struct {
DropCSMRF bool
Groups map[string][]string
UserGroups map[string]string
+ List struct {
+ Enable bool
+ Addr string
+ Interval int
+
+ Name string
+ Desc string
+ URL string
+ Creative bool
+ Dmg bool
+ PvP bool
+ Game string
+ FarNames bool
+ Mods []string
+ }
}
// Conf returns a copy of the Config used by the proxy.