assistant executive title now exists

This commit is contained in:
ZeroEpoch1969
2019-11-24 11:56:32 -07:00
parent fd809a0d33
commit e0bbbbdda8
7 changed files with 20 additions and 4 deletions

View File

@ -47,6 +47,7 @@ public enum ConfigEntry
SERVER_MOTD(String.class, "server.motd"),
SERVER_OWNERS(List.class, "server.owners"),
SERVER_EXECUTIVES(List.class, "server.executives"),
SERVER_ASSISTANT_EXECUTIVES(List.class, "server.assistant_executives"),
SERVER_MASTER_BUILDER_MANAGEMENT(List.class, "server.master_builder_management"),
SERVER_BAN_URL(String.class, "server.ban_url"),
SERVER_PERMBAN_URL(String.class, "server.permban_url"),