more freedom i guess?

This commit is contained in:
Ivan
2019-12-08 12:41:09 -05:00
parent 93e6361148
commit 5cfb525a1f
5 changed files with 6 additions and 176 deletions

View File

@ -56,7 +56,9 @@ public class Command_tabcolor extends FreedomCommand
playerSender.setPlayerListName(StringUtils.substring(color + sender.getName(), 0, 16));
msg("ok dad");
final String newTabColor = color + ChatColor.stripColor(playerSender.getDisplayName()).trim() + ChatColor.WHITE;
msg("Your tab name will now appear as: " + newTabColor);
return true;
}