Change punishment from kicking to muting on spam (FS-97) (#45)

This commit is contained in:
Nathan Curran
2021-04-22 21:54:29 +10:00
committed by GitHub
parent 2cdf1e66a6
commit b9f7ab3ec3
4 changed files with 31 additions and 24 deletions

View File

@ -163,7 +163,8 @@ public enum ConfigEntry
MASTER_BUILDER_INFO(List.class, "masterbuilderinfo"),
AUTO_ENTITY_WIPE(Boolean.class, "auto_wipe"),
TOGGLE_CHAT(Boolean.class, "toggle_chat"),
DEVELOPER_MODE(Boolean.class, "developer_mode");
DEVELOPER_MODE(Boolean.class, "developer_mode"),
ANTISPAM_MINUTES(Integer.class, "antispam_minutes");
//
private final Class<?> type;
private final String configName;