[Bleeding] First compile of new playerdata system. Resolves #223

The new TFM_PlayerList stores player under /players/[uuid].yml and only caches online players. When players log in, their playerdata will be loaded.
This commit is contained in:
Jerom van der Sar
2014-08-02 16:27:43 +02:00
parent 2c92b0874e
commit ef9ce2a9a7
19 changed files with 172 additions and 178 deletions

View File

@ -70,7 +70,7 @@ public class TFM_ServerInterface
final Player player = event.getPlayer();
final String username = player.getName();
final UUID uuid = TFM_Util.getUuid(username);
final UUID uuid = TFM_Util.getUniqueId(username);
final String ip = event.getAddress().getHostAddress().trim();
if (username.length() < 3 || username.length() > 20)