Library TabManager - Custom your header and Footer ! [1.8.8]

Discussion in 'Resources' started by x9nico, Dec 2, 2017.

Thread Status:
Not open for further replies.
  1. Offline

    x9nico

    Hi, I've done a small Library for you can custom your Header and Footer in your tablist easily !

    The plugin support only Spigot 1.8.8

    Usage:
    TabManager.setPlayerList(Player player, String header, String footer);
    Player:
    Player whoose will have it
    Header: Header of the Tablist (up)
    Footer: Footer of the TabList (down)

    Example:
    Code:
    @EventHandler
    public void join(PlayerJoinEvent e) {
              Player player = e.getPlayer();
                         TabManager.setPlayerList(Player player, String "HI", String "Buy VIP on mc.x9nico.eu");
    }
    You can paste in your Plugins here => https://hastebin.com/dizunubate.swift

    PS: It's possible of I forgotten somes import (on paste)
     
    Last edited: Dec 3, 2017
  2. Online

    timtower Administrator Administrator Moderator

    @x9nico Might be worth mentioning that this version only supports 1.8.3
     
  3. Offline

    x9nico

    I tested Last 1.8 version it is work perfect.

    The import of 1_8_R3 is the Spigot 1.8.8. 1.8.3 is R2

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Dec 2, 2017
  4. Online

    timtower Administrator Administrator Moderator

  5. Offline

    Zombie_Striker

  6. Offline

    x9nico

Thread Status:
Not open for further replies.

Share This Page