From 37b540eeaaa780f06486cfb0f0cf986c41a77e19 Mon Sep 17 00:00:00 2001 From: mfnalex <1122571+mfnalex@users.noreply.github.com> Date: Fri, 3 May 2019 01:32:01 +0200 Subject: [PATCH] update config version to 10 --- .../java/de/jeffclan/JeffChestSort/JeffChestSortPlugin.java | 2 +- src/main/resources/config.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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