9
0
mirror of https://github.com/WiIIiam278/HuskSync.git synced 2025-12-23 16:49:19 +00:00

feat: improve server version status text

This commit is contained in:
William
2024-08-09 15:03:23 +01:00
parent 7d8a74381b
commit 5c234cdb1d
4 changed files with 25 additions and 3 deletions

View File

@@ -255,6 +255,14 @@ public interface HuskSync extends Task.Supplier, EventDispatcher, ConfigProvider
@NotNull
String getPlatformType();
/**
* Returns the server software version
*
* @return the server software version string
*/
@NotNull
String getServerVersion();
/**
* Returns the legacy data converter if it exists
*