TabAPI

TabAPI

banner

main addons dev faq change download

Check it out in action! Join play.mc-sg.org

What is it

TabAPI is an API that is designed to allow developers make use of the Player Tab List in their plugins. It allows a simple way for Dev's to take control of it on a per-player basis to provide ingame stats, custom tab menus, hud's and more!

Examples

pics

Requirements

This plugin requires Protocollib to function.

For Server Owners

If you are a server owner, then simply select the version that matches your server version and download it. This will allow plugins that use this API to take advantage of the API to change the tab list.

Plugins Using TabAPI

Limits

  • The minecraft tab list does not support two tabs of the same content. So for example, if you set one square to "test" and anther to "test", only one will be displayed. A workaround for this is you can just add either spaces or color codes to the end to make them unique.
  • the updatePlayer function has to clear the entire tab list and resend it due to mc just appending new packets to the end of the list. therefor, only call this functions as needed (ie once a loop is done, not in the loop), otherwise it will end up causing both lag and high bandwidth usage.
  • Currently only supports tab list with three columns (dev release issue)
  • Currently If no plugin takes control of the tab list, it will show a blank list instead of the default player list (dev release issue)

Graphics and Page design by Malo

This plugin does NOT change the tab on its own. You must make your own plugin or Download one that supports it. Please do not comment saying it doesn't work.

Source

https://github.com/Double0negative/TabAPI

You must login to post a comment. Don't have an account? Register to get one!

  • Avatar of Roytjuh99 Roytjuh99 May 25, 2013 at 06:52 UTC - 0 likes

    Can you please update this plugin for 1.5.2? This plugin is so nice but it doesn't work for Craftbukkit-1.5.2R0.1...

  • Avatar of Gabe1010 Gabe1010 May 23, 2013 at 02:36 UTC - 0 likes

    how are u people making this work on cb 1.5.2

  • Avatar of rickerd120 rickerd120 May 22, 2013 at 18:05 UTC - 0 likes

    you plugins are awesome !

  • Avatar of Gabe1010 Gabe1010 May 21, 2013 at 21:31 UTC - 0 likes

    can someone please tell me why it won work with cb 1.5.2

  • Avatar of Tooner101 Tooner101 May 17, 2013 at 02:15 UTC - 0 likes

    Can someone please explain to me why TabAPI.disableTabForPlayer(Player); does not reset the Tab list back to normal?

    Donate

    Be sure to check out my Youtube channel and my Facebook page!

  • Avatar of CrystalxNeth CrystalxNeth May 08, 2013 at 22:58 UTC - 0 likes

    This does not work for the latest bukkit dev version. I even tried it on spigot because the dev runs his server with that so I decided to try it but still says its not up to date in the console :P

  • Avatar of DragonCz DragonCz May 08, 2013 at 20:26 UTC - 0 likes

    @Lakeshadow0: Go

    Survival Games, same author as this

  • Avatar of leonvakt leonvakt May 08, 2013 at 17:53 UTC - 0 likes

    @leonvakt: Go

    nvm

  • Avatar of leonvakt leonvakt May 08, 2013 at 17:35 UTC - 0 likes

    And i have Protocollib

  • Avatar of leonvakt leonvakt May 08, 2013 at 17:31 UTC - 0 likes

    I dont get the config file!!!

Facts

Date created
Jan 13, 2013
Category
Last update
Mar 01, 2013
Development stage
Beta
License
GNU General Public License version 3 (GPLv3)
Curse link
TabAPI
Downloads
8,832
Recent files

Authors

Relationships

Required dependency
ProtocolLib