This commit is contained in:
AlphaAE
2019-05-02 19:42:43 +08:00
parent b36c37b5ab
commit 01333107f7
5 changed files with 60 additions and 27 deletions

View File

@ -21,12 +21,11 @@ public class FormWindowMeun extends FormWindow {
private FormResponseSimple response;
public FormWindowMeun(Player player) {
this.title = "";
this.buttons = new ArrayList();
String name = player.getName();
RePlayer rePlayer = StaticData.rePlayerMap.get(player.getUniqueId());
this.title = "";
this.buttons = new ArrayList();
this.content = TextFormat.colorize("&b" + name + "&f\n" +
"---------------------------------\n" +
"称号: " + rePlayer.getTitle() + "\n" +