bumped config version

This commit is contained in:
mfnalex 2021-04-15 19:29:01 +02:00
parent 49c70243f8
commit dc46fd2abf
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ import java.util.*;
public class ChestSortPlugin extends JavaPlugin implements de.jeff_media.ChestSortAPI.ChestSort {
private static double updateCheckInterval = 4 * 60 * 60; // in seconds. We check on startup and every 4 hours
final int currentConfigVersion = 47;
final int currentConfigVersion = 50;
final boolean hotkeyGUI = true;
public EnderContainersHook enderContainersHook;
public GenericGUIHook genericHook;

View File

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