9.4.0 release

This commit is contained in:
mfnalex 2021-03-01 12:42:25 +01:00
parent 238f48ac11
commit c2e929896a
2 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@ public class ChestSortPlugin extends JavaPlugin implements de.jeff_media.ChestSo
String sortingMethod;
ArrayList<String> disabledWorlds;
ChestSortAPIHandler api;
final int currentConfigVersion = 45;
final int currentConfigVersion = 46;
boolean usingMatchingConfig = true;
protected boolean debug = false;
boolean verbose = true;

View File

@ -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
config-version: 46