how to set item display name to PlayerCount from Bungee ?
i think we must use out.writeUTF("PlayerCount"); out.writeUTF("pvp");
but i don't know how we writ the Code.
public static ItemStack Servers(){
ItemStack i = new ItemStack(Material.COMPASS);
ItemMeta m = i.getItemMeta();
m.setDisplayName(ChatColor.translateAlternateColorCodes('&', "&c&lGames"));
List<String> l_i = new ArrayList<String>();...
set item display name to PlayerCount from Bungee ?
i think we must use out.writeUTF("PlayerCount"); out.writeUTF("pvp");
but i don't know how we writ the Code.
public static ItemStack Servers(){
ItemStack i = new ItemStack(Material.COMPASS);
ItemMeta m = i.getItemMeta();
m.setDisplayName(ChatColor.translateAlternateColorCodes('&', "&c&lGames"));
List<String> l_i = new ArrayList<String>();...
set item display name to PlayerCount from Bungee ?