plot info and flags

This commit is contained in:
boy0001 2014-11-10 09:55:45 +11:00
parent f8db0ceec5
commit ec754c39b7
3 changed files with 12 additions and 12 deletions

View file

@ -169,7 +169,7 @@ public class Info extends SubCommand {
final String trusted = getPlayerList(plot.trusted);
final String denied = getPlayerList(plot.denied);
final String rating = String.format("%.1f", DBFunc.getRatings(plot));
final String flags = "&3" + (StringUtils.join(plot.settings.getFlags(), "").length() > 0 ? StringUtils.join(plot.settings.getFlags(), "&7, &3") : "none");
final String flags = "&6" + (StringUtils.join(plot.settings.getFlags(), "").length() > 0 ? StringUtils.join(plot.settings.getFlags(), "&7, &6") : "none");
final boolean build = player == null ? true : plot.hasRights(player);
String owner = "none";