update config version to 10

This commit is contained in:
mfnalex 2019-05-03 01:32:01 +02:00
parent 768b2786bb
commit 37b540eeaa
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ public class JeffChestSortPlugin extends JavaPlugin {
JeffChestSortListener listener;
String sortingMethod;
ArrayList<String> disabledWorlds;
int currentConfigVersion = 9;
int currentConfigVersion = 10;
boolean usingMatchingConfig = true;
boolean debug = false;
boolean verbose = true;

View File

@ -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