9.5.0 release

This commit is contained in:
mfnalex 2021-03-26 22:32:39 +01:00
parent fe559304b5
commit 3121fce3c9
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@
<name>ChestSort</name>
<url>https://www.chestsort.de</url>
<description>Automatically sorts your chests!</description>
<version>9.4.0</version>
<version>9.5.0</version>
<packaging>jar</packaging>
<properties>

View File

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

View File

@ -663,4 +663,4 @@ log: false
# Please DO NOT change the following line manually!
# It is used by the automatic config updater.
config-version: 46
config-version: 47