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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user