Archived
0

Fixed minecraft team command ussed in the Nametags module

This commit is contained in:
Minenash
2018-12-11 18:01:13 -05:00
parent 78a4fbcb08
commit 7e42b36ac3

View File

@@ -109,7 +109,7 @@ public class Nametags implements Module, Listener
public void sortSpecific(Player player) public void sortSpecific(Player player)
{ {
Bukkit.dispatchCommand(Bukkit.getConsoleSender(), Bukkit.dispatchCommand(Bukkit.getConsoleSender(),
"scoreboard teams join " + getTeam(player) + " " + player.getName()); "minecraft:team join " + getTeam(player) + " " + player.getName());
} }
private String getTeam(Player player) private String getTeam(Player player)