mirror of
https://github.com/JEFF-Media-GbR/ChestSort.git
synced 2024-12-02 23:53:21 +01:00
bumped config version
This commit is contained in:
parent
49c70243f8
commit
dc46fd2abf
@ -55,7 +55,7 @@ import java.util.*;
|
|||||||
public class ChestSortPlugin extends JavaPlugin implements de.jeff_media.ChestSortAPI.ChestSort {
|
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
|
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;
|
final boolean hotkeyGUI = true;
|
||||||
public EnderContainersHook enderContainersHook;
|
public EnderContainersHook enderContainersHook;
|
||||||
public GenericGUIHook genericHook;
|
public GenericGUIHook genericHook;
|
||||||
|
@ -688,4 +688,4 @@ log: false
|
|||||||
|
|
||||||
# Please DO NOT change the following line manually!
|
# Please DO NOT change the following line manually!
|
||||||
# It is used by the automatic config updater.
|
# It is used by the automatic config updater.
|
||||||
config-version: 47
|
config-version: 50
|
||||||
|
Loading…
Reference in New Issue
Block a user