Add the admininfo command info TFM

This commit is contained in:
ZeroEpoch1969
2018-07-26 00:10:54 -07:00
parent 551a0b2317
commit 7a2b7ec78b
3 changed files with 45 additions and 0 deletions
@@ -98,6 +98,7 @@ public enum ConfigEntry
OVERLORD_IPS(List.class, "overlord_ips"),
NOADMIN_IPS(List.class, "noadmin_ips"),
ADMIN_ONLY_MODE(Boolean.class, "admin_only_mode"),
ADMININFO(List.class, "admininfo"),
AUTO_ENTITY_WIPE(Boolean.class, "auto_wipe"),
//
AMP_ENABLED(Boolean.class, "amp.enabled"),