Quantcast
Channel: SpigotMC - High Performance Minecraft
Viewing all articles
Browse latest Browse all 128654

How can I hide the nametag of the players?

$
0
0
I tried with that but still the names are visible


Code (Java):
        Team team = game.getTeam("gamers");
        if(team == null){
            team = game.registerNewTeam("gamers");
            team.setOption(Option.NAME_TAG_VISIBILITY, OptionStatus.NEVER);
            team.addEntry(Bukkit.getPlayer(id).getName());
            team.allowFriendlyFire();
        }else{
            team.addEntry(Bukkit.getPlayer(id).getName());
        }

Viewing all articles
Browse latest Browse all 128654

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>