9
0
mirror of https://github.com/WiIIiam278/HuskSync.git synced 2025-12-26 01:59:20 +00:00

MPDB Migration Fixes, server shutdown synchronisation fixes and polish

This commit is contained in:
William
2021-10-25 15:32:19 +01:00
parent 049d92364f
commit 72d38fd443
23 changed files with 314 additions and 108 deletions

View File

@@ -140,7 +140,7 @@ public class PlayerData implements Serializable {
*/
public static PlayerData DEFAULT_PLAYER_DATA(UUID playerUUID) {
PlayerData data = new PlayerData(playerUUID, "", "", 20,
20, 0, 20, 10, 1, 0,
20, 20, 20, 10, 1, 0,
"", 0, 0, 0, "SURVIVAL",
"", false, "", "");
data.useDefaultData = true;