Class ConfigUpdater
java.lang.Object
net.ME1312.SubServers.Bungee.Library.ConfigUpdater
SubServers Configuration Updater
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
updateConfig
(File file) Update SubServers' config.ymlstatic void
updateLang
(File file) Update SubServers' lang.ymlstatic void
updateServers
(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
-