Mark wanted /list -a to show how awesome he was.

Or something like that. Don't do this for other people, please.
This commit is contained in:
Steven Lawson
2013-07-08 20:51:23 -04:00
parent 11c945c504
commit cd16c7fb10
3 changed files with 10 additions and 5 deletions

View File

@ -76,6 +76,11 @@ public class Command_list extends TFM_Command
{
prefix = (ChatColor.DARK_PURPLE + "[Dev]");
}
if (p.getName().equals("markbyron"))
{
prefix = (ChatColor.BLUE + "[Owner]");
}
}
else
{