Class ConfigUpdater

java.lang.Object
net.ME1312.SubServers.Bungee.Library.ConfigUpdater

public class ConfigUpdater extends Object
SubServers Configuration Updater
  • Constructor Details

    • ConfigUpdater

      public ConfigUpdater()
  • Method Details

    • updateConfig

      public static void updateConfig(File file) throws IOException
      Update SubServers' config.yml
      Parameters:
      file - File to bring up-to-date
      Throws:
      IOException
    • updateServers

      public static void updateServers(File file) throws IOException
      Update SubServers' servers.yml
      Parameters:
      file - File to bring up-to-date
      Throws:
      IOException
    • updateLang

      public static void updateLang(File file) throws IOException
      Update SubServers' lang.yml
      Parameters:
      file - File to bring up-to-date
      Throws:
      IOException