9
0
mirror of https://github.com/WiIIiam278/HuskSync.git synced 2025-12-27 02:29:10 +00:00

Added Synchronisation options

This commit is contained in:
William
2021-10-21 18:57:50 +01:00
parent 99ce0898da
commit dee8747041
4 changed files with 51 additions and 13 deletions

View File

@@ -36,6 +36,18 @@ public class Settings {
public static long hikariKeepAliveTime;
public static long hikariConnectionTimeOut;
/*
* Bukkit server-only settings
*/
// Synchronisation options
public static boolean syncInventories;
public static boolean syncEnderChests;
public static boolean syncHealth;
public static boolean syncHunger;
public static boolean syncExperience;
public static boolean syncPotionEffects;
/*
* Enum definitions
*/