Package net.lapismc.lapiscore.utils
Class LapisCoreConfigUpdater
- java.lang.Object
-
- net.lapismc.lapiscore.utils.LapisCoreConfigUpdater
-
public class LapisCoreConfigUpdater extends java.lang.ObjectThis class uses the ConfigUpdater by tchristofferson This project can be found here https://github.com/tchristofferson/Config-Updater
-
-
Constructor Summary
Constructors Constructor Description LapisCoreConfigUpdater(LapisCorePlugin plugin, int newVersion, java.io.File f)Adds new keys to configs without loosing comments
-
-
-
Constructor Detail
-
LapisCoreConfigUpdater
public LapisCoreConfigUpdater(LapisCorePlugin plugin, int newVersion, java.io.File f)
Adds new keys to configs without loosing comments- Parameters:
plugin- The plugin where the configs are storednewVersion- The new ConfigVersion that we are upgrading tof- The file we are updating
-
-