9
0
mirror of https://github.com/WiIIiam278/HuskSync.git synced 2025-12-27 18:49:11 +00:00

Add update checker

This commit is contained in:
William
2021-10-26 18:22:52 +01:00
parent f2b5df83c8
commit 4ca8f8a633
18 changed files with 175 additions and 24 deletions

View File

@@ -9,8 +9,8 @@ public class Settings {
* General settings
*/
// Messages language
public static String language;
// Whether to do automatic update checks on startup
public static boolean automaticUpdateChecks;
// The type of THIS server (Bungee or Bukkit)
public static ServerType serverType;
@@ -24,6 +24,9 @@ public class Settings {
* Bungee / Proxy server-only settings
*/
// Messages language
public static String language;
// SQL settings
public static DataStorageType dataStorageType;