This commit is contained in:
AlphaAE
2019-05-01 18:31:58 +08:00
parent a1ec4ccbfa
commit b36c37b5ab
11 changed files with 264 additions and 18 deletions

View File

@ -19,6 +19,7 @@ public class LoadPlayerDataBlock implements JoinQuitEventBlock {
String title = rePlayer.getTitle();
player.setNameTag(TextFormat.colorize("&e[" + title + "] &b" + player.getName() + "&f"));
player.setDisplayName(TextFormat.colorize("&e[" + title + "] &b" + player.getName() + "&f"));
StaticData.rePlayerMap.put(player.getUniqueId(), rePlayer);
}