Hey! I want edit my tablist in my server like this But i want do this in spigot and i cant find a good API... Can anyone tell me how can I do it in an easy way?
I used this API but i have one problem... this is my code Code (Text): public static void setTab(Player p){ Collection<TabItem> items = new ArrayList<>(); for(int i=1; i <= 80; i++){ items.add(new TabItem(ChatColor.RED +"test" +i, "MHF_ArrowDown",1, GameMode.CREATIVE)); } TabAPI.clearAllItems(p); TabAPI.setItems(p, items); } and why head skins dont change?
So i need alternative solutions Maybe i doing something bad, but i dont now what... I cant find any other good API for this. Any ideas?
Hmm i don't know sorry : | Why don't get plugin who do what you want ? Else find plugin who do that and look if source code is shared, and try your best ^^
Hmm, i think this plugin can be good for you ! https://dev.bukkit.org/projects/mytablist/ but i don't know if it's good version which you search ^^