diff --git a/src/main/java/de/jeff_media/ChestSort/ChestSortPlugin.java b/src/main/java/de/jeff_media/ChestSort/ChestSortPlugin.java index d2441be..12e1116 100644 --- a/src/main/java/de/jeff_media/ChestSort/ChestSortPlugin.java +++ b/src/main/java/de/jeff_media/ChestSort/ChestSortPlugin.java @@ -74,7 +74,7 @@ public class ChestSortPlugin extends JavaPlugin implements de.jeff_media.ChestSo String sortingMethod; ArrayList disabledWorlds; ChestSortAPIHandler api; - final int currentConfigVersion = 45; + final int currentConfigVersion = 46; boolean usingMatchingConfig = true; protected boolean debug = false; boolean verbose = true; diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index ac35462..15bb860 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -658,4 +658,4 @@ log: false # Please DO NOT change the following line manually! # It is used by the automatic config updater. -config-version: 45 \ No newline at end of file +config-version: 46 \ No newline at end of file