diff --git a/src/main/java/de/jeffclan/JeffChestSort/JeffChestSortPlugin.java b/src/main/java/de/jeffclan/JeffChestSort/JeffChestSortPlugin.java index 40c0f29..28dc651 100644 --- a/src/main/java/de/jeffclan/JeffChestSort/JeffChestSortPlugin.java +++ b/src/main/java/de/jeffclan/JeffChestSort/JeffChestSortPlugin.java @@ -59,7 +59,7 @@ public class JeffChestSortPlugin extends JavaPlugin { JeffChestSortListener listener; String sortingMethod; ArrayList disabledWorlds; - int currentConfigVersion = 9; + int currentConfigVersion = 10; boolean usingMatchingConfig = true; boolean debug = false; boolean verbose = true; diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index dd3f15c..b47a757 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -234,4 +234,4 @@ message-error-invalid-options: "&cError: Unknown option %s. Valid options are %s ######################### # please do not change the following line manually! -config-version: 9 +config-version: 10