Solved [INCORRECT] is there a plugin that can disable the TAB list?

Discussion in 'Plugin Development' started by MrCodeMiner, Sep 2, 2012.

?

do you want a survivalgames, pvp, survival, spleef, creative server?

  1. yes - [site: www.lolzombie.tk]

    16.7%
  2. no - [:(]

    83.3%
Multiple votes are allowed.
Thread Status:
Not open for further replies.
  1. Offline

    MrCodeMiner

    hi, i want to know if there is a plugin that can disable the TAB list?
    if there isn't a plugin that can disable the TAB list then if you want if its possible for one of you to make that plugin for me?

    Thanks!
    Minecraftfailzzz
     
  2. Offline

    Coelho

    Set your playercount to 0, install Essentials and give everyone the permission "essentials.joinfullserver"
     
  3. Offline

    Sabersamus

    You might be able to do

    Code:java
    1. @EventHandler
    2. public void onJoin(PlayerJoinEvent event){
    3. event.getPlayer().setPlayerListName(null);
    4. }
     
  4. Offline

    MrCodeMiner

    thanks both of you for your answers! the idea with the permissions is i gues the easiest way so iam gonne do that becouse i have tryed to make a plugin for my self but it gives an error: org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
    so thanks sabersamus but iam gonne do the other way
     
  5. Offline

    CorrieKay

    installing essentials is a collossal waste of resources just to do this simple task... I suggest, if you cant make the plugin yourself, to ask in the plugin requests forum.
     
Thread Status:
Not open for further replies.

Share This Page