Updateting spectator Menu layout.
This commit is contained in:
parent
91b6ae8b09
commit
c7733bb068
@ -228,8 +228,8 @@ public class SpectatorPage extends
|
||||
lore.add(ChatColor.RESET + C.cYellow + "Height Difference: " + C.cWhite
|
||||
+ UtilMath.trim(1, heightDifference));
|
||||
lore.add(" ");
|
||||
lore.add(ChatColor.RESET + C.Line + "Left click to Teleport");
|
||||
lore.add(ChatColor.RESET + C.Line + "Right click to Spectate");
|
||||
lore.add(ChatColor.YELLOW + "Left Click" + ChatColor.RESET + " Teleport");
|
||||
lore.add(ChatColor.YELLOW + "Right CLick" + ChatColor.RESET + " Spectate");
|
||||
SkullMeta skullMeta = ((SkullMeta) item.getItemMeta());
|
||||
skullMeta.setOwner(other.getName());
|
||||
skullMeta.setDisplayName(team.GetColor() + other.getName());
|
||||
|
Loading…
Reference in New Issue
Block a user