Class ConfigUpdater
java.lang.Object
net.ME1312.SubServers.Bungee.Library.ConfigUpdater
SubServers Configuration Updater
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidupdateConfig(File file) Update SubServers' config.ymlstatic voidupdateLang(File file) Update SubServers' lang.ymlstatic voidupdateServers(File file) Update SubServers' servers.yml
-
Constructor Details
-
ConfigUpdater
public ConfigUpdater()
-
-
Method Details
-
updateConfig
Update SubServers' config.yml- Parameters:
file- File to bring up-to-date- Throws:
IOException
-
updateServers
Update SubServers' servers.yml- Parameters:
file- File to bring up-to-date- Throws:
IOException
-
updateLang
Update SubServers' lang.yml- Parameters:
file- File to bring up-to-date- Throws:
IOException
-