Finished implementation of CommandPermissions and conversion of all commands.

This commit is contained in:
Steven Lawson
2012-11-23 20:22:52 -05:00
parent 13af6cb6a3
commit 9c05e8e2fb
72 changed files with 737 additions and 1183 deletions

View File

@ -86,6 +86,7 @@ public class TFM_Util
TFM_Util.bcastMsg(adminName + " - " + action, (isRed ? ChatColor.RED : ChatColor.AQUA));
}
@Deprecated
public static String implodeStringList(String glue, List<String> pieces)
{
return StringUtils.join(pieces, glue);