The cheapest Tab API on the market
Features:
Easy implementation
Most versions are supported
Extra slots for 1.8 and above users
No dependencies
Coming soon:
Setting ping
Setting player skins
Implementation:
Features:
Easy implementation
Most versions are supported
Extra slots for 1.8 and above users
No dependencies
Coming soon:
Setting ping
Setting player skins
Implementation:
Code:
@Override
public String getHeader(Player player) {
return "Hello, this is a header";
}
@Override
public String getFooter(Player player) {
return "Hello, this is a footer";
}
@Override
public List<TablistElement> getElements(Player player) {
return Arrays.asList(
new TablistElement("&aOutlastCC", 21),
new TablistElement("&aPurchase https://discord.gg/CNkZSPj", 23),
new TablistElement("&bWelcome " + player.getName(), 24),
new TablistElement("&bLocation: " + (int) player.getLocation().getX() + "," + (int) player.getLocation().getY() + "," + (int) player.getLocation().getZ(), 25)
);
}
}
}
FAQ:
Q: How is the performance?
A: From what I've seen, it's not bad at all!
Q: Wasn't this owned by Outlast?
A: Yes, but I purchased rights to it
Q: Will you help me implement it?
A: Yes, if I'm online and not busy I will!
Q: How do I purchase this?
A: Join our Discord, https://discord.gg/CNkZSPj or add me on Discord @ DaddyImPregnant#5192
Q: How is the performance?
A: From what I've seen, it's not bad at all!
Q: Wasn't this owned by Outlast?
A: Yes, but I purchased rights to it
Q: Will you help me implement it?
A: Yes, if I'm online and not busy I will!
Q: How do I purchase this?
A: Join our Discord, https://discord.gg/CNkZSPj or add me on Discord @ DaddyImPregnant#5192
Attachments
Last edited:

