Tab API [Source - 5$] [1.7.10-1.14]

Status
This thread has been locked.

BrianGrug

Full time failure
Supreme
Feedback score
56
Posts
1,473
Reactions
995
Resources
1
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:​
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)
            );
        }
    }
}

Proof of ownership:
529412ac53754dc44818e7a8bdddf95631ad50e1.png

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​
 

Attachments

  • 529412ac53754dc44818e7a8bdddf95631ad50e1.png
    529412ac53754dc44818e7a8bdddf95631ad50e1.png
    8.6 KB · Views: 269
Last edited:
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Nykorrin

i-
Premium
Feedback score
6
Posts
812
Reactions
299
Resources
0
Any chance you would add 1.15 support?
 

BrianGrug

Full time failure
Supreme
Feedback score
56
Posts
1,473
Reactions
995
Resources
1

Cellazelf12

Premium
Feedback score
1
Posts
7
Reactions
2
Resources
2
What difference does this lib have to the rest?
 

BrianGrug

Full time failure
Supreme
Feedback score
56
Posts
1,473
Reactions
995
Resources
1

Cellazelf12

Premium
Feedback score
1
Posts
7
Reactions
2
Resources
2
How much for the api?
 

BrianGrug

Full time failure
Supreme
Feedback score
56
Posts
1,473
Reactions
995
Resources
1

Cellazelf12

Premium
Feedback score
1
Posts
7
Reactions
2
Resources
2
How i can buy?
 

BrianGrug

Full time failure
Supreme
Feedback score
56
Posts
1,473
Reactions
995
Resources
1

Cellazelf12

Premium
Feedback score
1
Posts
7
Reactions
2
Resources
2
Added
 

M4T14SG4M3R

PapuHost Game Hosting CEO
Premium
Feedback score
0
Posts
278
Reactions
77
Resources
0
Does this work on a 1.8 spigot with protocolSupport for 1.7 players? mostly all of the tabs that i had only works for 1.8 players on 1.8 based spigot
 

BrianGrug

Full time failure
Supreme
Feedback score
56
Posts
1,473
Reactions
995
Resources
1
Does this work on a 1.8 spigot with protocolSupport for 1.7 players? mostly all of the tabs that i had only works for 1.8 players on 1.8 based spigot
It should!
 

BrianGrug

Full time failure
Supreme
Feedback score
56
Posts
1,473
Reactions
995
Resources
1
Status
This thread has been locked.
Top