Resolves FS-339 by aggressively rewriting /list and removing ancient unused code

This commit is contained in:
Video
2022-11-14 10:54:59 -07:00
parent 88914632f5
commit 550ff492ee
4 changed files with 30 additions and 247 deletions

View File

@ -164,7 +164,6 @@ public enum ConfigEntry
WILDCARD_BLOCKED_COMMANDS(List.class, "blocked_commands.wildcard"),
FORBIDDEN_WORDS(List.class, "forbidden_words"),
HOST_SENDER_NAMES(List.class, "host_sender_names"),
FAMOUS_PLAYERS(List.class, "famous_players"),
ADMIN_ONLY_MODE(Boolean.class, "admin_only_mode"),
ADMIN_INFO(List.class, "admininfo"),
VOTING_INFO(List.class, "votinginfo"),