mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2026-06-04 18:46:53 +00:00
Split gcmd sub cmds out n other stuff
This commit is contained in:
@@ -161,7 +161,8 @@ public enum ConfigEntry
|
||||
VOTING_INFO(List.class, "votinginfo"),
|
||||
MASTER_BUILDER_INFO(List.class, "masterbuilderinfo"),
|
||||
AUTO_ENTITY_WIPE(Boolean.class, "auto_wipe"),
|
||||
TOGGLE_CHAT(Boolean.class, "toggle_chat");
|
||||
TOGGLE_CHAT(Boolean.class, "toggle_chat"),
|
||||
DEVELOPER_MODE(Boolean.class, "developer_mode");
|
||||
//
|
||||
private final Class<?> type;
|
||||
private final String configName;
|
||||
|
||||
@@ -34,7 +34,7 @@ public class MainConfig extends FreedomService
|
||||
|
||||
}
|
||||
|
||||
public MainConfig(TotalFreedomMod plugin)
|
||||
public MainConfig()
|
||||
{
|
||||
entries = new EnumMap<>(ConfigEntry.class);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user