index httpd module

This commit is contained in:
speedxx
2020-08-17 18:17:45 -04:00
parent 090c445aa9
commit 24575aba88
8 changed files with 111 additions and 41 deletions

View File

@ -45,6 +45,7 @@ public enum ConfigEntry
MOB_LIMITER_DISABLE_SLIME(Boolean.class, "moblimiter.disable.slime"),
//
HTTPD_ENABLED(Boolean.class, "httpd.enabled"),
HTTPD_HOST(String.class, "httpd.host"),
HTTPD_PORT(Integer.class, "httpd.port"),
HTTPD_PUBLIC_FOLDER(String.class, "httpd.public_folder"),
//
@ -172,7 +173,7 @@ public enum ConfigEntry
FAMOUS_PLAYERS(List.class, "famous_players"),
STAFF_ONLY_MODE(Boolean.class, "staff_only_mode"),
STAFF_INFO(List.class, "staffinfo"),
VOTING_INFO(List.class, "votinginfo"),
VOTING_INFO(List.class, "votinginfo"),
MASTER_BUILDER_INFO(List.class, "masterbuilderinfo"),
AUTO_ENTITY_WIPE(Boolean.class, "auto_wipe"),
TOGGLE_CHAT(Boolean.class, "toggle_chat"),