diff --git a/src/main/java/de/jeff_media/ChestSort/ChestSortPlugin.java b/src/main/java/de/jeff_media/ChestSort/ChestSortPlugin.java index 4945d9f..53ed2fb 100644 --- a/src/main/java/de/jeff_media/ChestSort/ChestSortPlugin.java +++ b/src/main/java/de/jeff_media/ChestSort/ChestSortPlugin.java @@ -55,7 +55,7 @@ import java.util.*; public class ChestSortPlugin extends JavaPlugin implements de.jeff_media.ChestSortAPI.ChestSort { private static double updateCheckInterval = 4 * 60 * 60; // in seconds. We check on startup and every 4 hours - final int currentConfigVersion = 47; + final int currentConfigVersion = 50; final boolean hotkeyGUI = true; public EnderContainersHook enderContainersHook; public GenericGUIHook genericHook; diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 63705ee..298a8d9 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -688,4 +688,4 @@ log: false # Please DO NOT change the following line manually! # It is used by the automatic config updater. -config-version: 47 +config-version: 50